| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex... | Eli Bendersky | 2013-01-23 | 1 | -1/+1 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 2 | -10/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 8 | -20/+20 |
* | Get rid of the pesky -Woverloaded-virtual warning. No change in functionality. | Eli Bendersky | 2012-12-18 | 2 | -0/+5 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 1 | -1/+1 |
* | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi | 2012-12-10 | 1 | -1/+1 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 11 | -34/+34 |
* | Add support for varargs functions for msp430. | Anton Korobeynikov | 2012-11-21 | 3 | -2/+36 |
* | Add support for byval args. Patch by Job Noorman! | Anton Korobeynikov | 2012-11-21 | 2 | -17/+46 |
* | Revert the majority of the next patch in the address space series: | Chandler Carruth | 2012-11-01 | 1 | -2/+2 |
* | Implement a basic VectorTargetTransformInfo interface to be used by the loop ... | Nadav Rotem | 2012-10-24 | 1 | -1/+1 |
* | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 2 | -2/+10 |
* | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 2 | -10/+2 |
* | Fix fallout from RegInfo => FrameLowering refactoring on MSP430. | Anton Korobeynikov | 2012-10-17 | 4 | -16/+15 |
* | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -2/+2 |
* | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -2/+2 |
* | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 2012-10-11 | 1 | -2/+2 |
* | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 2012-10-10 | 2 | -2/+10 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 5 | -8/+8 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix PR11985 | Michael Liao | 2012-09-12 | 2 | -3/+3 |
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -4/+4 |
* | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen | 2012-07-13 | 1 | -3/+3 |
* | Add all codegen passes to the PassManager via TargetPassConfig. | Bob Wilson | 2012-07-02 | 1 | -2/+2 |
* | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+2 |
* | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 2012-06-06 | 6 | -9/+5 |
* | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 2 | -13/+13 |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 2 | -2/+4 |
* | Remove the SubRegClasses field from RegisterClass descriptions. | Jakob Stoklund Olesen | 2012-05-04 | 1 | -5/+1 |
* | Change the PassManager from a reference to a pointer. | Bill Wendling | 2012-05-01 | 1 | -2/+2 |
* | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -14/+13 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 2 | -3/+5 |
* | Prune some includes | Craig Topper | 2012-03-27 | 2 | -1/+2 |
* | Remove some unnecessary forward declarations. | Craig Topper | 2012-03-22 | 1 | -2/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 6 | -7/+5 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 2 | -3/+4 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 2 | -6/+6 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 2 | -3/+3 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 2 | -3/+3 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 2 | -3/+3 |
* | Remove extra semi-colons. | Chad Rosier | 2012-02-22 | 1 | -2/+2 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 20 | -20/+20 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 4 | -15/+9 |
* | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick | 2012-02-04 | 2 | -8/+5 |
* | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick | 2012-02-03 | 2 | -5/+26 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 3 | -13/+3 |
* | Ignore register mask operands when lowering instructions to MC. | Jakob Stoklund Olesen | 2012-01-18 | 1 | -0/+3 |
* | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 |