aboutsummaryrefslogtreecommitdiff
path: root/tools/gold
AgeCommit message (Expand)Author
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-10-28Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov
2009-10-22Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands
2009-10-11Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-06-24remove dead makefile flags.Chris Lattner
2009-06-15Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola
2009-06-07Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky
2009-05-16Make sure the CXXFLAGS setting is picked up byDuncan Sands
2009-04-30Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky
2009-04-24Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola
2009-02-26Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky
2009-02-22Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky
2009-02-18really fix styleRafael Espindola
2009-02-18fix styleRafael Espindola
2009-02-17tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola
2009-02-15Shoot! Remove this debugging line again!Nick Lewycky
2009-02-15Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky
2009-02-07Free the buffer in the case where we don't create a module out of it, asNick Lewycky
2009-02-06Free the buffer.Nick Lewycky
2009-02-05Revert the previous commit. It seems it didn'tDuncan Sands
2009-02-05Stop llvm-config thinking that there are circularDuncan Sands
2009-02-05It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky
2009-02-05Remove accidentally included debug message!Nick Lewycky
2009-02-04Alphabetize includes. Update comment.Torok Edwin
2009-02-04mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin
2009-02-04remove printf - it was there only for debugging!Torok Edwin
2009-02-04add support for .a files containing LLVM IR to the gold pluginTorok Edwin
2009-02-03Add LLVM plugin for gold.Nick Lewycky