summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/Caching.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Open native file handles to avoid converting from FDs, NFCReid Kleckner2019-07-111-9/+10
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-8/+23
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-1/+8
* [LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-201-2/+2
* LTO: clarify why we need to gracefully handle sys::fs::rename failuresBob Haarman2017-11-161-7/+9
* Use TempFile in lto caching.Rafael Espindola2017-11-151-25/+34
* LTO: don't fatal when value for cache key already existsBob Haarman2017-11-101-2/+15
* LTO: Improve error reporting when adding a cache entry.Peter Collingbourne2017-10-031-4/+6
* LTO: Remove unnecessary Windows support code.Peter Collingbourne2017-09-071-15/+0
* LTO: Try to open cache files before renaming them.Peter Collingbourne2017-09-051-6/+21
* 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