| Commit message (Expand) | Author | Age | Files | Lines |
* | move some code. | Chris Lattner | 2010-10-30 | 1 | -33/+35 |
* | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 2 | -15/+23 |
* | Add FIXME. | Jim Grosbach | 2010-10-30 | 1 | -0/+2 |
* | Clean up comments. | Jim Grosbach | 2010-10-30 | 1 | -1/+5 |
* | Tidy up. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | stay out of the reserved namespace | Chris Lattner | 2010-10-30 | 1 | -6/+6 |
* | simplify this code. | Chris Lattner | 2010-10-30 | 1 | -8/+4 |
* | split MaybeParseRegister into its two logical uses, eliminating malloc+free t... | Chris Lattner | 2010-10-30 | 1 | -35/+38 |
* | Avoid re-evaluating MI.getNumOperands() every iteration of the loop. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson | 2010-10-30 | 5 | -131/+61 |
* | Encode the register list operands for ARM mode LDM/STM instructions. | Jim Grosbach | 2010-10-30 | 4 | -0/+23 |
* | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling | 2010-10-29 | 1 | -3/+9 |
* | Remove hard tab characters. | Jim Grosbach | 2010-10-29 | 1 | -3/+3 |
* | 80 column fix. | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | trailing whitespace | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operand | Jim Grosbach | 2010-10-29 | 3 | -3/+3 |
* | Fix fpscr <-> GPR latency info. | Evan Cheng | 2010-10-29 | 3 | -4/+12 |
* | add FIXME | Jim Grosbach | 2010-10-29 | 1 | -0/+5 |
* | Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in | Jim Grosbach | 2010-10-29 | 4 | -45/+32 |
* | Handle comparison values we already have - this fixes the consumer-typeset | Eric Christopher | 2010-10-29 | 1 | -4/+65 |
* | ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to | Jim Grosbach | 2010-10-29 | 1 | -55/+0 |
* | Fix typo. | Jim Grosbach | 2010-10-29 | 1 | -1/+1 |
* | ARM encoding information for CLREX, SWP and SWPB. Add comment for sjlj pseudo... | Jim Grosbach | 2010-10-29 | 2 | -20/+25 |
* | ARM mode LDREX*/STREX* binary encodings. | Jim Grosbach | 2010-10-29 | 2 | -18/+28 |
* | Encoding information for ARM conditional move instructions. | Jim Grosbach | 2010-10-29 | 1 | -19/+35 |
* | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng | 2010-10-29 | 1 | -2/+7 |
* | - Don't schedule nodes with only MVT::Flag and MVT::Other values for latency. | Evan Cheng | 2010-10-29 | 1 | -3/+7 |
* | Handle ARM addrmode5 instructions with an offset. | Jim Grosbach | 2010-10-29 | 1 | -9/+24 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 17 | -24/+393 |
* | Revert 117660. Apparently it's not as trivial as that... | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | ARM addrmode5 instructions have neither writeback nor post-indexed modes. | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | Trailing whitespace. | Jim Grosbach | 2010-10-29 | 1 | -30/+30 |
* | ARMAsmParser: Plug a memory leak. | Benjamin Kramer | 2010-10-29 | 1 | -2/+3 |
* | Add an unreachable to silence warning - the switch is actually | Eric Christopher | 2010-10-29 | 1 | -0/+2 |
* | add simple support for addrmode5 operands, allowing | Chris Lattner | 2010-10-29 | 2 | -10/+31 |
* | give better error diagnostics, for example: | Chris Lattner | 2010-10-28 | 1 | -5/+20 |
* | hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes | Chris Lattner | 2010-10-28 | 2 | -0/+9 |
* | move a method out of line. | Chris Lattner | 2010-10-28 | 1 | -13/+20 |
* | remove the rest of hte owningptr's, no functionality change. | Chris Lattner | 2010-10-28 | 1 | -57/+59 |
* | Reduce malloc thrashing. | Benjamin Kramer | 2010-10-28 | 1 | -1/+1 |
* | PLD, PLDW, PLI encodings, plus refactor their use of addrmode2. | Jim Grosbach | 2010-10-28 | 4 | -20/+44 |
* | rearrange ParseRegisterList. | Chris Lattner | 2010-10-28 | 1 | -16/+30 |
* | refactor some code to simplify it, eliminating some owningptr's. | Chris Lattner | 2010-10-28 | 1 | -65/+60 |
* | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng | 2010-10-28 | 4 | -23/+85 |
* | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng | 2010-10-28 | 4 | -85/+23 |
* | - Assign load / store with shifter op address modes the right itinerary classes. | Evan Cheng | 2010-10-28 | 4 | -23/+85 |
* | Fix pastos in handling of AVX cvttsd2si, PR8491. | Dale Johannesen | 2010-10-28 | 1 | -4/+4 |
* | Add correct NEON encodings for vtbl and vtbx. | Owen Anderson | 2010-10-28 | 1 | -29/+29 |
* | Add correct NEON encodings for vext, vtrn, vuzp, and vzip. | Owen Anderson | 2010-10-27 | 1 | -2/+8 |
* | Fix compiler warnings about signed/unsigned comparisons. | Bob Wilson | 2010-10-27 | 1 | -2/+2 |