hanchenye-llvm-project/llvm/lib/Transforms/IPO
Chris Lattner 1b032f59e7 Make this MUCH faster by avoiding a linear search in the symbol table code.
llvm-svn: 20479
2005-03-06 05:42:36 +00:00
..
ArgumentPromotion.cpp Fix VS warnings. 2005-01-08 19:45:31 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp Make this MUCH faster by avoiding a linear search in the symbol table code. 2005-03-06 05:42:36 +00:00
ExtractFunction.cpp
FunctionResolution.cpp Adjust to changes in APIs 2005-02-01 01:23:31 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Teach globalopt how memset/cpy/move affect memory, to allow better optimization. 2005-02-27 18:58:52 +00:00
IPConstantPropagation.cpp Only cound if we actually made a change. 2004-12-11 17:00:14 +00:00
InlineSimple.cpp Ignore debugger intrinsics when doing inlining size computations. 2004-11-22 17:21:44 +00:00
Inliner.cpp
Inliner.h
Internalize.cpp
LoopExtractor.cpp Apply feedback from Chris. 2005-01-10 04:23:32 +00:00
LowerSetJmp.cpp Switchinst takes a hint for the number of cases it will have. 2005-01-29 00:38:45 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
PruneEH.cpp
RaiseAllocations.cpp Fix spelling, patch contributed by Gabor Greif! 2005-02-27 06:18:25 +00:00
StripSymbols.cpp Implement stripping of debug symbols, making the --strip-debug options in 2004-12-03 16:22:08 +00:00