llvm-6502/lib/Transforms/IPO
2004-06-22 18:11:38 +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 rename the "exceptional" destination of an invoke instruction to the 'unwind' dest 2004-02-08 21:44:31 +00:00
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
FunctionResolution.cpp Do not function resolve intrinsics. This prevents warnings and possible bad 2004-06-18 05:50:48 +00:00
GlobalDCE.cpp
GlobalOpt.cpp setcond instructions don't have aliasing implications. 2004-02-27 18:09:25 +00:00
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
LowerSetJmp.cpp
Makefile
MutateStructTypes.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
PruneEH.cpp Simplify code a bit, and be sure to mark the external node as potentially throwing 2004-04-12 04:06:38 +00:00
RaiseAllocations.cpp
SimpleStructMutation.cpp