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
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-7
/
+7
*
[ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...
Ben Dunbobbin
2019-06-12
1
-6
/
+37
*
Fix BUILD_SHARED_LIBS builds after r361567
Daniel Sanders
2019-05-24
1
-0
/
+2
*
Break false dependencies on target libraries
Daniel Sanders
2019-05-23
1
-1
/
+2
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-2
/
+2
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-17
1
-24
/
+52
*
Revert [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-08
1
-52
/
+24
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-08
1
-24
/
+52
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[ThinLTO] Import local variables from the same module as caller
Teresa Johnson
2018-11-29
1
-3
/
+8
*
[ThinLTO]Expose cache entry expiration time option in llvm-lto and fix a test
James Henderson
2018-10-03
1
-0
/
+5
*
Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-17
1
-1
/
+1
*
Revert r342233.
James Henderson
2018-09-14
1
-1
/
+1
*
[ThinLTO]Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-14
1
-1
/
+1
*
[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
*
[CMake] llvm-lto depends on intrinsics_gen
Chris Bieneman
2016-11-18
1
-0
/
+3
*
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
[next]