summaryrefslogtreecommitdiff
path: root/tools/gold
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-02-26Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola1-1/+1
2014-02-11Improve the declaration when LDPO_PIE is not available.Sylvestre Ledru1-7/+6
2014-02-11If LDPO_PIE is not defined (before binutils 2.23 version), Sylvestre Ledru1-0/+7
2014-02-10Fix an old FIXME. LDPO_PIE is available since 2.23, realeased 2012-10-22.Rafael Espindola1-2/+1
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-2/+2
2014-01-10Space formatting fix for r198966.Tom Roeder1-1/+1
2014-01-10Fixing build break: should be in the if statement, not outside.Tom Roeder1-1/+3
2014-01-10Restore the library dependency of LLVMgold on LTO; this was removed recently butTom Roeder1-0/+2
2013-12-28EXPORTED_SYMBOL_FILE support for cmakeNico Weber1-26/+2
2013-12-25gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.NAKAMURA Takumi1-1/+1
2013-12-02Cut the gold plugin README down to sizeAlp Toker1-14/+6
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola1-6/+15
2013-10-18Check for errors when calling lto_codegen_add_module in the gold plugin.Rafael Espindola1-2/+7
2013-10-16[pr17595] Fix a use after free.Rafael Espindola1-6/+11
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola1-1/+6
2013-10-03Dispose the codegen even when just writing the bitcode file.Rafael Espindola1-1/+3
2013-08-12Revert r188188 and r188200.Shuxin Yang1-24/+8
2013-08-12Misc enhancements to LTO:Shuxin Yang1-8/+24
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola1-3/+2
2013-07-23Fix use of the getOpenFile api.Rafael Espindola1-2/+2
2013-06-17Fix the build with gcc 4.7 and -std=c++11.Rafael Espindola1-1/+1
2013-06-17Don't use PathV1.h in tools/gold/gold-plugin.cpp.Rafael Espindola1-8/+8
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-0/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-6/+3
2012-10-26libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola1-10/+0
2012-08-27Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola1-1/+3
2012-06-13Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola1-0/+2
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+1
2011-11-23Point to libLTO with -L/PATH/ -lLTO so that it is found in the installRafael Espindola1-1/+1
2011-11-05Use absolute path to exportsfile in gold plugin CMake build.Peter Collingbourne1-1/+2
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-10/+8
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin1-1/+1
2011-09-12gold plugin: don't report error on non-bitcode (e.g. ELF) files.Ivan Krasin1-9/+25
2011-09-09gold plugin: report errors occured in lto_module_create_from_*Ivan Krasin1-1/+6
2011-07-26Don't try to dereference syms[0] on an empty vector. Reported by Todd JacksonNick Lewycky1-0/+2
2011-05-31Also remove -lLTO which should have been in r132349. I failed to apply thisNick Lewycky1-1/+1
2011-05-31Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer!Nick Lewycky1-1/+1
2011-05-12CMake builds gold by default since revision 127466. This isOscar Fuentes1-2/+4
2011-05-04Remove an unused variable.Duncan Sands1-1/+0
2011-04-07If present, use gold's support for getting a file view. This prevents havingRafael Espindola1-1/+12
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola1-30/+2
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola1-37/+4
2011-03-11Force re-linking of LLVMgold.so when its exports file changes.Oscar Fuentes1-0/+6
2011-03-11Fix processing of gold.exports.Oscar Fuentes1-1/+1
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes1-0/+37
2011-02-27Gold now rescans archives as needed, so the pass-through options are notRafael Espindola1-22/+0
2011-02-27bfd was fixed, remove the work around.Rafael Espindola1-12/+1
2011-02-26LTO uses MC now.Rafael Espindola1-24/+0
2011-02-20Dispose modules early and only create codegen when the plugin is beingRafael Espindola1-5/+19