llvm-6502/lib/Transforms/IPO
Rafael Espindola ec89b9fb9e Make some DataLayout pointers const.
No functionality change. Just reduces the noise of an upcoming patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202087 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-24 23:12:18 +00:00
..
ArgumentPromotion.cpp Update optimization passes to handle inalloca arguments 2014-01-28 02:38:36 +00:00
BarrierNoopPass.cpp
CMakeLists.txt
ConstantMerge.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
DeadArgumentElimination.cpp inalloca: Don't remove dead arguments in the presence of inalloca args 2014-02-03 20:42:49 +00:00
ExtractGV.cpp
FunctionAttrs.cpp cleanup: scc_iterator consumers should use isAtEnd 2014-02-04 19:19:07 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Make some DataLayout pointers const. 2014-02-24 23:12:18 +00:00
InlineAlways.cpp
Inliner.cpp Rename a few more DataLayout variables. 2014-02-21 01:53:35 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp Update optimization passes to handle inalloca arguments 2014-01-28 02:38:36 +00:00
IPO.cpp
LLVMBuild.txt
LoopExtractor.cpp Disable most IR-level transform passes on functions marked 'optnone'. 2014-02-06 00:07:05 +00:00
Makefile
MergeFunctions.cpp Make some DataLayout pointers const. 2014-02-24 23:12:18 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp LTO: Add the loop vectorizer to the LTO pipeline. 2014-02-24 18:19:31 +00:00
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp