summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes LTO's RecordStreamer so that it records symbols in the MCExprTom Roeder2014-03-311-0/+1
* ARM64: initial backend importTim Northover2014-03-291-0/+2
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-45/+46
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-16/+14
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-5/+5
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-2/+2
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-2/+12
* Revert r201622 and r201608.Daniel Jasper2014-02-191-2/+2
* Fix PR18743.Rafael Espindola2014-02-181-2/+2
* 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
* 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
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-1/+1
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-3/+5
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-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-051-2/+2
* 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-311-2/+24
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-6/+1
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-301-133/+13
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-241-0/+900
OpenPOWER on IntegriCloud