After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / tools / gold /
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-06-15 Rafael EspindolaRemove the gcc= option. llvm-gcc uses only as=
2009-06-07 Nick LewyckyAdd option for specifying the path to assembler, "as...
2009-05-16 Duncan SandsMake sure the CXXFLAGS setting is picked up by
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-22 Nick LewyckyAdd an option to the gold plugin to make it emit a...
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Rafael Espindolafix style
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-15 Nick LewyckyShoot! Remove this debugging line again!
2009-02-15 Nick LewyckyDon't discard definitions of common symbols. Not sure...
2009-02-07 Nick LewyckyFree the buffer in the case where we don't create a...
2009-02-06 Nick LewyckyFree the buffer.
2009-02-05 Duncan SandsRevert the previous commit. It seems it didn't
2009-02-05 Duncan SandsStop llvm-config thinking that there are circular
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
2009-02-04 Torok EdwinAlphabetize includes. Update comment.
2009-02-04 Torok Edwinmention that PIC is needed for libLTO and libLLVMgold
2009-02-04 Torok Edwinremove printf - it was there only for debugging!
2009-02-04 Torok Edwinadd support for .a files containing LLVM IR to the...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.