llvm-6502/lib/Transforms/Utils
Owen Anderson 07cf79ef53 "LLVMContext* " --> "LLVMContext *"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74878 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-06 23:00:19 +00:00
..
AddrModeMatcher.cpp Teach SCEVExpander to expand arithmetic involving pointers into GEP 2009-05-19 02:15:55 +00:00
BasicBlockUtils.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +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 Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
CloneFunction.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +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 More LLVMContext-ification. 2009-07-05 22:41:43 +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 Fix build. 2009-07-03 22:11:58 +00:00
CodeExtractor.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
DemoteRegToStack.cpp Fix warning when assertions disabled. 2008-06-21 19:49:01 +00:00
InlineCost.cpp available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
InlineFunction.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +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 More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
Local.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
LoopSimplify.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
LowerAllocations.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
LowerInvoke.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
LowerSwitch.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Mem2Reg.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
PromoteMemoryToRegister.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SimplifyCFG.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SSI.cpp Add Static Single Information construction pass written by André Tavares! 2009-07-03 19:28:36 +00:00
UnifyFunctionExitNodes.cpp Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
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 "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00