aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-183-2/+5
* Oops, accidentally set a legal operation to expand.Eli Friedman2009-07-171-1/+0
* Expand misc operations from test/CodeGen/Generic.Eli Friedman2009-07-171-0/+17
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-9/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-14/+0
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-153-6/+11
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-152-15/+6
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-152-6/+15
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-12/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-152-2/+4
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-0/+69
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-144-7/+7
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-144-17/+17
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-1/+1
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-114-16/+19
* bug 4524: Add MSP430 to the cmake build.Richard Pennington2009-07-091-4/+5
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-4/+5
* Implement changes from Chris's feedback.Edwin Török2009-07-082-5/+7
* Convert more abort() calls to llvm_report_error().Edwin Török2009-07-081-5/+9
* Silence warning when building without assertions.Duncan Sands2009-07-031-0/+1
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-013-7/+4
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-4/+9
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Add explicit keywords.Dan Gohman2009-06-051-1/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+2
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+4
* TypoAnton Korobeynikov2009-05-172-3/+3
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-132-4/+4
* Add imm-reg and imm-mem patters for cmp on msp430Anton Korobeynikov2009-05-101-0/+14
* Allow 8 bit select in custom inserterAnton Korobeynikov2009-05-081-1/+2
* Expand UREM / SREM into libcallsAnton Korobeynikov2009-05-081-0/+2
* Add 8 bit selectAnton Korobeynikov2009-05-081-0/+4
* Fix code emission for conditional branches.asl2009-05-041-2/+0
* Handle implicit zext in a better way. Shamelessly stolen from x86 backend.Anton Korobeynikov2009-05-031-0/+16
* Update due to mainline API changeAnton Korobeynikov2009-05-035-19/+29
* Add TODO list :)Anton Korobeynikov2009-05-031-0/+42
* Make handling of conditional stuff much more straightforwardAnton Korobeynikov2009-05-033-95/+60
* Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele...Anton Korobeynikov2009-05-031-18/+82
* Expand divisions into libcallsAnton Korobeynikov2009-05-031-0/+5
* Custom lower SIGN_EXTENDAnton Korobeynikov2009-05-032-0/+16
* Some eye-candyAnton Korobeynikov2009-05-033-10/+11
* Print function header / footerAnton Korobeynikov2009-05-031-0/+45
* Fix printing: je => jeqAnton Korobeynikov2009-05-031-1/+1
* Add 8bit shiftsAnton Korobeynikov2009-05-034-15/+28
* Handle logical shift right (at least I hope so :) )Anton Korobeynikov2009-05-033-4/+33