summaryrefslogtreecommitdiff
path: root/lib/LTO/Caching.cpp
AgeCommit message (Expand)Author
2017-11-16LTO: clarify why we need to gracefully handle sys::fs::rename failuresBob Haarman
2017-11-15Use TempFile in lto caching.Rafael Espindola
2017-11-10LTO: don't fatal when value for cache key already existsBob Haarman
2017-10-03LTO: Improve error reporting when adding a cache entry.Peter Collingbourne
2017-09-07LTO: Remove unnecessary Windows support code.Peter Collingbourne
2017-09-05LTO: Try to open cache files before renaming them.Peter Collingbourne
2017-03-20Try using llvm::errc, should hopefully fix version mismatch problem on clang-...Peter Collingbourne
2017-03-20Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne
2017-03-17LTO: Work around libstdc++ version mismatch bug, see D31063 review thread.Peter Collingbourne
2017-03-17LTO: Fix a potential race condition in the caching API.Peter Collingbourne
2017-03-16LTO: Create temporary cache files in the cache directory instead of $TMPDIR.Peter Collingbourne
2017-03-02LTO: When creating a local cache, create the cache directory if it does not a...Peter Collingbourne
2017-01-13Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer
2016-09-23Add qualification to fix MSVC build.Peter Collingbourne
2016-09-23LTO: Simplify caching interface.Peter Collingbourne
2016-08-26[ThinLTO] Move loading of cache entry to clientTeresa Johnson
2016-08-23[ThinLTO] Add caching to the new LTO APIMehdi Amini