| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -3/+3 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -116/+116 |
* | Use conventional syntax for branches. | Anton Korobeynikov | 2013-07-14 | 1 | -2/+2 |
* | Move MRI liveouts to MSP430 return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 1 | -2/+2 |
* | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen | 2012-07-13 | 1 | -3/+3 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -8/+8 |
* | fix breakage from r98938 by correctly marking msp430 calls as variadic. | Chris Lattner | 2010-06-24 | 1 | -1/+1 |
* | Remove isTwoAddress from MSP430. | Eric Christopher | 2010-06-21 | 1 | -219/+219 |
* | Make 80-column. | Eric Christopher | 2010-06-21 | 1 | -5/+10 |
* | Do folding for indirect branches, where possible | Anton Korobeynikov | 2010-05-01 | 1 | -6/+3 |
* | Implement indirect branches on MSP430 | Anton Korobeynikov | 2010-05-01 | 1 | -5/+17 |
* | Long branch target oparands are not pc-rel. | Anton Korobeynikov | 2010-05-01 | 1 | -4/+6 |
* | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 2010-02-27 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -1/+1 |
* | 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 |