summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
Commit message (Expand)AuthorAge
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-12
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-02
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-14
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-06
* Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...Anton Korobeynikov2009-11-02
* Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster...Evan Cheng2009-08-04
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-24
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-23
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng2009-07-08
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02
* Add a new addressing mode for NEON load/store instructions.Bob Wilson2009-07-01
* A few more load instructions.Evan Cheng2009-06-30
* Implement Thumb2 ldr.Evan Cheng2009-06-29
* ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov2009-06-27
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-26
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-06
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Handle the rest of pseudo instructions.Evan Cheng2008-11-13
* Fix pre- and post-indexed load / store encoding bugs.Evan Cheng2008-11-13
* Fix address mode 3 immediate offset mode encoding.Evan Cheng2008-11-12
* Consolidate formats; fix FCMPED etc. encodings.Evan Cheng2008-11-12
* Fix VFP conversion instruction encodings.Evan Cheng2008-11-12
* Fix FMDRR encoding.Evan Cheng2008-11-11
* Encode VFP load / store instructions.Evan Cheng2008-11-11
* Encode VFP conversion instructions.Evan Cheng2008-11-11
* Encode VFP arithmetic instructions.Evan Cheng2008-11-11
* Encode misc arithmetic instructions.Evan Cheng2008-11-07
* Encode extend instructions; more clean up.Evan Cheng2008-11-06
* - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.Evan Cheng2008-11-06
* Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...Evan Cheng2008-11-06
* Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.Evan Cheng2008-11-06
* Fix encoding of multiple instructions with 3 src operands; also handle smmul,...Evan Cheng2008-11-06
* Restructure ARM code emitter to use instruction formats instead of addressing...Evan Cheng2008-11-05
* Add binary encoding support for multiply instructions. Some blanks left to fi...Jim Grosbach2008-11-03
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16