Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests | Joel E. Denny | 2018-07-11 | 1 | -3/+3 |
* | Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT. | Paul Robinson | 2016-02-26 | 1 | -11/+11 |
* | Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later | Paul Robinson | 2014-12-11 | 1 | -0/+2 |
* | Diagnose attributes 'optnone' and 'minsize' on the same declaration. | Paul Robinson | 2014-12-10 | 1 | -0/+8 |
* | Revert r223980 as it had wrong commit message. | Paul Robinson | 2014-12-10 | 1 | -8/+0 |
* | Rename a couple of preprocessor symbols to be more descriptive. NFC. | Paul Robinson | 2014-12-10 | 1 | -0/+8 |
* | [TEST] Improve tests for #pragma clang optimize off/on | Dario Domizioli | 2014-07-28 | 1 | -1/+42 |
* | [test] Force a triple in the pragma optimize test due to expected mangled names. | Dario Domizioli | 2014-05-23 | 1 | -1/+1 |
* | Implemented support for "pragma clang optimize on/off", based on attribute 'o... | Dario Domizioli | 2014-05-23 | 1 | -0/+113 |