summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes.ll
Commit message (Collapse)AuthorAgeFilesLines
* verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith2014-08-191-1/+1
| | | | llvm-svn: 216022
* verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith2014-07-311-1/+1
| | | | | | | Change the default for `-num-shuffles` to 5 and better document the algorithm in the header docs of `verify-uselistorder`. llvm-svn: 214419
* verify-uselistorder: Add RUN lines to cases in test/AssemblyDuncan P. N. Exon Smith2014-07-311-0/+1
| | | | | | | | | | | | | | | | | 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
* Modify the LLVM assembly output so that it uses references to represent ↵Bill Wendling2013-02-201-3/+6
| | | | | | | | | | | 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
* FileCheck-ize the tests.Bill Wendling2013-02-111-1/+5
| | | | llvm-svn: 174865
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-291-1/+1
| | | | llvm-svn: 56801
* Update tests.Devang Patel2008-09-271-2/+2
| | | | llvm-svn: 56730
* Read and write function notes.Devang Patel2008-09-021-1/+4
| | | | llvm-svn: 55657
* Function notes tests.Devang Patel2008-09-021-0/+11
llvm-svn: 55648
OpenPOWER on IntegriCloud