llvm-6502/lib/Transforms/IPO
2009-07-15 23:53:25 +00:00
..
ArgumentPromotion.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
CMakeLists.txt Fix CMake build. Patch from Ingmar Vanhassel. 2009-06-14 13:39:56 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp More LLVMContext-ification. 2009-07-06 01:34:54 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
FunctionAttrs.cpp
GlobalDCE.cpp Remove an unused function SafeToDestroyConstant(). Rename an almost 2009-06-09 21:37:11 +00:00
GlobalOpt.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
IndMemRemoval.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
InlineAlways.cpp
Inliner.cpp available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. 2009-07-06 22:37:39 +00:00
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
Makefile
MergeFunctions.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
PartialInlining.cpp Add newline at end of file. 2009-07-03 15:30:58 +00:00
PartialSpecialization.cpp
PruneEH.cpp More LLVMContext-ification. 2009-07-06 01:34:54 +00:00
RaiseAllocations.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp More LLVMContext-ification. 2009-07-06 01:34:54 +00:00
StructRetPromotion.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00