aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/FdoSupport.java
Commit message (Expand)AuthorAge
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Add documentation for the (otherwise very confusing) :lipo_context attribute.Gravatar lberki2017-04-24
* Don't create the LIPO context collector subgraph for instrumentation builds.Gravatar gregce2017-04-24
* Remove an unused argument from FdoSupport#getGcdaArtifactsForGcdaPath().Gravatar lberki2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Fix a bug in parsing .afdo.imports files whereupon Blaze would crash if a lin...Gravatar Lukacs Berki2017-02-15
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Do not store two profile artifacts in FdoSupportProvider.Gravatar Lukacs Berki2017-02-07
* Create FDO stub actions during the analysis of the cc_toolchain rule for the ...Gravatar Lukacs Berki2017-02-06
* Pass AutoFDO profiles to LTO backend.Gravatar Googler2017-01-18
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* cpp fdo: Use correct PRODUCT_NAME for path when extracting a profile.Gravatar Svilen Kanev2016-04-27
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* Remove the genfilesPath parameter from FdoSupport.prepareToBuild.Gravatar Ulf Adams2016-02-10
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
* Tolerate "..." as the base filename for the fdo profile.Gravatar Janak Ramakrishnan2015-07-10
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Description redacted.Gravatar Googler2015-04-03
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25