aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LTOBackendArtifacts.java
Commit message (Expand)AuthorAge
* Fix ordering of -fPIC for PIC compiles in the LTOBackendActionGravatar Googler2017-05-23
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Description redacted.Gravatar Googler2017-01-23
* Pass AutoFDO profiles to LTO backend.Gravatar Googler2017-01-18
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Move ThinLTO indexing and backend options to Crosstool feature configurationGravatar Googler2016-09-20
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Set CLANG for invoking the LTO backend.Gravatar Han-Wen Nienhuys2015-10-08
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Also ship the linker for LTO backend actions.Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11