..
ArgumentPromotion.cpp
Implement ArgumentPromotion/aggregate-promote.ll
2004-03-08 01:04:36 +00:00
ConstantMerge.cpp
Merging constants can cause further room for improvement. Iterate until
2003-12-28 07:19:08 +00:00
DeadArgumentElimination.cpp
rename the "exceptional" destination of an invoke instruction to the 'unwind' dest
2004-02-08 21:44:31 +00:00
DeadTypeElimination.cpp
Since LLVM uses structure type equivalence, it isn't useful to keep around
2004-02-26 20:02:23 +00:00
ExtractFunction.cpp
Finegrainify namespacification
2003-11-21 21:54:22 +00:00
FunctionResolution.cpp
Start using the new and improve interface to FunctionType arguments
2004-02-09 04:14:01 +00:00
GlobalDCE.cpp
Finegrainify namespacification
2003-11-21 21:54:22 +00:00
GlobalOpt.cpp
setcond instructions don't have aliasing implications.
2004-02-27 18:09:25 +00:00
Inliner.cpp
Fix an incredibly nasty iterator invalidation problem. I am too spoiled by ilists :)
2004-04-21 20:44:33 +00:00
Inliner.h
REALLY fix PR324: don't delete linkonce functions until after the SCC traversal
2004-04-20 22:06:53 +00:00
InlineSimple.cpp
Remove the "really gross hacks" that are there to deal with recursive functions.
2004-04-08 06:34:31 +00:00
Internalize.cpp
Finegrainify namespacification
2003-11-21 21:54:22 +00:00
IPConstantPropagation.cpp
Finegrainify namespacification
2003-11-21 21:54:22 +00:00
LoopExtractor.cpp
Change the ExitBlocks list from being explicitly contained in the Loop
2004-04-18 22:14:10 +00:00
LowerSetJmp.cpp
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
2004-03-14 02:13:38 +00:00
Makefile
Added LLVM copyright notice to Makefiles.
2003-10-20 22:26:57 +00:00
MutateStructTypes.cpp
Adjust to the changed StructType interface. In particular, getElementTypes() is gone.
2004-02-09 04:37:31 +00:00
Parallelize.cpp
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
2004-03-14 02:13:38 +00:00
PruneEH.cpp
Simplify code a bit, and be sure to mark the external node as potentially throwing
2004-04-12 04:06:38 +00:00
RaiseAllocations.cpp
Implement RaiseAllocations/FreeCastConstantExpr.ll
2003-12-07 01:42:08 +00:00
SimpleStructMutation.cpp
Don't depend on auto data conversion
2004-02-09 05:16:30 +00:00