summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
Commit message (Collapse)AuthorAgeFilesLines
* Inline the checks for mutually exclusive attributes since they're used in ↵Bill Wendling2012-10-091-1/+1
| | | | | | only one module. llvm-svn: 165539
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-011-2/+1
| | | | llvm-svn: 56939
* Don't leave an output file in the test directory.Dan Gohman2008-10-011-1/+1
| | | | llvm-svn: 56910
* 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
* Function notes tests.Devang Patel2008-09-021-0/+7
llvm-svn: 55648
OpenPOWER on IntegriCloud