llvm-6502/lib/Transforms/Utils
Cedric Venet 24d3b38a0a Update CMakeLists.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59039 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-11 09:55:48 +00:00
..
BasicBlockUtils.cpp Fix unused variable warnings. 2008-11-03 23:14:09 +00:00
BasicInliner.cpp Fix warning. 2008-10-31 01:50:01 +00:00
BreakCriticalEdges.cpp
CloneFunction.cpp Correctly set attributes when removing args during cloning. Fixes PR2765 2008-10-07 18:08:38 +00:00
CloneLoop.cpp
CloneModule.cpp Don't drop alignment on globals when cloning. 2008-10-09 06:27:14 +00:00
CloneTrace.cpp
CMakeLists.txt Update CMakeLists.txt 2008-11-11 09:55:48 +00:00
CodeExtractor.cpp
DbgInfoUtils.cpp Add utility routines to remove dead debug info. 2008-11-11 00:53:02 +00:00
DemoteRegToStack.cpp
InlineCost.cpp Check Attribute::NoInline. 2008-11-05 01:37:05 +00:00
InlineFunction.cpp
InstructionNamer.cpp InstructionNamer preserves everything. 2008-11-06 01:00:16 +00:00
LCSSA.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Rework r58829, allowing removal of dbg info intrinsics during alloca 2008-11-08 04:12:17 +00:00
SimplifyCFG.cpp Fix PR2967 by not deleting volatile load/stores that occur before unreachable. 2008-10-29 17:46:26 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp Add <cstdio> include where needed by gcc-4.4. 2008-10-08 07:23:46 +00:00
ValueMapper.cpp