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
*
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
*
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
2015-03-27
1
-3
/
+5
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-1
/
+22
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-0
/
+1
*
Fix the build of the gold-plugin and examples.
Rafael Espindola
2015-03-04
1
-3
/
+1
*
Bring r231132 back with a fix.
Rafael Espindola
2015-03-04
1
-5
/
+2
*
Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now...
NAKAMURA Takumi
2015-03-04
1
-2
/
+5
*
Correctly handle -pass-remarks in the gold plugin.
Rafael Espindola
2015-03-03
1
-5
/
+2
*
Add r230655 back with a fix.
Rafael Espindola
2015-03-02
1
-11
/
+32
*
Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings."
NAKAMURA Takumi
2015-03-01
1
-29
/
+11
*
gold-plugin: "Upgrade" debug info and handle its warnings.
Rafael Espindola
2015-02-26
1
-11
/
+29
*
Set the datalayout in the gold plugin.
Rafael Espindola
2015-02-21
1
-0
/
+3
*
[PM] Fix a compile error I introduced in r229094 and didn't notice
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-4
/
+4
*
gold-plugin: delete the output file for OT_DISABLE
Michael Kuperstein
2015-02-12
1
-1
/
+6
*
Gold-plugin: Broaden scope of get/release_input_file to scope of Module.
Jan Wen Voung
2015-02-11
1
-9
/
+10
*
gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't ...
NAKAMURA Takumi
2015-02-02
1
-1
/
+5
*
Fixup gold-plugin after r227576.
Alexey Samsonov
2015-01-30
1
-2
/
+2
*
Update of the gold-plugin.cpp code to match Chandler's changes (r226981)
Sylvestre Ledru
2015-01-24
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Fix linking of shared libraries.
Rafael Espindola
2015-01-14
1
-1
/
+1
*
Fix handling of extern_weak. This was broken by r225983.
Rafael Espindola
2015-01-14
1
-2
/
+4
*
Handle a symbol being undefined.
Rafael Espindola
2015-01-14
1
-1
/
+5
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-2
/
+21
*
Fix a leak found by asan.
Rafael Espindola
2014-12-23
1
-5
/
+12
*
Simplify the handling of aliases in the gold plugin.
Rafael Espindola
2014-12-10
1
-49
/
+33
*
Rename createIRObjectFile to just create.
Rafael Espindola
2014-12-09
1
-2
/
+2
*
Remember the unmangled name in the plugin.
Rafael Espindola
2014-12-09
1
-3
/
+3
*
Don't lookup an object symbol name in the module.
Rafael Espindola
2014-12-09
1
-21
/
+27
*
gold plugin: call llvm_shutdown so that -stats works.
Rafael Espindola
2014-11-25
1
-0
/
+3
*
Add a disable-output option to the gold plugin.
Rafael Espindola
2014-11-24
1
-9
/
+20
*
gold-plugin: Fix typo in error message
Duncan P. N. Exon Smith
2014-11-19
1
-1
/
+1
*
Fix the build of the gold plugin.
Rafael Espindola
2014-11-01
1
-1
/
+0
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-4
/
+2
*
Enable the slp vectorizer in the gold plugin.
Rafael Espindola
2014-10-30
1
-0
/
+1
[next]