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