aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430
Commit message (Expand)AuthorAgeFilesLines
...
* Add testcase for PR5703Anton Korobeynikov2009-12-221-0/+13
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-0/+116
* Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov2009-12-081-0/+166
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-271-0/+36
* Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov2009-11-086-2/+54
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-081-1/+90
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-081-0/+64
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-0/+25
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-071-0/+22
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-076-2/+292
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-222-2/+0
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-212-2/+2
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-212-0/+2
* Add reg-imm testsAnton Korobeynikov2009-10-212-0/+74
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-1210-10/+10
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-112-0/+16
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-112-0/+93
* Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov2009-10-118-0/+343
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-111-11/+20
* It seems that OR operation does not affect status reg at all.Anton Korobeynikov2009-10-101-0/+14
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-0/+22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-096-6/+6
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-261-0/+16
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-251-0/+30
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* Fix for PR4235: to build a floating-point value from integer parts, Eli Friedman2009-05-201-0/+11
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+17
* TypoAnton Korobeynikov2009-05-171-0/+15
* Add MSP430 test for PR4136Anton Korobeynikov2009-05-102-0/+37