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
/
llvm-lto
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-19
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
1
-5
/
+16
2015-03-09
Make helper functions static.
Benjamin Kramer
1
-4
/
+4
2015-02-24
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
1
-4
/
+15
2015-01-30
[llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from command
Akira Hatanaka
1
-0
/
+3
2014-12-17
llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
1
-0
/
+47
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
-5
/
+1
2014-10-01
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
1
-0
/
+26
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-4
/
+4
2014-07-15
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
1
-1
/
+0
2014-07-03
LTO: rename the various makeLTOModule overloads.
Peter Collingbourne
1
-1
/
+1
2014-04-29
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
1
-0
/
+1
2014-04-25
Add an -mattr option to the gold plugin to support subtarget features in LTO
Tom Roeder
1
-0
/
+10
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-2
/
+2
2014-04-14
Teach llvm-lto to respect the given RelocModel.
James Molloy
1
-1
/
+14
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-2
/
+2
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-19
Refactor TargetOptions initialization into a single place.
Eli Bendersky
1
-20
/
+1
2014-01-13
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
1
-1
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+7
2013-10-31
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
1
-2
/
+26
2013-10-04
Fix object file writing in llvm-lto on Windows.
Rafael Espindola
1
-1
/
+2
2013-10-03
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
1
-0
/
+8
2013-10-02
Add a -exported-symbol option to llvm-lto.
Rafael Espindola
1
-0
/
+10
2013-10-01
Remove several unused variables.
Rafael Espindola
1
-1
/
+0
2013-09-30
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
1
-9
/
+48
2013-09-24
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
4
-30
/
+51
2013-09-19
Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
3
-0
/
+132