1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms/IPO
Chris Lattner 7d0108c315 Remove unused file
llvm-svn: 14460
2004-06-28 00:46:58 +00:00
..
ArgumentPromotion.cpp Make order of argument addition deterministic. In particular, the layout 2004-06-21 00:07:58 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it 2004-05-27 21:16:46 +00:00
ExtractFunction.cpp Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete 2004-04-22 23:00:51 +00:00
FunctionResolution.cpp Do not function resolve intrinsics. This prevents warnings and possible bad 2004-06-18 05:50:48 +00:00
GlobalConstifier.cpp
GlobalDCE.cpp
Inliner.cpp Fix the inliner to be deterministic, not letting its output depend on the 2004-06-20 04:11:48 +00:00
Inliner.h Simplify the interface and remove an unneeded #include 2004-05-23 21:21:35 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp Change the ExitBlocks list from being explicitly contained in the Loop 2004-04-18 22:14:10 +00:00
LowerSetJmp.cpp
Makefile
PruneEH.cpp
RaiseAllocations.cpp