summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-5/+7
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-151-0/+25
* Enable bit tests and setcc stuff.Anton Korobeynikov2010-01-151-4/+6
* Add micro-optimization which allows us to fold imm into cmp. This allows us t...Anton Korobeynikov2010-01-151-0/+32
* Fix cmp emission on msp430: we definitely should turn stuff likeAnton Korobeynikov2010-01-151-6/+6
* Remove pseudo-MI in custom inserter.Anton Korobeynikov2010-01-141-0/+1
* Implement variable-width shifts.Anton Korobeynikov2009-12-121-4/+136
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-2/+85
* Some pretty-printingAnton Korobeynikov2009-12-071-0/+1
* Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...Anton Korobeynikov2009-12-071-0/+54
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-071-2/+21
* Add ability to select hw multiplier mode and select appropriate libcalls.Anton Korobeynikov2009-12-071-0/+29
* Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...Anton Korobeynikov2009-11-221-0/+8
* Use 2-byte alignment for functions. 4 bytes are clear overkill here.Anton Korobeynikov2009-11-221-1/+1
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+1
* First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov2009-11-071-1/+1
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-4/+44
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-071-0/+11
* Cosmetic changes, no functionality changesAnton Korobeynikov2009-10-211-14/+13
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-1/+1
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-1/+1
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-0/+4
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-6/+6
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-261-0/+38
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-251-0/+2
* eliminate uses of cerr()Chris Lattner2009-08-231-2/+3
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-78/+78
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-78/+78
* Major calling convention code refactoring.Dan Gohman2009-08-051-80/+81
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-1/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+4
* 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
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-6/+6
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-5/+5
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-4/+5
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-5/+5
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-5/+9
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+5
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+4
* TypoAnton Korobeynikov2009-05-171-1/+1
* Allow 8 bit select in custom inserterAnton Korobeynikov2009-05-081-1/+2
* Expand UREM / SREM into libcallsAnton Korobeynikov2009-05-081-0/+2
OpenPOWER on IntegriCloud