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
*
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