summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
Commit message (Expand)AuthorAgeFilesLines
* Revert r201622 and r201608.Daniel Jasper2014-02-192-3/+3
* Fix PR18743.Rafael Espindola2014-02-182-3/+3
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-101-5/+6
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-071-0/+8
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-3/+0
* Use the actual .text section, it is less code than building a dummy one.Rafael Espindola2014-01-241-25/+4
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-1/+0
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-1/+0
* Provide a dummy section to fix a crash with inline assembly in LTO.Rafael Espindola2014-01-221-1/+26
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-211-0/+29
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-151-1/+49
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-1/+1
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-141-3/+17
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-141-17/+3
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-141-3/+17
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-3/+5
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* LTO: whitespace changesDuncan P. N. Exon Smith2014-01-101-4/+3
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-072-3/+3
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-032-2/+2
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-121-0/+4
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-101-1/+1
* Whitespaces.NAKAMURA Takumi2013-12-101-1/+1
* Use a more direct check for finding out the file type.Rafael Espindola2013-12-091-2/+6
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-052-3/+3
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-161-1/+1
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-3/+46
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-3/+0
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-312-10/+28
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-292-4/+2
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-161-1/+4
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-6/+1
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-4/+8
* Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.Tom Roeder2013-10-031-1/+1
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-5/+7
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-302-151/+53
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-245-0/+1394
OpenPOWER on IntegriCloud