index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-lto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-05-18
Delete Reloc::Default.
Rafael Espindola
1
-2
/
+2
2016-05-17
[ThinLTO] Use semicolon to separate path prefix replacement
Reid Kleckner
1
-3
/
+3
2016-05-17
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
1
-0
/
+47
2016-05-14
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
1
-0
/
+4
2016-05-14
Revert "Add testing in llvm-lto for ThinLTO caching."
Mehdi Amini
1
-4
/
+0
2016-05-14
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
1
-0
/
+4
2016-05-10
[ThinLTO] Add option to emit imports files for distributed backends
Teresa Johnson
1
-0
/
+24
2016-05-10
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
1
-0
/
+35
2016-05-05
Revert "[ThinLTO] Emit individual index files for distributed backends"
Vitaly Buka
1
-35
/
+0
2016-05-05
llvm-lto: add a -thinlto-module-id that enables to force the Module identifier.
Mehdi Amini
1
-0
/
+11
2016-05-05
[ThinLTO] Emit individual index files for distributed backends
Teresa Johnson
1
-0
/
+35
2016-04-24
Add an internalization step to the ThinLTOCodeGenerator
Mehdi Amini
1
-4
/
+45
2016-04-20
llvm-lto: run the module verifier when doing IR level work
Mehdi Amini
1
-0
/
+9
2016-04-13
[llvm-lto] Uniform error handling. NFC.
Davide Italiano
1
-30
/
+14
2016-04-13
[llvm-lto] clang-format before working on this file.
Davide Italiano
1
-33
/
+28
2016-04-04
Clean up calls to WriteBitcodeToFile (NFC)
Teresa Johnson
1
-1
/
+1
2016-03-26
Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()
Mehdi Amini
1
-1
/
+1
2016-03-19
Add a test for r263577: "Add missing error handling in llvm-lto"
Mehdi Amini
1
-1
/
+1
2016-03-15
Add missing error handling in llvm-lto
Mehdi Amini
1
-0
/
+1
2016-03-15
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
1
-13
/
+13
2016-03-14
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
1
-13
/
+13
2016-03-14
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
1
-13
/
+13
2016-03-11
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
1
-2
/
+2
2016-03-09
Fix library dependency for llvm-lto after r262977
Mehdi Amini
2
-1
/
+2
2016-03-09
libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini
1
-0
/
+290
2016-03-01
[LTO] Fix error reporting from lto_module_create_in_local_context()
Petr Pavlu
1
-4
/
+7
2016-01-26
Remove autoconf support
Chris Bieneman
1
-17
/
+0
2016-01-20
[LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...
Petr Pavlu
1
-1
/
+0
2016-01-18
Add a change accidentally left out from r258100
Tobias Edler von Koch
1
-0
/
+5
2016-01-11
Add a missing error handling to llvm-lto.
Rafael Espindola
1
-0
/
+1
2015-12-07
Let llvm-lto installed. A few tests in clang/test are using it.
NAKAMURA Takumi
1
-2
/
+0
2015-12-04
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
1
-20
/
+29
2015-12-04
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
1
-1
/
+1
2015-12-04
Simplify the error handling in llvm-lto a bit.
Rafael Espindola
1
-36
/
+37
2015-11-23
[ThinLTO] Deduplicate function index loading into shared helper (NFC)
Teresa Johnson
1
-27
/
+1
2015-11-21
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
1
-14
/
+21
2015-11-20
[LTO] Add options to llvm-lto to select output format and dump merged module
Tobias Edler von Koch
1
-0
/
+23
2015-11-19
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
Mehdi Amini
1
-4
/
+30
2015-11-17
Switch lto codegen to using diagnostic handlers.
Yunzhong Gao
1
-11
/
+9
2015-11-10
llvm-lto: trivial spelling changes to distinguish custom diagnostic handler and
Yunzhong Gao
1
-0
/
+1
2015-11-02
Clang format a few prior patches (NFC)
Teresa Johnson
1
-6
/
+8
2015-10-19
Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)
Teresa Johnson
1
-1
/
+1
2015-10-19
Fix required library for r250699 to BitWriter instead of BitReader.
Teresa Johnson
2
-2
/
+2
2015-10-19
llvm-lto support for generating combined function indexes
Teresa Johnson
3
-1
/
+68
2015-09-15
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-2
/
+6
2015-09-15
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-6
/
+2
2015-09-15
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
1
-2
/
+6
2015-09-11
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
1
-1
/
+4
2015-08-27
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
1
-11
/
+33
[next]