Test Commit - add a newline
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
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.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHASX/UHSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UASX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHASX/SHSAX.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SASX.
2011-09-15 Jim GrosbachARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
2011-09-14 Jim GrosbachARM tighten up the register classes for the PKH instruc...
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-08 Owen AndersonRemove the "common" set of instructions shared between...
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMDB.
2011-09-06 Eli FriedmanAdd mayLoad/mayStore markings to ARM 64-bit atomic...
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Jakob Stoklund OlesenAtomic pseudos don't use (as in read) CPSR. They clobbe...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Eli FriedmanSome minor cleanups for r138845.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Owen AndersonSpecify an additional fixed bit in the PLD/PLDW/PLI...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-22 Jim GrosbachClean up predicates on ARM target instruction aliases.
2011-08-17 Jim GrosbachFix predicate for imm1_32
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
next