aboutsummaryrefslogtreecommitdiffstats
path: root/cc/lto.go
Commit message (Expand)AuthorAgeFilesLines
* 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