Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix a ppc64 bot. What is this 'signext' stuff anyway? | Paul Robinson | 2014-11-25 | 1 | -8/+8 |
| | | | | | | No wonder most people use specific triples. llvm-svn: 222769 | ||||
* | See if this fixes Mips bot; ignore contents of parameter lists. | Paul Robinson | 2014-11-24 | 1 | -6/+6 |
| | | | | llvm-svn: 222708 | ||||
* | Correctly remove OptimizeForSize from functions marked OptimizeNone. | Paul Robinson | 2014-11-24 | 1 | -0/+94 |
This allows using __attribute__((optnone)) and the -Os/-Oz options. Fixes PR21604. llvm-svn: 222683 |