aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gold
Commit message (Expand)AuthorAgeFilesLines
...
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-3/+3
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Don't build redundant libLLVMgold.a.NAKAMURA Takumi2010-09-101-1/+0
* Fix compile errors.Nick Lewycky2010-09-021-4/+4
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-2/+9
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+6
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+12
* Fix silly bug.Rafael Espindola2010-08-101-1/+1
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+7
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-081-2/+2
* Remove variables that are written by not read.Duncan Sands2010-06-291-6/+0
* Add an extra-library-path option to the plugin. This is used to supportRafael Espindola2010-06-231-0/+13
* add_input_file and add_input_library now take const arguments, remove theRafael Espindola2010-06-211-2/+2
* Add a pass-through option to the plugin. The use case for this option is toRafael Espindola2010-06-181-0/+26
* Don't produce output only if *all* files are unused.Rafael Espindola2010-06-141-7/+7
* Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky2010-06-071-6/+4
* Misc cleanups to the gold plugin.Rafael Espindola2010-06-071-15/+16
* Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola2010-06-031-2/+23
* Perfer !string.empty() over string != "".Nick Lewycky2010-06-031-2/+2
* Whitespace cleanup.Nick Lewycky2010-06-031-5/+5
* Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola2010-06-031-12/+10
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-161-1/+1
* Add an also-emit-llvm option to the gold plugin.Rafael Espindola2010-05-131-0/+14
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-161-4/+2
* Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2010-04-162-0/+3
* Make things static that don't need to be referenced from outside the file.Dan Gohman2010-04-161-12/+12
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov2009-10-281-20/+44
* Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands2009-10-221-0/+1
* Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky2009-10-111-2/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-4/+3
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+3
* remove dead makefile flags.Chris Lattner2009-06-241-1/+0
* Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola2009-06-151-12/+5
* Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky2009-06-071-0/+10
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-161-2/+2
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-301-0/+10
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-0/+3
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-261-0/+1
* Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky2009-02-221-1/+23
* really fix styleRafael Espindola2009-02-181-6/+6
* fix styleRafael Espindola2009-02-181-4/+2
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-171-5/+10
* Shoot! Remove this debugging line again!Nick Lewycky2009-02-151-2/+0
* Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky2009-02-151-1/+5
* Free the buffer in the case where we don't create a module out of it, asNick Lewycky2009-02-071-6/+9