summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Indent according to LLVM's style guide.Bill Wendling2012-03-311-130/+121
* Cleanup whitespace and trim some of the #includes.Bill Wendling2012-03-311-1/+1
* These strings aren't 'const char *' but 'char *'.Bill Wendling2012-03-311-1/+1
* Cleanup whitespace.Bill Wendling2012-03-311-17/+17
* Free the codegen options when deleting LTO code generator object.Bill Wendling2012-03-311-26/+21
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+3
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
* Now that the linker supports lazily materialising globals, don'tPeter Collingbourne2011-11-051-4/+0
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Fixed compilation warning on Linux by fixing the type of a return value.John Criswell2011-08-181-1/+1
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-0/+2
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* Fix typo.Nick Lewycky2011-07-251-1/+1
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-4/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-2/+1
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-4/+7
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+1
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-111-0/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-2/+2
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-1/+1
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-221-8/+6
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-221-43/+52
* We don't need a null terminator for the output file.Rafael Espindola2011-03-221-1/+4
OpenPOWER on IntegriCloud