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
/
LTO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-38
/
+39
*
[ThinLTO] Emit files for distributed builds for all modules
Teresa Johnson
2016-09-21
1
-20
/
+20
*
[ThinLTO] Always emit a summary when compiling in ThinLTO mode
Teresa Johnson
2016-09-20
1
-0
/
+10
*
[LTO] Fix handling of mixed (regular and thin) mode LTO
Teresa Johnson
2016-09-16
1
-6
/
+9
*
[LTO] Fix commons handling
Mehdi Amini
2016-09-14
1
-3
/
+7
*
[LTO] Don't pass SF_Undefined symbols to the IRmover.
Davide Italiano
2016-09-13
1
-0
/
+2
*
[LTO] Constify (NFC)
Mehdi Amini
2016-09-06
1
-16
/
+20
*
[LTO] Don't create a new common unless merged has different size
Teresa Johnson
2016-08-27
1
-3
/
+4
*
Make writeToResolutionFile a static helper.
Rafael Espindola
2016-08-26
1
-10
/
+10
*
[ThinLTO] Add caching to the new LTO API
Mehdi Amini
2016-08-23
1
-28
/
+121
*
Stop always creating and running an LTO compilation if there is not a single ...
Mehdi Amini
2016-08-23
1
-21
/
+13
*
[ThinLTO] Make sure the Context used for the ThinLTO backend has all the appr...
Mehdi Amini
2016-08-23
1
-1
/
+1
*
[LTO] Handles commons in monolithic LTO
Mehdi Amini
2016-08-22
1
-0
/
+33
*
[LTO] Add a "CodeGenOnly" option. Allows the client to skip the optimizer.
Mehdi Amini
2016-08-22
1
-19
/
+21
*
[LTO] Remove dead-code: collectUsedGlobalVariables has been moved to Thin and...
Mehdi Amini
2016-08-19
1
-3
/
+1
*
[LTO] Move callback member from base class to the derived where it is used (NFC)
Mehdi Amini
2016-08-19
1
-12
/
+10
*
[LTO] Add a move to inialize member in ctor initialization list (NFC)
Mehdi Amini
2016-08-19
1
-1
/
+1
*
[LTO] Introduce an Output class to wrap the output stream creation (NFC)
Mehdi Amini
2016-08-17
1
-21
/
+21
*
[LTO] Simplify APIs and constify (NFC)
Mehdi Amini
2016-08-16
1
-8
/
+8
*
Fix type truncation warnings
Teresa Johnson
2016-08-11
1
-8
/
+8
*
Restore "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-5
/
+531
*
Revert "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-531
/
+5
*
Resolution-based LTO API.
Teresa Johnson
2016-08-11
1
-5
/
+531
*
ThinLTO: Do not take into account whether a definition has multiple copies wh...
Peter Collingbourne
2016-07-07
1
-13
/
+3
*
ThinLTO: Remove check for multiple modules before applying weak resolutions.
Peter Collingbourne
2016-07-07
1
-4
/
+0
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-8
/
+8
*
[ThinLTO] Resolve LinkOnceAny
Teresa Johnson
2016-05-26
1
-15
/
+6
*
[ThinLTO] Refactor ODR resolution and internalization (NFC)
Teresa Johnson
2016-05-25
1
-0
/
+100
*
[ThinLTO] Refactor module loader handling into new LTO file (NFC)
Teresa Johnson
2016-05-23
1
-0
/
+42