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