Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
llvm
/
tools
/
llvm-lto
/
llvm-lto.cpp
30c9242
LTO: Ignore disabled diagnostic remarks
by Duncan P. N. Exon Smith
· 11 years ago
3fd1e99
Modernize raw_fd_ostream's constructor a bit.
by Rafael Espindola
· 11 years ago
63086fe
LTO: rename the various makeLTOModule overloads.
by Peter Collingbourne
· 11 years ago
d59664f
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
by Benjamin Kramer
· 12 years ago
fd1bc60
Add an -mattr option to the gold plugin to support subtarget features in LTO
by Tom Roeder
· 12 years ago
e6cb63e
[C++] Use 'nullptr'. Tools edition.
by Craig Topper
· 12 years ago
951e529
Teach llvm-lto to respect the given RelocModel.
by James Molloy
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
90c7f1c
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
f0f2100
Refactor TargetOptions initialization into a single place.
by Eli Bendersky
· 12 years ago
07baed5
Re-sort #include lines again, prior to moving headers around.
by Chandler Carruth
· 12 years ago
282a470
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
by Rafael Espindola
· 12 years ago
dc9fe0a
Fix object file writing in llvm-lto on Windows.
by Rafael Espindola
· 12 years ago
cda2911
Optimize linkonce_odr unnamed_addr functions during LTO.
by Rafael Espindola
· 12 years ago
dafc53d
Add a -exported-symbol option to llvm-lto.
by Rafael Espindola
· 12 years ago
44fee4e
Remove several unused variables.
by Rafael Espindola
· 12 years ago
0b385c7
Move command line options to the users of libLTO. Fixes --enable-shared build.
by Rafael Espindola
· 12 years ago
4ccf0f1
Move LTO support library to a component, allowing it to be tested
by Peter Collingbourne
· 12 years ago
4e380b0
Fix LTO handling of module-level assembly (PR14152).
by Peter Collingbourne
· 12 years ago