1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Transforms/IPO
2011-07-11 09:56:20 +00:00
..
ArgumentPromotion.cpp De-constify Types in FunctionType::get(). 2011-07-11 07:56:41 +00:00
CMakeLists.txt Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
ConstantMerge.cpp Don't merge two constants if we care about the address of both. 2011-01-16 17:05:09 +00:00
DeadArgumentElimination.cpp De-constify Types in StructType::get() and TargetData::getIntPtrType(). 2011-07-11 09:56:20 +00:00
ExtractGV.cpp Improve the handling of available_externally and llvm.global_ctors. 2011-06-09 14:38:09 +00:00
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp Revamp the "ConstantStruct::get" methods. Previously, these were scattered 2011-06-20 04:01:31 +00:00
InlineAlways.cpp
Inliner.cpp Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
InlineSimple.cpp
Internalize.cpp These llvm.dbg.* constants are not used anymore. 2011-03-09 19:41:33 +00:00
IPConstantPropagation.cpp Remove some support for ReturnInsts with multiple operands, and for 2011-04-04 07:44:02 +00:00
IPO.cpp Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp Remove PHINode::reserveOperandSpace(). Instead, add a parameter to 2011-03-30 11:28:46 +00:00
Makefile
MergeFunctions.cpp Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
PartialInlining.cpp Remove PHINode::reserveOperandSpace(). Instead, add a parameter to 2011-03-30 11:28:46 +00:00
PruneEH.cpp When deleting a basic block, remove call edges only for non-intrinsics. 2011-06-09 20:31:09 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp remove the DerivedType which isn't adding value anymore. 2011-07-09 17:59:15 +00:00