summaryrefslogtreecommitdiff
path: root/tools/gold/gold-plugin.cpp
Commit message (Expand)AuthorAge
* Remove an unused variable.Duncan Sands2011-05-04
* If present, use gold's support for getting a file view. This prevents havingRafael Espindola2011-04-07
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-22
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Gold now rescans archives as needed, so the pass-through options are notRafael Espindola2011-02-27
* bfd was fixed, remove the work around.Rafael Espindola2011-02-27
* LTO uses MC now.Rafael Espindola2011-02-26
* Dispose modules early and only create codegen when the plugin is beingRafael Espindola2011-02-20
* Add modules to codegen as soon as possible. This reduces the link timeRafael Espindola2011-02-19
* Add a debug obj-path option to make it easy to keep the .o produce by LTO.Rafael Espindola2011-02-16
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* gold: MinGW fix.Michael J. Spencer2011-01-20
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Fix compile errors.Nick Lewycky2010-09-02
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-20
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-11
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-10
* Fix silly bug.Rafael Espindola2010-08-10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* Remove variables that are written by not read.Duncan Sands2010-06-29
* Add an extra-library-path option to the plugin. This is used to supportRafael Espindola2010-06-23
* add_input_file and add_input_library now take const arguments, remove theRafael Espindola2010-06-21
* Add a pass-through option to the plugin. The use case for this option is toRafael Espindola2010-06-18
* Don't produce output only if *all* files are unused.Rafael Espindola2010-06-14
* Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky2010-06-07
* Misc cleanups to the gold plugin.Rafael Espindola2010-06-07
* Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola2010-06-03
* Perfer !string.empty() over string != "".Nick Lewycky2010-06-03
* Whitespace cleanup.Nick Lewycky2010-06-03
* Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola2010-06-03
* Add an also-emit-llvm option to the gold plugin.Rafael Espindola2010-05-13
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-16
* Make things static that don't need to be referenced from outside the file.Dan Gohman2010-04-16
* Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov2009-10-28
* Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands2009-10-22
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* 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 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
* 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
* 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