Remove unused function parameter (NFC)
[oota-llvm.git] / tools / gold / Makefile
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-06-25 Alexey VolkovFix unresolved symbols when loading gold plugin
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
2011-11-23 Rafael EspindolaPoint to libLTO with -L/PATH/ -lLTO so that it is found...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-05-31 Nick LewyckyAlso remove -lLTO which should have been in r132349...
2011-05-31 Nick LewyckyMake the gold plugin build on Cygwin as well as Linux...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-09-10 NAKAMURA TakumiDon't build redundant libLLVMgold.a.
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-04-16 Dan GohmanCreate an exports file, so that the plugin only exports...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-10-11 Nick LewyckyFix Makefile to build correctly on Darwin. Patch by...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-05-16 Duncan SandsMake sure the CXXFLAGS setting is picked up by
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
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-03 Nick LewyckyAdd LLVM plugin for gold.