llvm-6502/lib/Transforms/IPO
Chris Lattner beabf45a69 Make order of argument addition deterministic. In particular, the layout
of ConstantInt objects in memory used to determine which order arguments
were added in in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14276 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-21 00:07: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
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
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
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
Parallelize.cpp
PruneEH.cpp
RaiseAllocations.cpp
SimpleStructMutation.cpp