| Commit message (Expand) | Author | Age | Files | Lines |
* | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov | 2010-01-15 | 1 | -1/+8 |
* | Provide instruction sizes & encoding. No opcodes yet (but not needed so far). | Anton Korobeynikov | 2010-01-15 | 1 | -570/+754 |
* | Enable bit tests and setcc stuff. | Anton Korobeynikov | 2010-01-15 | 1 | -16/+19 |
* | Fix cmp emission on msp430: we definitely should turn stuff like | Anton Korobeynikov | 2010-01-15 | 1 | -19/+21 |
* | Implement variable-width shifts. | Anton Korobeynikov | 2009-12-12 | 1 | -0/+25 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 1 | -1/+65 |
* | Initial codegen support for MSP430 ISRs | Anton Korobeynikov | 2009-12-07 | 1 | -3/+6 |
* | Drop unsupported imm operands | Anton Korobeynikov | 2009-11-22 | 1 | -31/+0 |
* | Set isBarrier = 1 on return instructions, as they are control barriers. | Dan Gohman | 2009-11-11 | 1 | -1/+1 |
* | Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! | Anton Korobeynikov | 2009-11-08 | 1 | -1/+31 |
* | Move OR patterns upper to all logical stuff. No functionality change. | Anton Korobeynikov | 2009-11-08 | 1 | -56/+56 |
* | Some nice peephole patterns. Based on patch by Brian Lucas! | Anton Korobeynikov | 2009-11-08 | 1 | -0/+7 |
* | Print tab before operand of jcc | Anton Korobeynikov | 2009-11-08 | 1 | -1/+1 |
* | Fix invalid operand updates & implement post-inc memory operands | Anton Korobeynikov | 2009-11-08 | 1 | -0/+32 |
* | First try of the post-inc operands handling... Not fully worked, though :( | Anton Korobeynikov | 2009-11-07 | 1 | -0/+9 |
* | Add some dummy support for post-incremented loads | Anton Korobeynikov | 2009-11-07 | 1 | -0/+7 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |
* | Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei... | Anton Korobeynikov | 2009-10-21 | 1 | -1/+3 |
* | Add missed mem-mem move patterns | Anton Korobeynikov | 2009-10-11 | 1 | -0/+7 |
* | Implement proper asmprinting for the globals. This eliminates bogus "call" mo... | Anton Korobeynikov | 2009-10-11 | 1 | -1/+1 |
* | It seems that OR operation does not affect status reg at all. | Anton Korobeynikov | 2009-10-10 | 1 | -12/+8 |
* | Special constants as destinations does not work as expected - drop the patterns. | Anton Korobeynikov | 2009-08-05 | 1 | -53/+0 |
* | Typo | Anton Korobeynikov | 2009-05-17 | 1 | -2/+2 |
* | Add imm-reg and imm-mem patters for cmp on msp430 | Anton Korobeynikov | 2009-05-10 | 1 | -0/+14 |
* | Add 8 bit select | Anton Korobeynikov | 2009-05-08 | 1 | -0/+4 |
* | Handle implicit zext in a better way. Shamelessly stolen from x86 backend. | Anton Korobeynikov | 2009-05-03 | 1 | -0/+16 |
* | Make handling of conditional stuff much more straightforward | Anton Korobeynikov | 2009-05-03 | 1 | -12/+9 |
* | Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele... | Anton Korobeynikov | 2009-05-03 | 1 | -18/+82 |
* | Add 8bit shifts | Anton Korobeynikov | 2009-05-03 | 1 | -7/+15 |
* | Handle logical shift right (at least I hope so :) ) | Anton Korobeynikov | 2009-05-03 | 1 | -0/+12 |
* | Handle anyext | Anton Korobeynikov | 2009-05-03 | 1 | -0/+3 |
* | Implement bswap | Anton Korobeynikov | 2009-05-03 | 1 | -5/+4 |
* | Properly handle ExternalSymbol's | Anton Korobeynikov | 2009-05-03 | 1 | -1/+11 |
* | Provide addc and subc | Anton Korobeynikov | 2009-05-03 | 1 | -0/+45 |
* | Add left shift | Anton Korobeynikov | 2009-05-03 | 1 | -0/+6 |
* | Add direct branch | Anton Korobeynikov | 2009-05-03 | 1 | -5/+13 |
* | It's error-prone to maintain two separate variants of asmprinting stuff, one ... | Anton Korobeynikov | 2009-05-03 | 1 | -104/+104 |
* | Lower select with custom inserted and make condjumps generic | Anton Korobeynikov | 2009-05-03 | 1 | -25/+21 |
* | Add first draft for conditions, conditional branches, etc | Anton Korobeynikov | 2009-05-03 | 1 | -1/+86 |
* | Add code for save/restore of callee-saved registers | Anton Korobeynikov | 2009-05-03 | 1 | -0/+11 |
* | Proper handle loading of effective address of stack slot stuff | Anton Korobeynikov | 2009-05-03 | 1 | -2/+1 |
* | Reverse order of memory arguments | Anton Korobeynikov | 2009-05-03 | 1 | -2/+2 |
* | Remove bogus pattern | Anton Korobeynikov | 2009-05-03 | 1 | -2/+0 |
* | Add lowering for global address nodes. Not pretty efficient though. | Anton Korobeynikov | 2009-05-03 | 1 | -0/+8 |
* | Some early full call lowering draft for direct calls | Anton Korobeynikov | 2009-05-03 | 1 | -4/+12 |
* | Add call frame setup instruction elimination and lowerid for bunch of call-re... | Anton Korobeynikov | 2009-05-03 | 1 | -6/+43 |
* | Add CALL lowering. | Anton Korobeynikov | 2009-05-03 | 1 | -0/+4 |
* | Add bunch of mem-whatever patterns | Anton Korobeynikov | 2009-05-03 | 1 | -0/+213 |
* | Add bunch of reg-mem inst patterns | Anton Korobeynikov | 2009-05-03 | 1 | -41/+99 |
* | Add normal and trunc stores | Anton Korobeynikov | 2009-05-03 | 1 | -1/+24 |