llvm-6502/test/Analysis
Duncan Sands 9f07a290b9 Add a new pass AddReadAttrs which works out which functions
can get the readnone/readonly attributes, and gives them it.
The plan is to remove markmodref (which did the same thing
by querying GlobalsModRef) and delete the analogous
functionality from GlobalsModRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56341 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-19 08:17:05 +00:00
..
Andersens Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
BasicAA Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
CallGraph Teach -callgraph to always print the callgraph (as the 2008-09-19 07:57:09 +00:00
Dominators Move these tests into the proper directory. 2008-05-29 16:30:29 +00:00
GlobalsModRef Add a new pass AddReadAttrs which works out which functions 2008-09-19 08:17:05 +00:00
LoopInfo Fix WriteAsOperand to not emit a leading space character. Adjust 2008-09-14 17:21:12 +00:00
PostDominators Move these tests into the proper directory. 2008-05-29 16:30:29 +00:00
ScalarEvolution Finally re-apply r46959. This is made feasible by the combination 2008-09-16 18:52:57 +00:00