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
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
2014-02-10
LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
2
-0
/
+12
2014-01-31
Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."
NAKAMURA Takumi
2
-1
/
+2
2014-01-31
LTO itself hasn't depended on MCDisassembler any more.
NAKAMURA Takumi
2
-3
/
+1
2014-01-21
Adding new LTO APIs to parse metadata nodes and extract linker options and
Yunzhong Gao
2
-0
/
+26
2014-01-16
Revert r199361: Now, the sanitizer got the change
Quentin Colombet
1
-1
/
+0
2014-01-16
[LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exports
Quentin Colombet
1
-0
/
+1
2014-01-15
[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
2
-0
/
+8
2014-01-14
Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
1
-0
/
+7
2014-01-14
Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
1
-7
/
+0
2014-01-14
LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
1
-0
/
+7
2014-01-13
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
1
-2
/
+2
2013-12-28
EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
1
-19
/
+3
2013-12-27
Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...
Nico Weber
1
-3
/
+0
2013-12-10
[CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)
NAKAMURA Takumi
1
-0
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+5
2013-11-11
Change libLTO back to linking with @executable_path instead of @rpath.
Bob Wilson
1
-1
/
+1
2013-10-31
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2
-5
/
+0
2013-10-24
lto.h: Use lto_bool_t instead of int to restore the ABI
Reid Kleckner
1
-9
/
+9
2013-10-23
llvm-c/lto.h: Avoid use of bool.
NAKAMURA Takumi
1
-9
/
+9
2013-10-08
Only modify lto.exports.def when contents have changed.
Rafael Espindola
1
-3
/
+9
2013-10-04
Add lto_codegen_add_dso_symbol to the export list.
Rafael Espindola
1
-0
/
+1
2013-10-03
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
1
-0
/
+4
2013-10-02
Fix option parsing in the gold plugin.
Rafael Espindola
1
-0
/
+15
2013-10-02
Enable building LTO on WIN32.
Rafael Espindola
1
-3
/
+17
2013-09-30
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
1
-7
/
+60
2013-09-30
Revert "Enable building LTO on WIN32."
Rafael Espindola
1
-14
/
+2
[next]