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
/
lto
/
lto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
Add support for -fno-builtin to LTO and ThinLTO to libLTO
Mehdi Amini
2017-03-28
1
-3
/
+9
*
[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTO
Mehdi Amini
2016-12-28
1
-0
/
+19
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+15
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-1
/
+3
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Recommit "Use StringRef in LTOModule implementation (NFC)""
Mehdi Amini
2016-10-07
1
-16
/
+17
*
Revert "Use StringRef in LTOModule implementation (NFC)"
Mehdi Amini
2016-10-06
1
-17
/
+16
*
Use StringRef in LTOModule implementation (NFC)
Mehdi Amini
2016-10-01
1
-16
/
+17
*
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
/
+9
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
LTO: Use a common LibLTOCodeGenerator::init, NFC
Duncan P. N. Exon Smith
2016-04-16
1
-3
/
+5
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+2
*
Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGen
Mehdi Amini
2016-04-01
1
-1
/
+11
*
Const-correctness in libLTO
Mehdi Amini
2016-03-19
1
-1
/
+1
*
Fix a const_cast related warning in GCC in the C API for libLTO
Mehdi Amini
2016-03-19
1
-1
/
+1
*
void foo() is not a valid C prototype, one has to write void foo(void)
Mehdi Amini
2016-03-09
1
-1
/
+1
*
libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini
2016-03-09
1
-0
/
+105
*
[LTO] Fix error reporting from lto_module_create_in_local_context()
Petr Pavlu
2016-03-01
1
-3
/
+9
*
Add missing raw_ostream include
Reid Kleckner
2016-01-29
1
-0
/
+1
*
[LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...
Petr Pavlu
2016-01-20
1
-2
/
+0
*
Fix the order of destructors in LibLTOCodeGenerator
Steven Wu
2015-12-09
1
-0
/
+4
*
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
2015-12-04
1
-13
/
+57
*
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
2015-12-04
1
-2
/
+3
*
Switch lto codegen to using diagnostic handlers.
Yunzhong Gao
2015-11-17
1
-5
/
+5
*
Add a libLTO diagnostic handler that supports lto_get_error_message API
Yunzhong Gao
2015-11-11
1
-2
/
+10
*
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-6
/
+16
*
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-16
/
+6
*
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
2015-09-15
1
-6
/
+16
*
LTO: Simplify merged module ownership.
Peter Collingbourne
2015-08-24
1
-1
/
+1
*
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...
Peter Collingbourne
2015-08-21
1
-2
/
+16
*
lto: Clean up C libLTO interfaces pertaining to linker flags.
Peter Collingbourne
2015-06-29
1
-15
/
+1
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-4
/
+6
*
Make the C++ LTO API easier to use from C++ clients.
Peter Collingbourne
2015-06-01
1
-10
/
+33
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-0
/
+5
*
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2015-04-17
1
-0
/
+5
*
Fix build failure.
Peter Collingbourne
2015-03-19
1
-6
/
+6
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-27
/
+23
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-0
/
+4
*
Fix duplicated symbol error.
Rafael Espindola
2015-02-03
1
-0
/
+2
*
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2015-02-03
1
-0
/
+20
*
[lto] Disable dialog boxes on crash on Windows.
Michael J. Spencer
2015-01-29
1
-0
/
+7
*
LTO: Export local context symbols
Duncan P. N. Exon Smith
2014-12-19
1
-2
/
+13
*
libLTO: Allow linker to choose context of modules and codegen
Duncan P. N. Exon Smith
2014-11-11
1
-0
/
+18
*
Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
2014-10-26
1
-3
/
+9
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-1
/
+1
*
Remove lto_codegen_set_attr.
Rafael Espindola
2014-08-01
1
-4
/
+0
[next]