Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Manman RenARM: properly handle alignment for struct byval.
2012-06-01 Manman RenARM: support struct byval in llvm
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-23 Jim GrosbachTidy up. 80 columns, whitespace, et. al.
2012-04-19 Jim GrosbachARM let TableGen handle a few two-operand aliases.
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-18 Silviu BarangaFix the bahavior of the disassembler when decoding...
2012-04-18 Silviu BarangaAdded support for unpredictable mcrr/mcrr2/mrrc/mrrc2...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-18 Silviu BarangaAdd suport for unpredicatble cases of the cmp, tst...
2012-04-17 Chad RosierTypo.
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-04-06 Jakob Stoklund OlesenARMPat is equivalent to Requires<[IsARM]>.
2012-04-06 Jakob Stoklund OlesenEliminate iOS-specific tail call instructions.
2012-04-06 Jakob Stoklund OlesenDeduplicate ARM call-related instructions.
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
2012-04-04 Jakob Stoklund OlesenImplement ARMBaseInstrInfo::commuteInstruction() for...
2012-03-29 Jim GrosbachARM assembly 'cmp lr, #0' should not encode using ...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-20 Evan ChengChange conditional instructions definitions, e.g. ANDCC...
2012-03-20 Silviu BarangaThe ARM instructions that have an unpredictable behavio...
2012-03-20 Richard BartonTest Commit - add a newline
2012-03-16 Jim GrosbachARM optional operand on MRC/MCR assembly instructions.
2012-03-07 Jim GrosbachARM pre-v6 assembly parsing for umull/smull.
2012-03-07 Jim GrosbachARM pre-v6 alias for 'nop' to 'mov r0, r0'
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-24 Jakob Stoklund OlesenSwitch ARM target to register masks.
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-01-25 Jim GrosbachARM assemly parsing and validation of IT instruction.
2012-01-24 Anton KorobeynikovUse correct register class for am2offset register operands.
2012-01-23 Anton KorobeynikovAdd missed mayStore flag to STREXD / t2STREXD
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-13 Jakob Stoklund OlesenUse RegisterTuples to generate pseudo-registers.
2011-12-22 Bob WilsonAdd variants of the dispatchsetup pseudo for Thumb...
2011-12-22 Bob WilsonAdd missing usesCustomInserter flag on Int_eh_sjlj_setj...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-20 Bob WilsonMark ARM eh_sjlj_dispatchsetup as clobbering all regist...
2011-12-14 Jim GrosbachFix copy/pasto that skipped the 'modify' step.
2011-12-14 Jim GrosbachARM/Thumb2 mov vs. mvn alias goes both ways.
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-13 Jim GrosbachARM LDM/STM system instruction variants.
2011-12-13 Jim GrosbachARM pre-UAL NEG mnemonic for convenience when porting...
2011-12-09 Jim GrosbachARM assembly aliases for BIC<-->AND (immediate).
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(immediate).
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-07 Jim GrosbachARM: NEON SHLL instruction immediate operand range...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-12-02 Jim GrosbachARM NEON VEXT aliases for data type suffices.
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-16 Jim GrosbachARM assembly parsing for shifted register operands...
2011-11-16 Jim GrosbachARM assmebly two operand forms for LSR, ASR, LSL, ROR...
2011-11-16 Jim GrosbachARM assembly parsing for RRX mnemonic.
2011-11-16 Jim GrosbachARM mode aliases for bitwise instructions w/ register...
2011-11-16 Bob WilsonFix tablegen warning: hasSideEffects is inferred for...
2011-11-16 Bob WilsonFix ARM SjLj-EH dispatch setup code. <rdar://problem...
2011-11-15 Jim GrosbachARM assembly parsing two operand forms for shift instru...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jay FoadFix typo in comment.
2011-11-12 Jim GrosbachARM refactor simple immediate asm operand render methods.
2011-11-10 Jim GrosbachARM assembly parsing for LSR/LSL/ROR(immediate).
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-11-10 Jim GrosbachTidy up.
2011-11-04 Evan ChengFix some minor scheduling itinerary bug. It's not expec...
2011-10-28 Jim GrosbachARM mode 'mov' to 'mvn' assembler alias.
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-28 Owen AndersonRevert r143202.
2011-10-28 Owen AndersonSpecify fixed bits on CPS instructions to enable roundt...
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Owen AndersonSeparate out ARM MSR instructions into M-class versions...
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 David MeyerRemove NaClMode
2011-10-18 Joe AbbeyCommit test, capitalizing store... keep it simple.
2011-10-17 Bill WendlingNow Igor, throw the switch...give my creation life!
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-10-11 Jim GrosbachARM addressing mode cleanup for LDC/STC.
2011-10-11 Jim GrosbachARM parse alignment specifier for NEON load/store instr...
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Jim GrosbachAdd a name to sub-operand for clarity.
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
next