summaryrefslogtreecommitdiff
path: root/tools/lto
Commit message (Expand)AuthorAge
...
* 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
* LTOModule.cpp: Fix numerous style issues.Daniel Dunbar2010-08-10
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar2010-07-16
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-27
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-27
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling2010-04-27
* Fix more -Wcast-qual warnings.Dan Gohman2010-04-17
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Trim #includes.Dan Gohman2010-03-24