index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-09
Fix the order of destructors in LibLTOCodeGenerator
Steven Wu
1
-0
/
+4
2015-12-04
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
1
-13
/
+57
2015-12-04
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
1
-2
/
+3
2015-11-17
Switch lto codegen to using diagnostic handlers.
Yunzhong Gao
1
-5
/
+5
2015-11-11
Add a libLTO diagnostic handler that supports lto_get_error_message API
Yunzhong Gao
1
-2
/
+10
2015-10-14
[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...
Chris Bieneman
1
-1
/
+1
2015-10-13
[CMake] Add compatibility and current versioning to libLTO to match autoconf ...
Chris Bieneman
1
-0
/
+10
2015-09-15
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-6
/
+16
2015-09-15
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-16
/
+6
2015-09-15
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
1
-6
/
+16
2015-08-24
LTO: Simplify merged module ownership.
Peter Collingbourne
1
-1
/
+1
2015-08-21
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...
Peter Collingbourne
1
-2
/
+16
2015-06-29
lto: Clean up C libLTO interfaces pertaining to linker flags.
Peter Collingbourne
2
-19
/
+2
2015-06-29
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
1
-4
/
+6
2015-06-23
Adding the missing LTO API to lto.exports
Steven Wu
1
-0
/
+1
2015-06-03
add missing dependency on Target lib for tools
Sanjay Patel
1
-0
/
+1
2015-06-01
Make the C++ LTO API easier to use from C++ clients.
Peter Collingbourne
1
-10
/
+33
2015-04-27
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
1
-0
/
+5
2015-04-17
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2
-0
/
+6
2015-03-19
Fix build failure.
Peter Collingbourne
1
-6
/
+6
2015-03-19
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
1
-27
/
+23
2015-03-01
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
1
-0
/
+1
2015-02-24
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2
-0
/
+5
2015-02-03
Fix duplicated symbol error.
Rafael Espindola
1
-0
/
+2
2015-02-03
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2
-0
/
+23
2015-01-29
[lto] Disable dialog boxes on crash on Windows.
Michael J. Spencer
1
-0
/
+7
2014-12-20
Unbreak cmake build with shared libraries enabled.
Matthias Braun
1
-0
/
+1
2014-12-19
LTO: Export local context symbols
Duncan P. N. Exon Smith
2
-2
/
+16
2014-11-11
libLTO: Allow linker to choose context of modules and codegen
Duncan P. N. Exon Smith
1
-0
/
+18
2014-10-26
Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
1
-3
/
+9
2014-10-25
Update the error handling of lib/Linker.
Rafael Espindola
1
-1
/
+1
2014-09-26
Remove definition of LLVM_VERSION_INFO; this macro is not used by any of the
Richard Smith
2
-6
/
+0
2014-08-01
Remove lto_codegen_set_attr.
Rafael Espindola
1
-4
/
+0
2014-07-24
[CMake] tools/lto: Prune redundant libdep(s).
NAKAMURA Takumi
1
-1
/
+0
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-3
/
+3
2014-07-04
Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types.
Rafael Espindola
1
-1
/
+1
2014-07-04
Sink undesirable LTO functions into the old C API
Alp Toker
1
-2
/
+9
2014-07-03
LTO: rename the various makeLTOModule overloads.
Peter Collingbourne
1
-6
/
+6
2014-06-27
Don't force the build of toos/lto as a static lib.
Rafael Espindola
1
-5
/
+1
2014-06-19
Remove unused includes following r211294
Alp Toker
1
-2
/
+0
2014-06-19
Use the c++ APIs.
Rafael Espindola
1
-6
/
+7
2014-05-05
Fix gcc -pedantic warning in lto.cpp.
Patrik Hagglund
1
-2
/
+2
2014-05-03
Move LTOModule and LTOCodeGenerator to the llvm namespace.
Rafael Espindola
1
-39
/
+41
2014-05-03
Style update: don't duplicate comments, they were getting out of sync.
Rafael Espindola
1
-73
/
+0
2014-04-25
Add an -mattr option to the gold plugin to support subtarget features in LTO
Tom Roeder
1
-0
/
+22
2014-04-02
Revert "Reapply "LTO: add API to set strategy for -internalize""
Duncan P. N. Exon Smith
1
-7
/
+0
2014-02-28
Centralize the handling of install_name and rpath.
Rafael Espindola
1
-8
/
+0
2014-02-21
[CMake] llvm-c/lto.h should be installed if libLTO.a is built.
NAKAMURA Takumi
1
-4
/
+2
2014-02-21
[CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.
NAKAMURA Takumi
1
-15
/
+3
2014-02-19
Refactor TargetOptions initialization into a single place.
Eli Bendersky
1
-34
/
+6
[next]