| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. | Craig Topper | 2012-03-25 | 1 | -1/+0 |
* | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 2012-03-17 | 1 | -2/+2 |
* | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 2012-02-28 | 1 | -0/+3 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng | 2010-11-12 | 1 | -5/+0 |
* | Slightly change the meaning of the reMaterialize target hook when the original | Jakob Stoklund Olesen | 2010-06-02 | 1 | -1/+1 |
* | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 1 | -3/+0 |
* | - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo. | Evan Cheng | 2009-11-14 | 1 | -1/+2 |
* | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng | 2009-11-06 | 1 | -4/+4 |
* | Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,... | Anton Korobeynikov | 2009-11-02 | 1 | -1/+0 |
* | Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster... | Evan Cheng | 2009-08-04 | 1 | -3/+0 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 1 | -0/+4 |
* | - More refactoring. This gets rid of all of the getOpcode calls. | Evan Cheng | 2009-07-28 | 1 | -3/+0 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 1 | -7/+0 |
* | Fix frame index elimination to correctly handle thumb-2 addressing modes that... | David Goodwin | 2009-07-23 | 1 | -0/+7 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -1/+2 |
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin | 2009-07-08 | 1 | -234/+12 |
* | Add a Thumb2 instruction flag to that indicates whether the instruction can b... | Evan Cheng | 2009-07-08 | 1 | -9/+13 |
* | Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins... | David Goodwin | 2009-07-02 | 1 | -21/+21 |
* | Add a new addressing mode for NEON load/store instructions. | Bob Wilson | 2009-07-01 | 1 | -9/+10 |
* | A few more load instructions. | Evan Cheng | 2009-06-30 | 1 | -14/+15 |
* | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 1 | -4/+8 |
* | ARM refactoring. Step 2: split RegisterInfo | Anton Korobeynikov | 2009-06-27 | 1 | -14/+13 |
* | Split thumb-related stuff into separate classes. | Anton Korobeynikov | 2009-06-26 | 1 | -54/+56 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+6 |
* | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 1 | -1/+2 |
* | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 1 | -4/+0 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -4/+5 |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -9/+9 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -2/+4 |
* | Handle the rest of pseudo instructions. | Evan Cheng | 2008-11-13 | 1 | -24/+24 |
* | Fix pre- and post-indexed load / store encoding bugs. | Evan Cheng | 2008-11-13 | 1 | -16/+18 |
* | Fix address mode 3 immediate offset mode encoding. | Evan Cheng | 2008-11-12 | 1 | -0/+2 |
* | Consolidate formats; fix FCMPED etc. encodings. | Evan Cheng | 2008-11-12 | 1 | -25/+22 |
* | Fix VFP conversion instruction encodings. | Evan Cheng | 2008-11-12 | 1 | -4/+6 |
* | Fix FMDRR encoding. | Evan Cheng | 2008-11-11 | 1 | -4/+5 |
* | Encode VFP load / store instructions. | Evan Cheng | 2008-11-11 | 1 | -22/+24 |
* | Encode VFP conversion instructions. | Evan Cheng | 2008-11-11 | 1 | -4/+4 |
* | Encode VFP arithmetic instructions. | Evan Cheng | 2008-11-11 | 1 | -4/+11 |
* | Encode misc arithmetic instructions. | Evan Cheng | 2008-11-07 | 1 | -0/+1 |
* | Encode extend instructions; more clean up. | Evan Cheng | 2008-11-06 | 1 | -14/+20 |
* | - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm. | Evan Cheng | 2008-11-06 | 1 | -2/+2 |
* | Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc... | Evan Cheng | 2008-11-06 | 1 | -6/+2 |
* | Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>. | Evan Cheng | 2008-11-06 | 1 | -18/+14 |
* | Fix encoding of multiple instructions with 3 src operands; also handle smmul,... | Evan Cheng | 2008-11-06 | 1 | -19/+18 |
* | Restructure ARM code emitter to use instruction formats instead of addressing... | Evan Cheng | 2008-11-05 | 1 | -37/+37 |
* | Add binary encoding support for multiply instructions. Some blanks left to fi... | Jim Grosbach | 2008-11-03 | 1 | -15/+17 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 1 | -5/+5 |
* | need ARM.h for ARMCC definition | Jim Grosbach | 2008-10-07 | 1 | -0/+1 |
* | Encode the conditional execution predicate when JITing. | Jim Grosbach | 2008-10-07 | 1 | -0/+6 |