summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
AgeCommit message (Expand)Author
2017-04-21Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21X86: Don't emit zero-byte functions on WindowsHans Wennborg
2016-06-28Don't pass Reloc::Model to places that already have it. NFC.Rafael Espindola
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-22[ARM] Move the implementation of the target hooks related to copy-relatedQuentin Colombet
2014-08-21[ARM] Mark VSETLNi32 with the InsertSubreg property and implement the relatedQuentin Colombet
2014-08-20[ARM] Mark VMOVRRD with the ExtractSubreg property and implement the relatedQuentin Colombet
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-11[ARM] Mark VMOVDRR with the RegSequence property and implement the relatedQuentin Colombet
2014-07-25[stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka
2014-03-22Prune includes in ARM target.Craig Topper
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2012-03-25Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper
2012-02-28ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2010-11-12Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng
2010-06-02Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-11-14- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng
2009-11-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng
2009-11-02Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...Anton Korobeynikov
2009-08-04Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster...Evan Cheng
2009-08-02Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner
2009-07-28- More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng
2009-07-24Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin
2009-07-23Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin
2009-07-16Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng
2009-07-08Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin
2009-07-08Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng
2009-07-02Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin
2009-07-01Add a new addressing mode for NEON load/store instructions.Bob Wilson
2009-06-30A few more load instructions.Evan Cheng
2009-06-29Implement Thumb2 ldr.Evan Cheng
2009-06-27ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov
2009-06-26Split thumb-related stuff into separate classes.Anton Korobeynikov
2009-06-22Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson
2009-02-09Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng
2009-02-06Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2008-12-03Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-11-13Handle the rest of pseudo instructions.Evan Cheng
2008-11-13Fix pre- and post-indexed load / store encoding bugs.Evan Cheng
2008-11-12Fix address mode 3 immediate offset mode encoding.Evan Cheng
2008-11-12Consolidate formats; fix FCMPED etc. encodings.Evan Cheng
2008-11-12Fix VFP conversion instruction encodings.Evan Cheng
2008-11-11Fix FMDRR encoding.Evan Cheng