aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-1/+1
* remove unnecessary spaceShuxin Yang2013-07-231-1/+1
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-221-0/+32
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-081-2/+4
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-17/+14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-1/+2
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-231-9/+8
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-041-1/+1
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-041-1/+2
* Remove unused members and constructor arguments.Rafael Espindola2013-05-041-1/+1
* Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola2013-04-241-19/+19
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-291-0/+5
* Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-131-13/+5
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-281-1/+7
* LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-151-0/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-3/+1
* Fix another place where we build the TTI pass to the new interface.Chandler Carruth2013-01-051-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-111-0/+1
* Revert r169656.Bill Wendling2012-12-101-9/+3
* Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-101-1/+6
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-081-3/+5
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-16/+16
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-4/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+4
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-4/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+4
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+2
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-2/+0
* LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem2012-10-151-0/+2
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-121-6/+14
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-061-1/+5
* Remove some coding violations. No functionality change.Bill Wendling2012-08-081-9/+10
* Reduce indentation by early exiting.Bill Wendling2012-08-061-34/+34
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-061-2/+5
* Reinstate -O3 for LTO.David Blaikie2012-05-301-3/+3
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-161-3/+5
* Revert the 'EnableInitializing' flag. There is debate on whether we should ru...Bill Wendling2012-04-091-11/+0
* Apply the scope restrictions after parsing the command line options. There ma...Bill Wendling2012-04-091-3/+3
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-091-2/+3
* The internalize pass can be dangerous for LTO.Bill Wendling2012-04-051-2/+13
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-021-1/+5
* Move trivial functions into the class definition.Bill Wendling2012-03-311-8/+0
* Trim headers.Bill Wendling2012-03-311-7/+0