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
/
llvm-lto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
[ThinLTO] Make llvm-lto module ID numbering consistent with linkers
Teresa Johnson
2018-05-16
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-8
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
[ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.
Ekaterina Romanova
2018-03-02
1
-0
/
+10
*
Allow 0 to be a valid value pruning interval in C LTO API. Value 0 will cause...
Ekaterina Romanova
2018-02-15
1
-1
/
+2
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-1
/
+1
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[Support][CachePruning] Disable cache pruning regression fix
Ben Dunbobbin
2017-12-19
1
-0
/
+4
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-1
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-29
/
+37
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-37
/
+29
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-29
/
+37
*
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-07
1
-8
/
+37
*
Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.
Alexander Kornienko
2017-07-04
1
-3
/
+3
*
Rewrite llvm-lto's codegen() using ThinCodeGenerator::run(). NFC-ish.
Adrian Prantl
2017-05-19
1
-9
/
+15
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-1
/
+1
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-1
/
+1
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-1
/
+1
*
Bitcode: Make the summary reader responsible for merging. NFCI.
Peter Collingbourne
2017-05-01
1
-6
/
+3
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+0
*
Add support for -fno-builtin to LTO and ThinLTO to libLTO
Mehdi Amini
2017-03-28
1
-0
/
+6
*
llvm-lto: pass errs() to the module verifier (NFC)
Mehdi Amini
2016-12-23
1
-1
/
+1
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+12
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-25
/
+12
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-5
/
+5
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-5
/
+5
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
ThinLTO: handles modules with empty summaries
Mehdi Amini
2016-10-08
1
-0
/
+2
*
[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
*
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
[next]