summaryrefslogtreecommitdiff
path: root/lib/LTO/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Use the assignment operator.Rafael Espindola2014-06-19
* Set missing options in LTOCodeGenerator::setTargetOptions.Rafael Espindola2014-06-19
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* 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
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Use a range loop.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
* 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
* ARM64: initial backend importTim Northover2014-03-29
* 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
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* LTO: whitespace changesDuncan P. N. Exon Smith2014-01-10
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-12
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-16
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-12
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-16
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02