summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/Caching.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try using llvm::errc, should hopefully fix version mismatch problem on clang-...Peter Collingbourne2017-03-201-4/+2
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-2/+4
* LTO: Work around libstdc++ version mismatch bug, see D31063 review thread.Peter Collingbourne2017-03-171-1/+4
* LTO: Fix a potential race condition in the caching API.Peter Collingbourne2017-03-171-9/+24
* LTO: Create temporary cache files in the cache directory instead of $TMPDIR.Peter Collingbourne2017-03-161-28/+8
* LTO: When creating a local cache, create the cache directory if it does not a...Peter Collingbourne2017-03-021-2/+5
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-3/+4
* Add qualification to fix MSVC build.Peter Collingbourne2016-09-231-1/+1
* LTO: Simplify caching interface.Peter Collingbourne2016-09-231-50/+51
* [ThinLTO] Move loading of cache entry to clientTeresa Johnson2016-08-261-8/+2
* [ThinLTO] Add caching to the new LTO APIMehdi Amini2016-08-231-0/+104
OpenPOWER on IntegriCloud