llvm-6502/lib/Transforms/IPO
Rafael Espindola 57edc9d4ff Make DataLayout a plain object, not a pass.
Instead, have a DataLayoutPass that holds one. This will allow parts of LLVM
don't don't handle passes to also use DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202168 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-25 17:30:31 +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 Make DataLayout a plain object, not a pass. 2014-02-25 17:30: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 DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
InlineAlways.cpp
Inliner.cpp Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +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 DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +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