| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -16/+16 |
| * | One more step towards making doInitialization and doFinalization useful for | Pedro Artigas | 2012-11-29 | 1 | -4/+0 |
| * | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson | 2012-11-27 | 1 | -0/+4 |
| * | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson | 2012-11-26 | 1 | -4/+0 |
| * | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 1 | -0/+4 |
| * | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 1 | -0/+2 |
| * | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 1 | -2/+0 |
| * | LTO also needs to initialize the TargetTransform infrastructure. | Nadav Rotem | 2012-10-15 | 1 | -0/+2 |
| * | Set default CPU for Darwin targets with LTO. <rdar://problem/12457841> | Bob Wilson | 2012-10-12 | 1 | -6/+14 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -5/+5 |
| * | Explicitly erase the file from disk if something bad happened. <rdar://proble... | Bill Wendling | 2012-09-06 | 1 | -1/+5 |
| * | Remove some coding violations. No functionality change. | Bill Wendling | 2012-08-08 | 1 | -9/+10 |
| * | Reduce indentation by early exiting. | Bill Wendling | 2012-08-06 | 1 | -34/+34 |
| * | Add a way to grab the target options from the LTO command line. | Bill Wendling | 2012-08-06 | 1 | -2/+5 |
| * | Reinstate -O3 for LTO. | David Blaikie | 2012-05-30 | 1 | -3/+3 |
| * | Remove lto_codegen_set_whole_program_optimization. It is a work in progress, | Rafael Espindola | 2012-04-16 | 1 | -3/+5 |
| * | Revert the 'EnableInitializing' flag. There is debate on whether we should ru... | Bill Wendling | 2012-04-09 | 1 | -11/+0 |
| * | Apply the scope restrictions after parsing the command line options. There ma... | Bill Wendling | 2012-04-09 | 1 | -3/+3 |
| * | Add a hook to turn on the internalize pass through the LTO interface. | Bill Wendling | 2012-04-09 | 1 | -2/+3 |
| * | The internalize pass can be dangerous for LTO. | Bill Wendling | 2012-04-05 | 1 | -2/+13 |
| * | Add an option to turn off the expensive GVN load PRE part of GVN. | Bill Wendling | 2012-04-02 | 1 | -1/+5 |
| * | Move trivial functions into the class definition. | Bill Wendling | 2012-03-31 | 1 | -8/+0 |
| * | Trim headers. | Bill Wendling | 2012-03-31 | 1 | -7/+0 |
| * | Indent according to LLVM's style guide. | Bill Wendling | 2012-03-31 | 1 | -130/+121 |
| * | Cleanup whitespace and trim some of the #includes. | Bill Wendling | 2012-03-31 | 1 | -1/+1 |
| * | These strings aren't 'const char *' but 'char *'. | Bill Wendling | 2012-03-31 | 1 | -1/+1 |
| * | Cleanup whitespace. | Bill Wendling | 2012-03-31 | 1 | -17/+17 |
| * | Free the codegen options when deleting LTO code generator object. | Bill Wendling | 2012-03-31 | 1 | -26/+21 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -4/+3 |
| * | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -1/+2 |
| * | Now that the linker supports lazily materialising globals, don't | Peter Collingbourne | 2011-11-05 | 1 | -4/+0 |
| * | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -1/+1 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -2/+2 |
| * | Fixed compilation warning on Linux by fixing the type of a return value. | John Criswell | 2011-08-18 | 1 | -1/+1 |
| * | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 1 | -0/+2 |
| * | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
| * | Fix typo. | Nick Lewycky | 2011-07-25 | 1 | -1/+1 |
| * | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -4/+1 |
| * | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -2/+1 |
| * | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 1 | -1/+1 |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -4/+7 |
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -1/+4 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -0/+1 |
| * | Fix LTO after the recent MC subtarget refactoring. | Cameron Zwarich | 2011-07-11 | 1 | -0/+1 |
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -2/+2 |
| * | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
| * | switch bugpoint and liblto to PassManagerBuilder. | Chris Lattner | 2011-05-22 | 1 | -8/+6 |
| * | Add a lto_codegen_compile_to_file to avoid producing a file, reading it to | Rafael Espindola | 2011-03-22 | 1 | -43/+52 |
| * | We don't need a null terminator for the output file. | Rafael Espindola | 2011-03-22 | 1 | -1/+4 |