..
ArgumentPromotion.cpp
Take the old function's name.
2008-03-20 08:05:05 +00:00
ConstantMerge.cpp
Don't include <map> in Pass.h, which doesn't need it. This requires
2008-03-21 23:51:57 +00:00
DeadArgumentElimination.cpp
Don't include <map> in Pass.h, which doesn't need it. This requires
2008-03-21 23:51:57 +00:00
DeadTypeElimination.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
ExtractGV.cpp
Fix some compilation errors on msvc:
2008-03-09 18:32:50 +00:00
GlobalDCE.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
GlobalOpt.cpp
Don't include <map> in Pass.h, which doesn't need it. This requires
2008-03-21 23:51:57 +00:00
IndMemRemoval.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
Inliner.cpp
1. Drop default inline threshold back down to 200.
2008-04-01 23:59:29 +00:00
InlineSimple.cpp
Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
2008-03-24 06:37:48 +00:00
Internalize.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
IPConstantPropagation.cpp
Incorporate feedback.
2008-03-20 18:30:32 +00:00
LoopExtractor.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
LowerSetJmp.cpp
Don't include <map> in Pass.h, which doesn't need it. This requires
2008-03-21 23:51:57 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00
PruneEH.cpp
Reimplement the parameter attributes support, phase #1 . hilights:
2008-03-12 17:45:29 +00:00
RaiseAllocations.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
SimplifyLibCalls.cpp
Check multiple return values.
2008-03-12 00:32:32 +00:00
StripDeadPrototypes.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
StripSymbols.cpp
Handle attribute(used) global variables that are i8.
2008-01-16 21:35:43 +00:00
StructRetPromotion.cpp
Reimplement the parameter attributes support, phase #1 . hilights:
2008-03-12 17:45:29 +00:00