summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/frame-pointer.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Enable frame-pointer elimination for -O1 and above.Akira Hatanaka2013-10-161-0/+9
| | | | llvm-svn: 192815
* [SystemZ] Enable frame-pointer elimination for -O1 and aboveRichard Sandiford2013-07-191-0/+5
| | | | | | Copies the x86 behavior. llvm-svn: 186674
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-10/+10
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-10/+10
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-10/+10
| | | | llvm-svn: 148138
* Don't use the frame pointer on linux x86 and x86_64 if optimizing. ThisRafael Espindola2011-12-141-0/+24
matches gcc's behavior. Fixes PR8186. llvm-svn: 146586
OpenPOWER on IntegriCloud