llvm-6502/lib/Transforms/IPO
2011-08-19 01:36:54 +00:00
..
ArgumentPromotion.cpp Update inter-procedural optimizations for atomic load/store. 2011-08-15 22:16:46 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp Revert a bit of r137667; the logic in question can safely handle atomic load/store. 2011-08-16 01:28:22 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Minor comment fixes. 2011-08-16 00:20:11 +00:00
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C. 2011-08-19 01:36:54 +00:00
LoopExtractor.cpp
Makefile
MergeFunctions.cpp Update inter-procedural optimizations for atomic load/store. 2011-08-15 22:16:46 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp Add a mechanism for optimisation plugins to register passes that all front ends can use without needing to be aware of the plugin (or the plugin be aware of the front end). 2011-08-16 13:58:41 +00:00
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp