Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' | Yuanfang Chen | 2019-07-20 | 1 | -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 Lytton | 2014-05-02 | 1 | -0/+27 |
Also add basic cpp ABI tests where they differ from C ABI output. llvm-svn: 207834 |