This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 20:51:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
FunctionAttrs
History
Bill Wendling
d01be8c559
FileCheck-ize the tests.
...
llvm-svn: 174865
2013-02-11 08:34:57 +00:00
..
2008-09-03-Mutual.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
2008-09-03-ReadNone.ll
FileCheck-ize the tests.
2013-02-11 08:34:57 +00:00
2008-09-03-ReadOnly.ll
FileCheck-ize the tests.
2013-02-11 08:34:57 +00:00
2008-09-13-VolatileRead.ll
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
2011-11-27 06:54:59 +00:00
2008-12-29-Constant.ll
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
2010-11-08 16:45:26 +00:00
2009-01-02-LocalStores.ll
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
2010-10-30-volatile.ll
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
2011-11-27 06:54:59 +00:00
atomic.ll
Convert getAttributes() to return an AttributeSetNode.
2013-01-29 03:20:31 +00:00
lit.local.cfg
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
2012-02-16 06:28:33 +00:00
nocapture.ll
Change CaptureTracking to pass a Use* instead of a Value* when a value is
2011-12-28 23:24:21 +00:00