1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Transforms/IPO
Nick Lewycky 5dd879d5b5 Turn unwind_to into "unwinds to".
llvm-svn: 48123
2008-03-10 02:20:00 +00:00
..
ArgumentPromotion.cpp Split ParameterAttributes.h, putting the complicated 2008-02-22 22:17:59 +00:00
ConstantMerge.cpp remove some dead code. 2008-02-13 17:18:26 +00:00
DeadArgumentElimination.cpp s/isReturnStruct()/hasStructRetAttr()/g 2008-03-03 21:46:28 +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
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 Split ParameterAttributes.h, putting the complicated 2008-02-22 22:17:59 +00:00
IndMemRemoval.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Inliner.cpp allow specified inline threshold to be negative, as the value is 2008-03-01 08:09:51 +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 Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +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 Turn unwind_to into "unwinds to". 2008-03-10 02:20:00 +00:00
RaiseAllocations.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
SimplifyLibCalls.cpp Get rid of hash_map. Use StringMap instead 2008-02-20 11:27:49 +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 Skip, for now, callsites where use of sret argument is not dominated by callsite. 2008-03-05 23:39:23 +00:00