llvm-6502/test
Duncan Sands 516ec62bfe Allow readnone functions to read (and write!) global
constants, since doing so is irrelevant for aliasing
purposes.  While this doesn't increase the total number
of functions marked readonly or readnone in MultiSource/
Applications (3089), it does result in 12 functions being
marked readnone rather than readonly.
Before:
  readnone: 820
  readonly: 2269
After:
  readnone: 832
  readonly: 2257


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61469 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-29 11:34:09 +00:00
..
Analysis Check that the function prototypes are correct before assuming that the 2008-12-27 16:20:53 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
DebugInfo More precise XFAIL. 2008-12-19 22:28:23 +00:00
ExecutionEngine
Feature add testcase for type parsing. 2008-12-27 08:10:46 +00:00
FrontendAda
FrontendC Testcase to show we can tie together integers and pointers of 2008-12-23 18:52:26 +00:00
FrontendC++ This test works again for Darwin because a patch was reverted. 2008-12-19 19:08:13 +00:00
FrontendFortran
FrontendObjC Add test for rdar://6394879. 2008-11-26 02:21:12 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Use ignore & grep instead of XFAIL. 2008-12-21 07:47:49 +00:00
Other
Scripts
TableGen
Transforms Allow readnone functions to read (and write!) global 2008-12-29 11:34:09 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh