History log of /external/clang/test/CodeGen/code-coverage.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83c546afef39d6b7be69f3f399804ebf037c4022 20-Mar-2013 Nick Lewycky <nicholas@mxc.ca> The flag "-coverage-function-names-in-data" is actually backwards -- we do
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177475 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
e4d6112a4eaf341afacd95c9585efc28ec2eac5a 19-Mar-2013 Bill Wendling <isanbard@gmail.com> Update testcase for r177340.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
3bba3efba0e57071d60b355ed62639f93e37711c 20-Feb-2013 Bill Wendling <isanbard@gmail.com> Attempt to clean up tests for non-X86 platforms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
f7a9da053f5bd6c18450c1796d953b42c3b7ad3a 20-Feb-2013 Bill Wendling <isanbard@gmail.com> Modify the tests to use attribute group references instead of listing the
function attributes.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175606 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
853c37018bd4c6f1a2118568d5ac59525f2a3b51 18-Dec-2012 Rafael Espindola <rafael.espindola@gmail.com> Now that the uninitialized variable has been fixed in llvm, add this test back,
but remove unneeded options and fix the comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170405 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
39450d0469e0d5589ad39fd0b20b5742750619a0 10-Dec-2012 Bill Wendling <isanbard@gmail.com> Remove until I can fix this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169778 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
41bde8c2fb193aaa8ebefe7d42b32fb0e12626e9 10-Dec-2012 Bill Wendling <isanbard@gmail.com> Use correct flags for this test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
26df84a187e2757a41ca1478d26c8cd826232753 10-Dec-2012 Chad Rosier <mcrosier@apple.com> Fixup test case from r169755. These are driver options, not frontend options.
Also, add the -S option.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169763 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c
44f4a2d8a95e7f12c61530a9b57854be009aef38 10-Dec-2012 Bill Wendling <isanbard@gmail.com> Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation pass.

This prevents the functions generated by that pass from using the red zone.
<rdar://problem/12843084>


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169755 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/code-coverage.c