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
/
tools
/
gold
/
gold-plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Infer relocation model from module flags in relocatable LTO link.
Evgeniy Stepanov
2017-05-22
1
-2
/
+4
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
More accurate header inclusions. NFC.
Peter Collingbourne
2017-03-28
1
-0
/
+2
*
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
Peter Collingbourne
2017-03-28
1
-6
/
+4
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-4
/
+55
*
LTO: Fix a potential race condition in the caching API.
Peter Collingbourne
2017-03-17
1
-2
/
+6
*
LTO: When creating a local cache, create the cache directory if it does not a...
Peter Collingbourne
2017-03-02
1
-1
/
+1
*
gold-plugin: Remove unused variable.
Peter Collingbourne
2017-02-28
1
-1
/
+0
*
[ThinLTO] PrintStatistics when we exit early for thinlto-index-only
Teresa Johnson
2017-02-02
1
-0
/
+3
*
gold-plugin: Simplify naming of object files created with save-temps or obj-p...
Peter Collingbourne
2017-01-26
1
-5
/
+4
*
gold-plugin: Add the file path to the file open error diagnostic.
Peter Collingbourne
2017-01-25
1
-1
/
+2
*
Pass sample pgo flags to thinlto.
Dehao Chen
2016-12-16
1
-0
/
+7
*
Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
Fix gold plugin after Error API changes
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.
Peter Collingbourne
2016-11-09
1
-6
/
+0
*
Make the LTO comdat api more symbol table friendly.
Rafael Espindola
2016-10-25
1
-2
/
+4
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
1
-2
/
+2
*
Return a StringRef instead of a Comdat*.
Rafael Espindola
2016-10-17
1
-3
/
+3
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-30
/
+18
*
[gold] Split plugin options controlling ThinLTO and codegen parallelism.
Teresa Johnson
2016-09-23
1
-10
/
+11
*
[ThinLTO] Emit files for distributed builds for all modules
Teresa Johnson
2016-09-21
1
-1
/
+38
*
gold: Simplify. Do not unnecessarily enumerate Obj's symbols.
Peter Collingbourne
2016-09-14
1
-6
/
+2
*
[ThinLTO] Move loading of cache entry to client
Teresa Johnson
2016-08-26
1
-4
/
+3
*
[ThinLTO/gold] Add caching support to gold-plugin
Teresa Johnson
2016-08-24
1
-2
/
+14
*
Fix Gold Plugin after API change in the LTO API (constify callback type)
Mehdi Amini
2016-08-22
1
-2
/
+2
*
[LTO] Handles commons in monolithic LTO
Mehdi Amini
2016-08-22
1
-58
/
+1
*
[gold/ThinLTO] Restore ThinLTO file management in gold plugin
Teresa Johnson
2016-08-20
1
-1
/
+10
*
[ThinLTO] Keep common symbols in ThinLTO modules
Teresa Johnson
2016-08-18
1
-1
/
+4
*
[LTO] Change addSaveTemps API: do not add dot to the supplied prefix path
Mehdi Amini
2016-08-18
1
-1
/
+2
*
[LTO] Introduce an Output class to wrap the output stream creation (NFC)
Mehdi Amini
2016-08-17
1
-20
/
+31
*
Revert "gold: add a cast to appease std::max NFC"
Saleem Abdulrasool
2016-08-14
1
-2
/
+1
*
gold: add a cast to appease std::max NFC
Saleem Abdulrasool
2016-08-12
1
-1
/
+2
*
Restore "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-944
/
+227
*
Revert "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-227
/
+944
*
Resolution-based LTO API.
Teresa Johnson
2016-08-11
1
-944
/
+227
*
[ThinLTO/gold] Support for getting list of included objects from gold
Teresa Johnson
2016-07-22
1
-0
/
+40
*
[ThinLTO/gold] Perform index-based weak/linkonce resolution
Teresa Johnson
2016-07-14
1
-17
/
+33
*
[ThinLTO/gold] Enable symbol resolution in distributed backend case
Teresa Johnson
2016-07-13
1
-5
/
+0
*
[ThinLTO/gold] ThinLTO internalization fixes
Teresa Johnson
2016-07-13
1
-16
/
+9
*
Don't use the new x86 relax relocations on the gold plugin.
Rafael Espindola
2016-06-17
1
-0
/
+4
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-26
/
+15
*
[ThinLTO/gold] Enable summary-based internalization
Teresa Johnson
2016-06-09
1
-12
/
+71
*
[ThinLTO/gold] Pass import lists by reference (NFC)
Teresa Johnson
2016-06-03
1
-1
/
+1
*
[ThinLTO/gold] Pass down the imports lists from the thin link (NFC)
Teresa Johnson
2016-06-03
1
-31
/
+30
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+4
*
Linker: teach the IR mover to return llvm::Error.
Peter Collingbourne
2016-05-27
1
-11
/
+12
*
[ThinLTO/gold] Handle bitcode archives
Teresa Johnson
2016-05-26
1
-53
/
+104
[next]