llvm-6502/lib/Transforms/IPO
Duncan Sands f95f945fb0 Implement review feedback from Devang: make use
of mayReadFromMemory and mayWriteToMemory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56387 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-20 16:45:58 +00:00
..
AddReadAttrs.cpp Implement review feedback from Devang: make use 2008-09-20 16:45:58 +00:00
ArgumentPromotion.cpp Update the callgraph correctly in ArgumentPromotion. 2008-09-08 11:07:35 +00:00
ConstantMerge.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
DeadArgumentElimination.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
DeadTypeElimination.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
ExtractGV.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
GlobalDCE.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
GlobalOpt.cpp Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
IndMemRemoval.cpp fix crash when the malloc/free function is defined or is a declaration with 0 parameters. 2008-09-06 17:44:06 +00:00
InlineAlways.cpp Fix typo in a comment. 2008-09-03 20:25:40 +00:00
Inliner.cpp Use removeAllCalledFunctions rather than removing 2008-09-05 14:56:53 +00:00
InlineSimple.cpp Add parentheses to make code more readable. 2008-09-03 19:57:15 +00:00
Internalize.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
IPConstantPropagation.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
LoopExtractor.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
LowerSetJmp.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
Makefile
PartialSpecialization.cpp try to seperate the mechanism into something others can use 2008-09-04 18:51:26 +00:00
PruneEH.cpp Reapply 55859. This doesn't change anything as 2008-09-08 11:05:51 +00:00
RaiseAllocations.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
StripDeadPrototypes.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
StripSymbols.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
StructRetPromotion.cpp Update the callgraph correctly. 2008-09-08 11:08:09 +00:00