[PM] Fix a compile error I introduced in r229094 and didn't notice
[oota-llvm.git] / tools / gold / gold-plugin.cpp
2015-02-13 Chandler Carruth[PM] Fix a compile error I introduced in r229094 and...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-12 Michael Kupersteingold-plugin: delete the output file for OT_DISABLE
2015-02-11 Jan Wen VoungGold-plugin: Broaden scope of get/release_input_file...
2015-02-02 NAKAMURA Takumigold-plugin.cpp: Fixup r227599 corresponding to r227685...
2015-01-30 Alexey SamsonovFixup gold-plugin after r227576.
2015-01-24 Sylvestre LedruUpdate of the gold-plugin.cpp code to match Chandler...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Rafael EspindolaFix linking of shared libraries.
2015-01-14 Rafael EspindolaFix handling of extern_weak. This was broken by r225983.
2015-01-14 Rafael EspindolaHandle a symbol being undefined.
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2014-12-23 Rafael EspindolaFix a leak found by asan.
2014-12-10 Rafael EspindolaSimplify the handling of aliases in the gold plugin.
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
2014-12-09 Rafael EspindolaRemember the unmangled name in the plugin.
2014-12-09 Rafael EspindolaDon't lookup an object symbol name in the module.
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-24 Rafael EspindolaAdd a disable-output option to the gold plugin.
2014-11-19 Duncan P. N. Exon... gold-plugin: Fix typo in error message
2014-11-01 Rafael EspindolaFix the build of the gold plugin.
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-30 Rafael EspindolaEnable the slp vectorizer in the gold plugin.
2014-10-30 Rafael EspindolaEnable the loop vectorizer in the gold plugin.
2014-10-29 Rafael EspindolaReplace also-emit-llvm with save-temps.
2014-10-25 Rafael EspindolaRemove unused variable.
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-22 Rafael EspindolaFix a gcc warning.
2014-10-10 Rafael EspindolaFix gcc warning in gold-plugin.cpp.
2014-10-07 Rafael Espindolagold plugin: Handle gold selecting a linkonce GV when...
2014-10-07 Rafael Espindolagold plugin: create internal replacement with original...
2014-10-07 Rafael Espindolagold plugin: Remap function arguments when creating...
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-17 Rafael EspindolaInternalize common symbols when we can.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Rafael EspindolaRemember to eraseFromParent after replaceAllUsesWith.
2014-09-09 Rafael EspindolaHandle common linkage correctly in the gold plugin.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-27 Rafael EspindolaDon't create a MemoryBuffer just to get the MemoryBuffe...
2014-08-27 David BlaikieConvert a few more cases of direct intialization of...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-08-11 Rafael EspindolaFix using -plugin-opt=apiflie when also using -plugin...
2014-07-31 Rafael EspindolaRemove unused argument.
2014-07-30 Rafael EspindolaUse range loops.
2014-07-30 Rafael EspindolaConvert a few more function pointer calls to just ...
2014-07-30 Rafael EspindolaDon't duplicate the function name in a comment.
2014-07-30 Rafael EspindolaUse function pointers with just f(1,2) instead of ...
2014-07-29 Rafael EspindolaUse nullptr instead of NULL.
2014-07-29 Rafael EspindolaRemove unused includes.
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Rafael EspindolaSmall gold plugin simplifications.
2014-07-07 Rafael EspindolaUse raw_fd_ostream instead of std::ofstream.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaDeclare variable on first use.
2014-07-03 Peter Collingbournegold plugin: move target initialization to the top...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-06-26 Tom RoederFix the new LTOCodeGenerator setup in gold to parse...
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-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...
2013-12-25 NAKAMURA Takumigold-plugin.cpp: Use form of <plugin-api.h>, since...
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-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
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...
next