llvm-6502/lib/Transforms/Utils
Dale Johannesen 1379cadf8d Allow for switch values bigger than 64 bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66751 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-12 01:20:06 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp Don't consider debug intrinsics when checking 2009-03-10 22:20:02 +00:00
CloneLoop.cpp
CloneModule.cpp
CloneTrace.cpp
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp If a function is marked alwaysinline, it must be inlined (possibly for correctness). Do so even if the callee has dynamic alloca and the caller doesn't. 2009-03-10 07:57:50 +00:00
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp
Local.cpp Add "check/remove dbg var" helper routines. 2009-03-06 00:19:37 +00:00
LoopSimplify.cpp
LowerAllocations.cpp
LowerInvoke.cpp Introduce new linkage types linkonce_odr, weak_odr, common_odr 2009-03-07 15:45:40 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Tweak the check for promotable alloca's to handle 2009-03-06 00:42:50 +00:00
SimplifyCFG.cpp Allow for switch values bigger than 64 bits. 2009-03-12 01:20:06 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp
ValueMapper.cpp