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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gold-plugin: Fixed typo in an error message.
Marianne Mailhot-Sarrasin
2016-03-30
1
-1
/
+1
*
[gold] Emit a diagnostic in case we fail to remove a file.
Davide Italiano
2016-03-20
1
-2
/
+6
*
[gold] Use early return to simplify.
Davide Italiano
2016-03-19
1
-10
/
+5
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-21
/
+23
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-23
/
+21
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-21
/
+23
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
1
-2
/
+2
*
[gold] Fix common symbols handling.
Evgeniy Stepanov
2016-03-11
1
-20
/
+40
*
Fix GOLD plugin build after r262976
Mehdi Amini
2016-03-09
1
-1
/
+1
*
[gold] Avoid assertion failures when taking a pointer to an empty vector.
Benjamin Kramer
2016-03-08
1
-1
/
+1
*
Fix bot failure from r262721: unintented change in gold-plugin save-temps
Teresa Johnson
2016-03-04
1
-1
/
+3
*
[ThinLTO] Ensure prevailing linkonce emitted as weak in ThinLTO backends
Teresa Johnson
2016-03-04
1
-0
/
+10
*
[ThinLTO] Launch importing backends in parallel threads from gold plugin
Teresa Johnson
2016-03-04
1
-13
/
+202
*
Refactor gold-plugin codegen to prepare for ThinLTO threads (NFC)
Teresa Johnson
2016-03-04
1
-92
/
+181
*
[gold] Handle modules that are not included in the link.
Evgeniy Stepanov
2016-03-04
1
-75
/
+92
*
Pass a std::unique_ptr to IRMover::move.
Rafael Espindola
2016-02-16
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-31
/
+0
*
[gold] Remove inconsistent llvm_unreachable().
Davide Italiano
2016-01-22
1
-1
/
+0
*
Disable use list order on the gold plugin.
Rafael Espindola
2015-12-22
1
-1
/
+1
*
Use LLVM style variable name (NFC)
Teresa Johnson
2015-12-16
1
-4
/
+4
*
Add RAII wrapper for gold plugin file management
Teresa Johnson
2015-12-16
1
-23
/
+31
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-1
/
+1
*
[ThinLTO] Release files in gold plugin during combined index (take 2)
Teresa Johnson
2015-12-10
1
-4
/
+2
*
Slit lib/Linker in two.
Rafael Espindola
2015-12-10
1
-157
/
+97
*
[ThinLTO] Release files read when creating combined index in gold plugin
Teresa Johnson
2015-12-09
1
-0
/
+3
*
Delay context construction to when/if it is needed in gold plugin (NFC)
Teresa Johnson
2015-12-09
1
-3
/
+3
*
clang-format order of gold-plugin includes (NFC)
Teresa Johnson
2015-12-09
1
-2
/
+2
*
Always pass a diagnostic handler to the linker.
Rafael Espindola
2015-12-04
1
-1
/
+1
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-3
/
+3
*
Simplify the linking of recursive data.
Rafael Espindola
2015-11-27
1
-2
/
+2
*
Don't create implicit comdats.
Rafael Espindola
2015-11-23
1
-2
/
+0
*
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
2015-11-21
1
-0
/
+12
*
Remove unused function parameter (NFC)
Mehdi Amini
2015-11-19
1
-3
/
+2
*
gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540.
NAKAMURA Takumi
2015-11-19
1
-4
/
+9
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-3
/
+5
*
Make class final to pacify -Wnon-virtual-dtor.
Manuel Klimek
2015-10-20
1
-1
/
+1
*
Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)
Teresa Johnson
2015-10-19
1
-1
/
+1
*
Convert gold-plugin unnecessary unique_ptr into local (NFC)
Teresa Johnson
2015-10-19
1
-3
/
+3
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
1
-0
/
+64
*
Disable the second verification run when performing LTO through
Teresa Johnson
2015-09-16
1
-1
/
+10
*
gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.
Peter Collingbourne
2015-09-01
1
-34
/
+47
*
Replace &vector[0] with vector.data() to avoid invalid dereference caught by ...
Nick Lewycky
2015-08-05
1
-4
/
+5
*
Update for r243115 which changed the DataLayout API on TargetMachine but
Chandler Carruth
2015-07-24
1
-2
/
+1
*
gold-plugin: save the .o when given -save-temps.
Rafael Espindola
2015-06-15
1
-3
/
+8
*
Fix build error from r234957
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+1
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+3
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-3
/
+2
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-2
/
+3
*
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-3
/
+2
*
Fix PR23045.
Rafael Espindola
2015-03-30
1
-5
/
+3
[next]