summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* Implement LTOModule on top of IRObjectFile.Rafael Espindola2014-07-041-1/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+5
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-5/+6
* Use the assignment operator.Rafael Espindola2014-06-191-22/+1
* Set missing options in LTOCodeGenerator::setTargetOptions.Rafael Espindola2014-06-191-0/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-3/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Build fix: remove initializeJumpInstrTablesPass() call from LTOAlp Toker2014-06-071-1/+0
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-1/+2
* Use a range loop.Rafael Espindola2014-05-051-3/+1
* Rename member variable to try to fix the bots.Rafael Espindola2014-05-031-7/+7
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-2/+3
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-13/+13
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+5
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-101-1/+0
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-021-17/+3
* ARM64: initial backend importTim Northover2014-03-291-0/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-281-0/+3
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-2/+3
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-3/+9
* Revert r201622 and r201608.Daniel Jasper2014-02-191-1/+1
* Fix PR18743.Rafael Espindola2014-02-181-1/+1
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-1/+0
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-151-1/+49
* 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
* [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-071-2/+2
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-121-0/+4
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-051-1/+1
* 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
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-8/+4
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-3/+1
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-161-1/+4
OpenPOWER on IntegriCloud