Remove caching of the target machine and initialization of the
[oota-llvm.git] / tools / gold /
2014-06-26 Tom RoederFix the new LTOCodeGenerator setup in gold to parse...
2014-06-25 Alexey VolkovFix unresolved symbols when loading gold plugin
2014-06-20 Rafael EspindolaSmall clanups:
2014-06-19 Rafael EspindolaThe gold plugin doesn't need disassemblers.
2014-06-19 Rafael EspindolaSet gold plugin options in a sane order.
2014-06-19 Rafael EspindolaSimplify. No functionality change.
2014-06-19 Rafael EspindolaReduce indentation. No functionality change.
2014-06-19 Rafael EspindolaUse lib/LTO directly in the gold plugin.
2014-06-19 Rafael EspindolaRemove an incorrect fixme.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-26 Rafael EspindolaDon't mix the plain and keyword signatures of target_li...
2014-02-11 Sylvestre LedruImprove the declaration when LDPO_PIE is not available.
2014-02-11 Sylvestre LedruIf LDPO_PIE is not defined (before binutils 2.23 version),
2014-02-10 Rafael EspindolaFix an old FIXME. LDPO_PIE is available since 2.23...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-10 Tom RoederSpace formatting fix for r198966.
2014-01-10 Tom RoederFixing build break: should be in the if statement,...
2014-01-10 Tom RoederRestore the library dependency of LLVMgold on LTO;...
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-25 NAKAMURA Takumigold-plugin.cpp: Use form of <plugin-api.h>, since...
2013-12-02 Alp TokerCut the gold plugin README down to size
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-18 Rafael EspindolaCheck for errors when calling lto_codegen_add_module...
2013-10-16 Rafael Espindola[pr17595] Fix a use after free.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Rafael EspindolaDispose the codegen even when just writing the bitcode...
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Rafael EspindolaFix use of the getOpenFile api.
2013-06-17 Rafael EspindolaFix the build with gcc 4.7 and -std=c++11.
2013-06-17 Rafael EspindolaDon't use PathV1.h in tools/gold/gold-plugin.cpp.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-26 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
2012-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-11-23 Rafael EspindolaPoint to libLTO with -L/PATH/ -lLTO so that it is found...
2011-11-05 Peter CollingbourneUse absolute path to exportsfile in gold plugin CMake...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-12 Ivan Krasingold plugin: don't report error on non-bitcode (e.g...
2011-09-09 Ivan Krasingold plugin: report errors occured in lto_module_create...
2011-07-26 Nick LewyckyDon't try to dereference syms[0] on an empty vector...
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...
2011-05-12 Oscar FuentesCMake builds gold by default since revision 127466...
2011-05-04 Duncan SandsRemove an unused variable.
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-11 Oscar FuentesForce re-linking of LLVMgold.so when its exports file...
2011-03-11 Oscar FuentesFix processing of gold.exports.
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...
2011-02-27 Rafael EspindolaGold now rescans archives as needed, so the pass-throug...
2011-02-27 Rafael Espindolabfd was fixed, remove the work around.
2011-02-26 Rafael EspindolaLTO uses MC now.
2011-02-20 Rafael EspindolaDispose modules early and only create codegen when...
2011-02-19 Rafael EspindolaAdd modules to codegen as soon as possible. This reduce...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-01-20 Michael J. Spencergold: MinGW fix.
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-10 NAKAMURA TakumiDon't build redundant libLLVMgold.a.
2010-09-02 Nick LewyckyFix compile errors.
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Rafael EspindolaFix silly bug.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-08 Rafael Espindolas/libLLVMgold/LLVMgold/g
2010-06-29 Duncan SandsRemove variables that are written by not read.
2010-06-23 Rafael EspindolaAdd an extra-library-path option to the plugin. This...
2010-06-21 Rafael Espindolaadd_input_file and add_input_library now take const...
2010-06-18 Rafael EspindolaAdd a pass-through option to the plugin. The use case...
2010-06-14 Rafael EspindolaDon't produce output only if *all* files are unused.
2010-06-07 Nick LewyckyPlug a leak in the non-error case by removing one level...
2010-06-07 Rafael EspindolaMisc cleanups to the gold plugin.
2010-06-03 Rafael EspindolaAdd a emit-llvm option to the plugin and make the path...
2010-06-03 Nick LewyckyPerfer !string.empty() over string != "".
2010-06-03 Nick LewyckyWhitespace cleanup.
2010-06-03 Rafael EspindolaDon't preserve all symbols in a .so and instead trust...
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-05-13 Rafael EspindolaAdd an also-emit-llvm option to the gold plugin.
2010-04-16 Nick LewyckyRevert r64616 which worked around gcc.gnu.org/PR42757...
2010-04-16 Dan GohmanCreate an exports file, so that the plugin only exports...
2010-04-16 Dan GohmanMake things static that don't need to be referenced...
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-28 Viktor KutuzovFix to pass options from Gold plugin to LTO codegen
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-10-11 Nick LewyckyFix Makefile to build correctly on Darwin. Patch by...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
next