aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LtoBackendArtifacts.java
Commit message (Expand)AuthorAge
* @AutoCodec CppLinkAction.Gravatar cpeyser2018-02-27
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction.Gravatar cpeyser2018-02-08
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Schedule LtoBackendAction when creating LtoBackendArtifactGravatar Googler2017-11-06
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Workaround missing go_* target ThinLTO supportGravatar Googler2017-10-10
* Add .imports file to the LTOBackendAction inputsGravatar Googler2017-10-07
* Put feature arguments after command line options for LTOBackendActionGravatar Googler2017-10-06
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Fix .dwo Artifact construction with ThinLTO+Fission for nativedepsGravatar Googler2017-08-30
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02