llvm-6502/lib/Transforms/IPO
2008-01-28 04:41:43 +00:00
..
ArgumentPromotion.cpp Fix arg promotion to propagate the correct attrs on the calls to 2008-01-17 01:17:03 +00:00
ConstantMerge.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
DeadArgumentElimination.cpp DAE bug fix. Don't lose parameter attributes on vararg arguments. 2008-01-17 04:18:54 +00:00
DeadTypeElimination.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExtractFunction.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
GlobalDCE.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
GlobalOpt.cpp Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's 2008-01-14 02:09:12 +00:00
IndMemRemoval.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Inliner.cpp Allow clients to specify the inline threshold when creating 2008-01-12 06:49:13 +00:00
InlineSimple.cpp Allow clients to specify the inline threshold when creating 2008-01-12 06:49:13 +00:00
Internalize.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
IPConstantPropagation.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LoopExtractor.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LowerSetJmp.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
PruneEH.cpp add missing #include 2008-01-02 23:41:05 +00:00
RaiseAllocations.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
SimplifyLibCalls.cpp Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman. 2008-01-28 04:41:43 +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