index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
LTO
/
Caching.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Open native file handles to avoid converting from FDs, NFC
Reid Kleckner
2019-07-11
1
-9
/
+10
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
1
-8
/
+23
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-1
/
+8
*
[LTO] Remove unused Path parameter to AddBufferFn
Teresa Johnson
2018-02-20
1
-2
/
+2
*
LTO: clarify why we need to gracefully handle sys::fs::rename failures
Bob Haarman
2017-11-16
1
-7
/
+9
*
Use TempFile in lto caching.
Rafael Espindola
2017-11-15
1
-25
/
+34
*
LTO: don't fatal when value for cache key already exists
Bob Haarman
2017-11-10
1
-2
/
+15
*
LTO: Improve error reporting when adding a cache entry.
Peter Collingbourne
2017-10-03
1
-4
/
+6
*
LTO: Remove unnecessary Windows support code.
Peter Collingbourne
2017-09-07
1
-15
/
+0
*
LTO: Try to open cache files before renaming them.
Peter Collingbourne
2017-09-05
1
-6
/
+21
*
Try using llvm::errc, should hopefully fix version mismatch problem on clang-...
Peter Collingbourne
2017-03-20
1
-4
/
+2
*
Support, LTO: When pruning a directory, ignore files matching a prefix.
Peter Collingbourne
2017-03-20
1
-2
/
+4
*
LTO: Work around libstdc++ version mismatch bug, see D31063 review thread.
Peter Collingbourne
2017-03-17
1
-1
/
+4
*
LTO: Fix a potential race condition in the caching API.
Peter Collingbourne
2017-03-17
1
-9
/
+24
*
LTO: Create temporary cache files in the cache directory instead of $TMPDIR.
Peter Collingbourne
2017-03-16
1
-28
/
+8
*
LTO: When creating a local cache, create the cache directory if it does not a...
Peter Collingbourne
2017-03-02
1
-2
/
+5
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-3
/
+4
*
Add qualification to fix MSVC build.
Peter Collingbourne
2016-09-23
1
-1
/
+1
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-50
/
+51
*
[ThinLTO] Move loading of cache entry to client
Teresa Johnson
2016-08-26
1
-8
/
+2
*
[ThinLTO] Add caching to the new LTO API
Mehdi Amini
2016-08-23
1
-0
/
+104