aboutsummaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2011-06-27Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier
2011-06-21Remove some unnecessary uses of c_str().Jay Foad
2011-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-21Remove unused argument.Rafael Espindola
2011-04-21Fix typo in comment.Nick Lewycky
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-01Update CMakeLists.txtDevang Patel
2011-03-29Expoert c interface for disassembler.Devang Patel
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola
2011-03-22We don't need a null terminator for the output file.Rafael Espindola
2011-03-18Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola
2011-03-18Simplify the computation of undefined symbols. Instead of walkingRafael Espindola
2011-03-18tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi
2011-03-17Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola
2011-03-12Build LTO as a static library too.Oscar Fuentes
2011-03-12Build LTO as a static library too.Oscar Fuentes
2011-03-12Update link components for llvm-dis and LTO.Oscar Fuentes
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2011-02-24Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola
2011-02-20Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola
2011-02-12Preserve aliases if needed.Rafael Espindola
2011-02-12Fix a silly bug I introduced when dropping std::string.Rafael Espindola
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-02-01Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola
2011-01-07Do not include DataTypes.h in llvm-c/lto.h.Devang Patel
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-09More code not compiled by CMake. :(.Michael J. Spencer
2010-12-06Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-12-03Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-10-20Record sysbols created by aliases. Fixes PR8414.Rafael Espindola
2010-10-15lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar
2010-10-07This file needs ToolOutputFile.h too.Dan Gohman
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-09-27Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling
2010-09-27The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-26Fix prototypes.Devang Patel
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman
2010-08-25Fix a few missing entries in lto.exports.Dan Gohman
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola
2010-08-11lto: Fix an inverted conditional which prevented the addition of symbols scrapedDaniel Dunbar