summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-minsize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make some tests LLVM-optimization agnostic and remove some others that were ↵David Blaikie2015-11-141-7/+7
| | | | | | | | | | | | | | | | beyond value/repair Several of these tests (the two deleted, and the one removal edit) were relying on the optimizer to collapse things to test some frontend feature. The tests were really old and features seemed amply covered by other parts of the test suite, so I just removed them. If anyone thinks they're valuable enough to keep/fix, we can play around with that, for sure. (inspired by r252872) llvm-svn: 253114
* Update clang regression tests for 'norecurse'James Molloy2015-11-121-1/+1
| | | | | | FunctionAttrs has just been taught how to infer 'norecurse'. Update clang tests for LLVM r252871. llvm-svn: 252872
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-201-21/+20
| | | | llvm-svn: 175652
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-14/+19
| | | | | | function attributes. llvm-svn: 175606
* Update test to not fail with attribute groups.Bill Wendling2013-02-111-2/+2
| | | | llvm-svn: 174866
* Update the front end to use minsize attributeQuentin Colombet2012-11-011-0/+75
llvm-svn: 167266
OpenPOWER on IntegriCloud