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