aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* Test commit to see if write access works.Job Noorman2013-07-151-1/+1
* Use conventional syntax for branches.Anton Korobeynikov2013-07-141-2/+2
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-2/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+3
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-012-0/+11
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-073-6/+5
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-253-27/+27
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+3
* Remove unused argument.Rafael Espindola2013-05-102-3/+2
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-142-3/+4
* Fix PR10475Michael Liao2013-03-011-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-214-67/+67
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-052-13/+9
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-311-1/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-12/+9
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-10/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-028-20/+20
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-182-0/+5
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-111-1/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0311-34/+34
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-213-2/+36
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-212-17/+46
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+2
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-2/+10
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-10/+2
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-174-16/+15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-2/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-2/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-2/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-085-8/+8
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Fix PR11985Michael Liao2012-09-122-3/+3
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-131-3/+3
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-2/+2
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-066-9/+5
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-252-13/+13