Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the test fix from r312181 | Hans Wennborg | 2017-08-30 | 1 | -2/+2 |
| | | | | llvm-svn: 312193 | ||||
* | Fix tests for ARM targets | Douglas Yung | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Tests fail on ARM targets due to ABI name between define and void. Added reg ex to skip. Patch by Glenn Howe (and expanded on by Douglas Yung)! Differential Revision: https://reviews.llvm.org/D33410 llvm-svn: 312181 | ||||
* | Expose -mllvm -accurate-sample-profile to clang. | Dehao Chen | 2017-08-24 | 1 | -0/+9 |
Summary: With accurate sample profile, we can do more aggressive size optimization. For some size-critical application, this can reduce the text size by 20% Reviewers: davidxl, rsmith Reviewed By: davidxl, rsmith Subscribers: mehdi_amini, eraman, sanjoy, cfe-commits Differential Revision: https://reviews.llvm.org/D37091 llvm-svn: 311707 |