aboutsummaryrefslogtreecommitdiffstats
path: root/cc/lto.go
Commit message (Expand)AuthorAgeFilesLines
* Support LLD ThinLTO cache/threshold optionYi Kong2019-03-221-4/+4
* Switch clang to r353983Yi Kong2019-03-191-2/+1
* Stop passing the gold plugin path to llvm-ar.Peter Collingbourne2018-11-081-2/+0
* Revert "Prevent clang from using the x18 register on arm64."Yi Kong2018-11-081-7/+0
* Prevent clang from using the x18 register on arm64.Peter Collingbourne2018-10-241-0/+7
* Remove USE_CLANG_LLD[=false]Dan Willemsen2018-10-211-1/+1
* Add USE_CLANG_LLD and use_clang_lld.android-o-mr1-iot-preview-8Chih-Hung Hsieh2018-04-121-2/+12
* Switch to clang 7.0Chih-Hung Hsieh2018-03-261-6/+0
* Add opt-in option to turn on ThinLTO cachingYi Kong2018-03-121-0/+15
* Disable inlining and loop unrolling in LTO without PGO profileYi Kong2018-02-141-0/+7
* Fix llvm-ar error caused by using lto and sanitizer togetherZhizhou Yang2018-02-141-1/+1
* Enable emutls with -flto for Android sanitize=cfiRyan Prichard2018-02-061-1/+2
* Add environment variable to globally disable LTOYi Kong2018-01-311-0/+3
* Propagate LTO type from binary/DSO to object filesStephen Crane2017-12-121-23/+78
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-3/+1
* Add support for thin LTOYi Kong2017-09-011-8/+26
* Work around LLVM bug where TLS not emulated in LTO modeStephen Crane2017-08-151-0/+5
* Add LTO support to soongStephen Crane2017-08-151-0/+112