llvm-6502/lib/Transforms/IPO
Devang Patel 13e16b65dd Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
and llvm.dbg.global_variables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74251 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26 01:49:18 +00:00
..
ArgumentPromotion.cpp
CMakeLists.txt Fix CMake build. Patch from Ingmar Vanhassel. 2009-06-14 13:39:56 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp >> What if my global variable was into a different address space than stack? 2009-06-17 06:47:15 +00:00
IndMemRemoval.cpp
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp Unlike the other instructions, GEP really does need to look at the type of a 2009-06-13 19:09:52 +00:00
PartialInlining.cpp Merge PartialInliner changes. 2009-06-15 20:50:26 +00:00
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp Fix old-style type names in comments. 2009-06-14 23:30:43 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms 2009-06-26 01:49:18 +00:00
StructRetPromotion.cpp