Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The flag "-coverage-function-names-in-data" is actually backwards -- we do | Nick Lewycky | 2013-03-20 | 1 | -0/+8 |
| | | | | | | | | | | emit function names in .gcda files by default, and the flag turns that off! Rename the flag to make it match what it actually does. This keeps the default format compatible with gcc 4.2. Also add a test for this flag. llvm-svn: 177475 | ||||
* | Update testcase for r177340. | Bill Wendling | 2013-03-18 | 1 | -1/+1 |
| | | | | llvm-svn: 177344 | ||||
* | Attempt to clean up tests for non-X86 platforms. | Bill Wendling | 2013-02-20 | 1 | -6/+5 |
| | | | | llvm-svn: 175652 | ||||
* | Modify the tests to use attribute group references instead of listing the | Bill Wendling | 2013-02-20 | 1 | -4/+7 |
| | | | | | | function attributes. llvm-svn: 175606 | ||||
* | Now that the uninitialized variable has been fixed in llvm, add this test back, | Rafael Espindola | 2012-12-18 | 1 | -0/+20 |
| | | | | | | but remove unneeded options and fix the comment. llvm-svn: 170405 | ||||
* | Remove until I can fix this. | Bill Wendling | 2012-12-10 | 1 | -20/+0 |
| | | | | llvm-svn: 169778 | ||||
* | Use correct flags for this test. | Bill Wendling | 2012-12-10 | 1 | -1/+2 |
| | | | | llvm-svn: 169768 | ||||
* | Fixup test case from r169755. These are driver options, not frontend options. | Chad Rosier | 2012-12-10 | 1 | -1/+1 |
| | | | | | | Also, add the -S option. llvm-svn: 169763 | ||||
* | Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation ↵ | Bill Wendling | 2012-12-10 | 1 | -0/+19 |
pass. This prevents the functions generated by that pass from using the red zone. <rdar://problem/12843084> llvm-svn: 169755 |