summaryrefslogtreecommitdiff
path: root/lib/LTO
Commit message (Expand)AuthorAge
* Remove system_error.h.Rafael Espindola2014-06-12
* Build fix: remove initializeJumpInstrTablesPass() call from LTOAlp Toker2014-06-07
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Aliases are always definition, delete dead code.Rafael Espindola2014-05-23
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-12
* LTO: Check local linkage firstDuncan P. N. Exon Smith2014-05-07
* Use a range loop.Rafael Espindola2014-05-05
* Trivial simplification. No functionality change.Rafael Espindola2014-05-05
* Rename member variable to try to fix the bots.Rafael Espindola2014-05-03
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* Remove some empty statementsAlp Toker2014-04-19
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* This patch fixes LTO's RecordStreamer so that it records symbols in the MCExprTom Roeder2014-03-31
* ARM64: initial backend importTim Northover2014-03-29
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-07
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* Use the actual .text section, it is less code than building a dummy one.Rafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Provide a dummy section to fix a crash with inline assembly in LTO.Rafael Espindola2014-01-22
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14