| Commit message (Expand) | Author | Age | Files | Lines |
* | Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ... | NAKAMURA Takumi | 2013-08-06 | 1 | -1/+1 |
* | Test commit to see if write access works. | Job Noorman | 2013-07-15 | 1 | -1/+1 |
* | Use conventional syntax for branches. | Anton Korobeynikov | 2013-07-14 | 1 | -2/+2 |
* | Properly lower jump tables on MSP430. Patch by Job Noorman! | Anton Korobeynikov | 2013-07-14 | 1 | -2/+2 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -3/+3 |
* | Add jump tables handling for MSP430. | Anton Korobeynikov | 2013-07-01 | 2 | -0/+11 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 2 | -2/+2 |
* | Access the TargetLoweringInfo from the TargetMachine object instead of cachin... | Bill Wendling | 2013-06-19 | 1 | -1/+2 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 3 | -6/+5 |
* | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -1/+1 |
* | Make SubRegIndex size mandatory, following r183020. | Ahmed Bougacha | 2013-05-31 | 1 | -1/+1 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -2/+3 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 3 | -27/+27 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -1/+3 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 2 | -3/+2 |
* | Provide the register scavenger to processFunctionBeforeFrameFinalized | Hal Finkel | 2013-03-14 | 2 | -3/+4 |
* | Fix PR10475 | Michael Liao | 2013-03-01 | 1 | -1/+1 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 4 | -67/+67 |
* | Move MRI liveouts to MSP430 return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 2 | -13/+9 |
* | Remove unused variable, which should have been removed with r174083. | Chad Rosier | 2013-01-31 | 1 | -1/+0 |
* | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 2013-01-31 | 2 | -12/+9 |
* | 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 |