summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/xcore-abi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-2/+1
| | | | | | | | | | | | | | | | with '-mframe-pointer' After D56351 and D64294, frame pointer handling is migrated to tri-state (all, non-leaf, none) in clang driver and on the function attribute. This patch makes the frame pointer handling cc1 option tri-state. Reviewers: chandlerc, rnk, t.p.northover, MaskRay Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D56353 llvm-svn: 366645
* XCore target: fix bug in dereferencing null pointer.Robert Lytton2014-05-021-0/+27
Also add basic cpp ABI tests where they differ from C ABI output. llvm-svn: 207834
OpenPOWER on IntegriCloud