summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAge
...
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-01
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Fix PR10475Michael Liao2013-03-01
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-05
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-31
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-18
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-11
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-10
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-21
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-21
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-17
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix PR11985Michael Liao2012-09-12
* Remove tabs.Bill Wendling2012-07-19
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-13
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-04
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01