aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/FdoSupport.java
Commit message (Expand)AuthorAge
* Remove LIPO supportGravatar hlopko2018-06-15
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.Gravatar mjhalupka2018-02-16
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Pass "profile_path" flag to protoc if necessary.Gravatar Googler2017-07-26
* Close the ZipFileSystem and the underlying ZipFile appropriately after we fin...Gravatar lberki2017-07-26
* Ignore unknown file types in profile zip filesGravatar Googler2017-07-07
* Fix LIPO to ThinLTO mapping to work with AutoFDO.Gravatar Googler2017-06-22
* Map LIPO to ThinLTO when LLVM compiler is used.Gravatar Googler2017-06-14
* Add support for zipped LLVM profile files.Gravatar Googler2017-06-14
* Make the error message when a file is not found in the profile zip more indic...Gravatar lberki2017-06-08
* 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