llvm-6502/lib/Transforms/Utils
2011-06-17 21:36:44 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Scanning entire basic block may be too expensive in terms of compile time. Instead, just use whatever location info first non-phi instruction has. 2011-05-02 21:57:00 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Preserve line number information. 2011-05-17 19:43:06 +00:00
BuildLibCalls.cpp One more debug line number miss in instcombine (although the code in question isn't actually in instcombine). 2011-05-27 01:00:36 +00:00
CloneFunction.cpp
CloneModule.cpp
CMakeLists.txt Fix cmake build. 2011-06-15 21:03:04 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp Use IRBuilder to make our intrinsic calls in the inliner so that we pick up 2011-06-14 02:51:53 +00:00
InstructionNamer.cpp
LCSSA.cpp There is no need to force DebugLoc on a PHI at this point. 2011-05-16 22:05:03 +00:00
Local.cpp Simplify; no significant functionality change. 2011-06-15 21:08:25 +00:00
LoopSimplify.cpp Set debug loc for new preheader's terminator. 2011-06-17 21:36:44 +00:00
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp When promoting an alloca to registers discard any lifetime intrinsics. 2011-06-17 10:09:00 +00:00
SimplifyCFG.cpp If the block that we're threading through is jumped to by an indirect branch, 2011-06-04 09:42:04 +00:00
SimplifyInstructions.cpp
SSAUpdater.cpp Clean up the lazy initialization of DIBuilder a bit. 2011-05-24 06:00:08 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:31 +00:00