summaryrefslogtreecommitdiff
path: root/tools/gold
Commit message (Expand)AuthorAge
...
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* remove dead makefile flags.Chris Lattner2009-06-24
* Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola2009-06-15
* Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky2009-06-07
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-16
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-30
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky2009-02-22
* really fix styleRafael Espindola2009-02-18
* fix styleRafael Espindola2009-02-18
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-17
* Shoot! Remove this debugging line again!Nick Lewycky2009-02-15
* Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky2009-02-15
* Free the buffer in the case where we don't create a module out of it, asNick Lewycky2009-02-07
* Free the buffer.Nick Lewycky2009-02-06
* Revert the previous commit. It seems it didn'tDuncan Sands2009-02-05
* Stop llvm-config thinking that there are circularDuncan Sands2009-02-05
* It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky2009-02-05
* Remove accidentally included debug message!Nick Lewycky2009-02-05
* Alphabetize includes. Update comment.Torok Edwin2009-02-04
* mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin2009-02-04
* remove printf - it was there only for debugging!Torok Edwin2009-02-04
* add support for .a files containing LLVM IR to the gold pluginTorok Edwin2009-02-04
* Add LLVM plugin for gold.Nick Lewycky2009-02-03