1. 5c00b4a Fix to pass options from Gold plugin to LTO codegen by Viktor Kutuzov · 15 years ago
  2. 09b5d90 Include config.h in order to have HAVE_STDINT_H be defined. by Duncan Sands · 15 years ago
  3. c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 15 years ago
  4. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  5. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  6. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  7. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
  8. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  9. 42de34f Remove the gcc= option. llvm-gcc uses only as= by Rafael Espindola · 15 years ago
  10. a9b9032 Add option for specifying the path to assembler, "as". This overrides the path by Nick Lewycky · 15 years ago
  11. 1028743 Make sure the CXXFLAGS setting is picked up by by Duncan Sands · 15 years ago
  12. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 15 years ago
  13. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  14. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 15 years ago
  15. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 15 years ago
  16. 6210a94 really fix style by Rafael Espindola · 15 years ago
  17. 98c507e fix style by Rafael Espindola · 15 years ago
  18. f163a95 tools like nm and ar only need register_claim_file and add_symbols. Don't abort by Rafael Espindola · 15 years ago
  19. 45eb786 Shoot! Remove this debugging line again! by Nick Lewycky · 15 years ago
  20. e0afaa3 Don't discard definitions of common symbols. Not sure if this is the right fix. by Nick Lewycky · 15 years ago
  21. 0df91b2 Free the buffer in the case where we don't create a module out of it, as by Nick Lewycky · 16 years ago
  22. ea97aa6 Free the buffer. by Nick Lewycky · 16 years ago
  23. 7a2e7e5 Revert the previous commit. It seems it didn't by Duncan Sands · 16 years ago
  24. 105de28 Stop llvm-config thinking that there are circular by Duncan Sands · 16 years ago
  25. 98245c7 It's not obvious, but lto_module_create_from_memory doesn't need to use the by Nick Lewycky · 16 years ago
  26. c1da886 Remove accidentally included debug message! by Nick Lewycky · 16 years ago
  27. 6cbbdfd Alphabetize includes. Update comment. by Torok Edwin · 16 years ago
  28. 1845d99 mention that PIC is needed for libLTO and libLLVMgold by Torok Edwin · 16 years ago
  29. 4cb1634 remove printf - it was there only for debugging! by Torok Edwin · 16 years ago
  30. 3e5a0d8 add support for .a files containing LLVM IR to the gold plugin by Torok Edwin · 16 years ago
  31. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago