llvm-6502/lib/Transforms/Utils
Ted Kremenek c55db82cd0 Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76595 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-21 17:43:20 +00:00
..
AddrModeMatcher.cpp silence a vc++ warning. 2009-07-11 22:31:59 +00:00
BasicBlockUtils.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
CloneFunction.cpp This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
CloneLoop.cpp
CloneModule.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
CloneTrace.cpp
CMakeLists.txt Update CMake files. 2009-07-21 17:43:20 +00:00
CodeExtractor.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
DemoteRegToStack.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
InlineCost.cpp add a fixme 2009-07-18 18:49:04 +00:00
InlineFunction.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
LoopSimplify.cpp Make makeLoopInvariant report whether it made any changes or not, 2009-07-15 01:25:43 +00:00
LowerAllocations.cpp Initialize another Context, in the hopes of unbreaking CBE. 2009-07-17 16:20:23 +00:00
LowerInvoke.cpp Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in 2009-07-16 18:04:31 +00:00
LowerSwitch.cpp This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SimplifyCFG.cpp Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
SSI.cpp There's no need to consider PHI nodes in the same block as the instruction 2009-07-09 15:59:27 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp Thread LLVMContext through the constant folding APIs, which touches a lot of files. 2009-07-06 18:42:36 +00:00
ValueMapper.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00