llvm-6502/lib/Transforms/Utils
2009-08-12 16:23:25 +00:00
..
AddrModeMatcher.cpp Remove a bunch more now-unnecessary Context arguments. 2009-08-12 16:23:25 +00:00
BasicBlockUtils.cpp Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
BasicInliner.cpp available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
BreakCriticalEdges.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
CloneFunction.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
CloneLoop.cpp Simplify code by using SmallVector's pop_back_val() instead of 2009-05-06 17:22:41 +00:00
CloneModule.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
CloneTrace.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
CMakeLists.txt Update CMake files. 2009-07-21 17:43:20 +00:00
CodeExtractor.cpp Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. 2009-08-05 23:16:16 +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 Remove Value::{isName, getNameRef}. 2009-07-25 23:55:21 +00:00
InlineFunction.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
InstructionNamer.cpp make instnamer name unnamed blocks as well as instructions and args. 2008-12-18 00:33:11 +00:00
LCSSA.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
Local.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
LoopSimplify.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
LowerAllocations.cpp Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
LowerInvoke.cpp Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. 2009-08-05 23:16:16 +00:00
LowerSwitch.cpp Remove now unused Context variables. 2009-07-29 19:14:17 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Mem2Reg.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
PromoteMemoryToRegister.cpp Fix a bunch of namespace pollution. 2009-08-07 01:32:21 +00:00
SimplifyCFG.cpp Remove a bunch more now-unnecessary Context arguments. 2009-08-12 16:23:25 +00:00
SSI.cpp Remove unnecessary casts. 2009-08-11 15:15:10 +00:00
UnifyFunctionExitNodes.cpp Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
UnrollLoop.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
ValueMapper.cpp Rename MDNode.h header. It defines MDnode and other metadata classes. 2009-07-28 21:49:47 +00:00