summaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAge
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Rename variables to match the style guide and clang-format.Rafael Espindola2013-09-04
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-27
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-27
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-08
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-07
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* remove unnecessary spaceShuxin Yang2013-07-23
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-22
* Add a wrapper for open.Rafael Espindola2013-07-16
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-08
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-23
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola2013-04-24
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-29
* Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-13
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-28
* LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-15
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Fix another place where we build the TTI pass to the new interface.Chandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-11
* Revert r169656.Bill Wendling2012-12-10
* Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-10
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-08
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem2012-10-15
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-12
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-06
* Remove some coding violations. No functionality change.Bill Wendling2012-08-08