whitespace
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-21 Bill WendlingFix a copy-pasto. When the tBR_JTr instruction was...
2010-12-16 Jim GrosbachPseudo-ize the Thumb1 tBfar pattern. rdar://8777974
2010-12-16 Bill WendlingAdd encodings for Thumb1 Spill and Restore pseudos.
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-15 Bill WendlingWhitespace cleanups.
2010-12-15 Bill WendlingAdd some missing patterns now that tLDRB and tLDRH...
2010-12-14 Bill WendlingComments and cleaning.
2010-12-14 Jim GrosbachAdd support for MC-ized encoding of tLEApcrel and tLEAp...
2010-12-14 Bill WendlingMulticlassify the LDR/STR encoding patterns. The only...
2010-12-14 Bill WendlingUse the integer scheduling intrinsic for integer loads...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-10 Owen AndersonFix encoding of Thumb1 LDRB and STRB.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-09 Bill WendlingThumb ldr reg+imm offsets were encoded incorrectly...
2010-12-09 Jim GrosbachRename the encoder method for t_cbtarget to match.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-07 Jim GrosbachBinary encoding for ARM tLDRspi and tSTRspi.
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Jim GrosbachEncode the literal field for tCMPzi instruction.
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-04 Jim GrosbachEncode condition code for Thumb1 conditional branch...
2010-12-03 Bill WendlingUse correct variable names to match the patterns.
2010-12-03 Jim GrosbachMatch pattern operand names to expected encoding field...
2010-12-03 Jim GrosbachRemove incorrect BL target encoding (it's similar to...
2010-12-03 Jim GrosbachNo need to declare EncoderMethod property anymore;...
2010-12-03 Jim GrosbachAdd FIXMEs.
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-01 Bill WendlingFormatting. It's all the rage!
2010-12-01 Bill WendlingMore refactoring. This time the T1pI pattern.
2010-12-01 Bill Wendlings/T1pIEncode/T1pILdStEncode/g
2010-12-01 Bill WendlingRenaming variables to coincide with documentation....
2010-12-01 Bill WendlingRefactor T1sI and T1sIt encodings into helper classes.
2010-12-01 Bill WendlingRefactor the T1sIt encodings into a parent class to...
2010-11-30 Bill WendlingRename operands to match ARM documentation. No function...
2010-11-30 Bill Wendling* Add support for encoding t_addrmode_s2 and t_addrmode...
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Bill WendlingMinor cleanups. No functional change.
2010-11-30 Bill WendlingAdd correct encoding for "bl __aeabi_read_tp". However...
2010-11-30 Bill WendlingAdd some encoding for the adr instruction. Labels still...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s. And general...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Bill WendlingThumb encodings for conditional moves.
2010-11-29 Bill WendlingRefactor some of the "disassembly-only" instructions...
2010-11-29 Jim GrosbachARM Pseudo-ize tBR_JTr.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-21 Bill WendlingMore Thumb encodings.
2010-11-21 Bill Wendling- Give "trap" the correct encoding, at least according...
2010-11-20 Bill WendlingA few more thumb instruction MC encodings.
2010-11-20 Bill WendlingAdd more Thumb add instruction encodings.
2010-11-20 Bill WendlingAdd Thumb encodings for some add instructions.
2010-11-20 Bill WendlingAdd more encodings for Thumb instructions.
2010-11-19 Bill WendlingEncodings for the compare instructions.
2010-11-19 Bill WendlingAdd encodings for some of the thumb ADD instructions...
2010-11-19 Bill WendlingRevert accidental commit.
2010-11-19 Bill WendlingChange long binary encodings to use hex instead. It...
2010-11-19 Bill WendlingAdd MC encodings for some Thumb instructions. Test...
2010-11-18 Jim GrosbachARM PseudoInst instructions don't need or use an assemb...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-13 Bill WendlingComment out the defms until they're activated.
2010-11-13 Bill WendlingAdd uses of the *_ldst_multi multiclasses. These aren...
2010-11-13 Bill WendlingConvert the modes to lower case.
2010-11-13 Bill WendlingAdd *_ldst_mult multiclasses to the ARM back-end. These...
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-11-01 Jim GrosbachAdd 'IsThumb' predicate to patterns marked as 'IsThumb1...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-06 Jim GrosbachKill of the vestiges of the 'call' Modifier (no longer...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-01 Jim GrosbachNuke the rest of the :comment references
2010-09-30 Jim GrosbachNuke a few more unused asm strings
2010-09-30 Jim GrosbachThe asm strings are never used at all, so just nuke...
2010-09-30 Jim GrosbachGo ahead and jump!
2010-09-30 Evan ChengARM instruction itinerary fixes:
2010-09-29 Evan ChengSeparate itinerary classes for mvn from mov; for tst...
2010-09-29 Evan ChengAssign bitwise binary instructions different itinerary...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd isConditionalMove bits to X86 and ARM instructions.
2010-09-23 Jim GrosbachClean up the 'trap' instruction printing a bit. Non...
2010-09-14 Gabor Greifset isCompare for another three Thumb1 instructions
2010-09-14 Gabor Greifset comparable for a bunch of Thumb instructions
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-07 Jim Grosbachgrammar tweak
2010-08-30 Jim GrosbachMake ARM add rN, sp, #imm instructions rematerializable...
2010-08-10 Evan ChengDelete some unused instructions.
2010-07-31 Bob WilsonMove newlines before inline jumptables from the asm...
2010-06-21 Jim GrosbachLEApcrelJT shouldn't be marked as neverHasSideEffects...
next