Age | Commit message (Expand) | Author |
2013-02-05 | Move MRI liveouts to MSP430 return instructions. | Jakob Stoklund Olesen |
2012-07-13 | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-06-24 | fix breakage from r98938 by correctly marking msp430 calls as variadic. | Chris Lattner |
2010-06-21 | Remove isTwoAddress from MSP430. | Eric Christopher |
2010-06-21 | Make 80-column. | Eric Christopher |
2010-05-01 | Do folding for indirect branches, where possible | Anton Korobeynikov |
2010-05-01 | Implement indirect branches on MSP430 | Anton Korobeynikov |
2010-05-01 | Long branch target oparands are not pc-rel. | Anton Korobeynikov |
2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-15 | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov |
2010-01-15 | Provide instruction sizes & encoding. No opcodes yet (but not needed so far). | Anton Korobeynikov |
2010-01-15 | Enable bit tests and setcc stuff. | Anton Korobeynikov |
2010-01-15 | Fix cmp emission on msp430: we definitely should turn stuff like | Anton Korobeynikov |
2009-12-12 | Implement variable-width shifts. | Anton Korobeynikov |
2009-12-08 | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov |
2009-12-07 | Initial codegen support for MSP430 ISRs | Anton Korobeynikov |
2009-11-22 | Drop unsupported imm operands | Anton Korobeynikov |
2009-11-11 | Set isBarrier = 1 on return instructions, as they are control barriers. | Dan Gohman |
2009-11-08 | Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! | Anton Korobeynikov |
2009-11-08 | Move OR patterns upper to all logical stuff. No functionality change. | Anton Korobeynikov |
2009-11-08 | Some nice peephole patterns. Based on patch by Brian Lucas! | Anton Korobeynikov |
2009-11-08 | Print tab before operand of jcc | Anton Korobeynikov |
2009-11-08 | Fix invalid operand updates & implement post-inc memory operands | Anton Korobeynikov |
2009-11-07 | First try of the post-inc operands handling... Not fully worked, though :( | Anton Korobeynikov |
2009-11-07 | Add some dummy support for post-incremented loads | Anton Korobeynikov |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-10-21 | Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei... | Anton Korobeynikov |
2009-10-11 | Add missed mem-mem move patterns | Anton Korobeynikov |
2009-10-11 | Implement proper asmprinting for the globals. This eliminates bogus "call" mo... | Anton Korobeynikov |
2009-10-10 | It seems that OR operation does not affect status reg at all. | Anton Korobeynikov |
2009-08-05 | Special constants as destinations does not work as expected - drop the patterns. | Anton Korobeynikov |
2009-05-17 | Typo | Anton Korobeynikov |
2009-05-10 | Add imm-reg and imm-mem patters for cmp on msp430 | Anton Korobeynikov |
2009-05-08 | Add 8 bit select | Anton Korobeynikov |
2009-05-03 | Handle implicit zext in a better way. Shamelessly stolen from x86 backend. | Anton Korobeynikov |
2009-05-03 | Make handling of conditional stuff much more straightforward | Anton Korobeynikov |
2009-05-03 | Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele... | Anton Korobeynikov |
2009-05-03 | Add 8bit shifts | Anton Korobeynikov |
2009-05-03 | Handle logical shift right (at least I hope so :) ) | Anton Korobeynikov |
2009-05-03 | Handle anyext | Anton Korobeynikov |
2009-05-03 | Implement bswap | Anton Korobeynikov |
2009-05-03 | Properly handle ExternalSymbol's | Anton Korobeynikov |
2009-05-03 | Provide addc and subc | Anton Korobeynikov |
2009-05-03 | Add left shift | Anton Korobeynikov |
2009-05-03 | Add direct branch | Anton Korobeynikov |
2009-05-03 | It's error-prone to maintain two separate variants of asmprinting stuff, one ... | Anton Korobeynikov |
2009-05-03 | Lower select with custom inserted and make condjumps generic | Anton Korobeynikov |