1. 662f738 Perfer !string.empty() over string != "". by Nick Lewycky · 15 years ago
  2. fc55def Whitespace cleanup. by Nick Lewycky · 15 years ago
  3. c72f8e9 Don't preserve all symbols in a .so and instead trust gold to know what is by Rafael Espindola · 15 years ago
  4. 62bacd6 Add an also-emit-llvm option to the gold plugin. by Rafael Espindola · 15 years ago
  5. 4b67bc1 Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't by Nick Lewycky · 15 years ago
  6. f692003 Make things static that don't need to be referenced from outside the file. by Dan Gohman · 15 years ago
  7. 5c00b4a Fix to pass options from Gold plugin to LTO codegen by Viktor Kutuzov · 16 years ago
  8. 09b5d90 Include config.h in order to have HAVE_STDINT_H be defined. by Duncan Sands · 16 years ago
  9. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  10. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  11. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  12. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 16 years ago
  13. 42de34f Remove the gcc= option. llvm-gcc uses only as= by Rafael Espindola · 16 years ago
  14. a9b9032 Add option for specifying the path to assembler, "as". This overrides the path by Nick Lewycky · 16 years ago
  15. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 16 years ago
  16. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 16 years ago
  17. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 16 years ago
  18. 6210a94 really fix style by Rafael Espindola · 16 years ago
  19. 98c507e fix style by Rafael Espindola · 16 years ago
  20. f163a95 tools like nm and ar only need register_claim_file and add_symbols. Don't abort by Rafael Espindola · 16 years ago
  21. 45eb786 Shoot! Remove this debugging line again! by Nick Lewycky · 16 years ago
  22. e0afaa3 Don't discard definitions of common symbols. Not sure if this is the right fix. by Nick Lewycky · 16 years ago
  23. 0df91b2 Free the buffer in the case where we don't create a module out of it, as by Nick Lewycky · 17 years ago
  24. ea97aa6 Free the buffer. by Nick Lewycky · 17 years ago
  25. 98245c7 It's not obvious, but lto_module_create_from_memory doesn't need to use the by Nick Lewycky · 17 years ago
  26. c1da886 Remove accidentally included debug message! by Nick Lewycky · 17 years ago
  27. 6cbbdfd Alphabetize includes. Update comment. by Torok Edwin · 17 years ago
  28. 4cb1634 remove printf - it was there only for debugging! by Torok Edwin · 17 years ago
  29. 3e5a0d8 add support for .a files containing LLVM IR to the gold plugin by Torok Edwin · 17 years ago
  30. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 17 years ago