Duncan P. N. Exon Smith
c8eccd1147
verify-uselistorder: Force -preserve-bc-use-list-order
...
llvm-svn: 216022
2014-08-19 21:08:27 +00:00
Duncan P. N. Exon Smith
852e00e3d1
verify-uselistorder: Change the default -num-shuffles=5
...
Change the default for `-num-shuffles` to 5 and better document the
algorithm in the header docs of `verify-uselistorder`.
llvm-svn: 214419
2014-07-31 18:46:24 +00:00
Duncan P. N. Exon Smith
5faa6225ad
verify-uselistorder: Add RUN lines to cases in test/Assembly
...
Add RUN line for `verify-uselistorder` to every test in `test/Assembly`,
unless it's a negative check (assembler rejects it) or verification
fails.
There are three files that verification fails on (so I've left out the
RUN lines):
- 2002-08-22-DominanceProblem.ll
- ConstantExprFold.ll
- ConstantExprFoldCast.ll
This is part of PR5680.
llvm-svn: 214365
2014-07-31 00:10:27 +00:00
Bill Wendling
90bc19cd91
Modify the LLVM assembly output so that it uses references to represent function attributes.
...
This makes the LLVM assembly look better. E.g.:
define void @foo() #0 { ret void }
attributes #0 = { nounwind noinline ssp }
llvm-svn: 175605
2013-02-20 07:21:42 +00:00
Bill Wendling
84ba97698e
FileCheck-ize the tests.
...
llvm-svn: 174865
2013-02-11 08:34:57 +00:00
Devang Patel
221fe42006
Support inreg, zext and sext as return value attributes.
...
llvm-svn: 56801
2008-09-29 20:49:50 +00:00
Devang Patel
db937ec8fa
Update tests.
...
llvm-svn: 56730
2008-09-27 00:25:28 +00:00
Devang Patel
ca9d93e627
Read and write function notes.
...
llvm-svn: 55657
2008-09-02 21:47:13 +00:00
Devang Patel
cc4d6ce532
Function notes tests.
...
llvm-svn: 55648
2008-09-02 20:58:16 +00:00