MC/X86_64: Fix matching of leaq.
[oota-llvm.git] / lib / Target / ARM /
2010-03-13 Benjamin KramerFix another warning. There is a functionality change...
2010-03-13 Bob WilsonAttempt to appease the arm-linux buildbot by fixing...
2010-03-13 Bob WilsonChange ARM ld/st multiple instructions to have variant...
2010-03-13 Bob WilsonCombine the code to build VLDM and VSTM instructions...
2010-03-12 Bob WilsonTidy up. No functional changes.
2010-03-12 Bob WilsonRemove obsolete comments. VLDM is implemented in ARMIn...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-11 Johnny ChenSet the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S...
2010-03-11 Bill WendlingWhen outputing a non-lazy pointer for a stub, we may...
2010-03-11 Johnny ChenAdded Thumb2 LDRD/STRD pre/post variants for disassembl...
2010-03-11 Bob WilsonFix ARM buildbot breakage.
2010-03-11 Bob WilsonLower small memcpys to load/stores on Thumb2.
2010-03-10 Bob WilsonFix an obvious typo in an assert.
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Jim GrosbachMake sure the LR gets pushed in functions that use...
2010-03-10 Jim Grosbachcomment why we use custom epilogue for t1 functions...
2010-03-10 Johnny ChenFactored out the disassembly printing of CPS option...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Jim GrosbachClear up the last (famous last words) frame index value...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Johnny ChenMSR (Move to Special Register from ARM core register...
2010-03-09 Jim Grosbachscavenged frame index value re-use gets confused when...
2010-03-09 Bill WendlingThe ARM EH experiment worked!
2010-03-09 Bill WendlingThis is part of an LLC-beta test used to test <rdar...
2010-03-09 Bill WendlingPrint blank line and clear stubs vector.
2010-03-09 Bill WendlingMC-ize the stub printing in ARM.
2010-03-08 Chris Lattnerdon't reset defaults.
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-08 Chris Lattnerfix a bunch of partially ambiguous patterns on ARM...
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-03-06 Jim GrosbachThumb1 epilogue code generation needs to take into...
2010-03-05 Johnny ChenTrivial comment change.
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
2010-03-04 Bob Wilsonpr6480: Don't try producing ld/st-multiple instructions...
2010-03-04 Johnny ChenAdded 32-bit Thumb instructions for Preload Data (PLD...
2010-03-03 Johnny ChenModified the asm string of 16-bit Thumb MUL instruction...
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions LDRT, LDRBT, LDRHT...
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE...
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengEliminate unused instruction classes.
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2DMB variants, t2DSB...
2010-03-02 Johnny ChenAdded 32-bit Thumb instruction CLREX (Clear-Exclusive...
2010-03-02 Johnny ChenRemoved the extra S from the multiclass def T2I_adde_su...
2010-03-02 Johnny ChenAdded 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB1...
2010-03-02 Johnny ChenAL is an optional mnemonic extension for always, except...
2010-03-02 Johnny ChenChange some asm shift opcode strings to lowercase.
2010-03-02 Xerxes Ranbyfix typo add missing (
2010-03-02 Xerxes RanbyUnbreak llvm-arm-linux buildbot and fix PR5309.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Eric ChristopherOnly save vector registers if we've defined for the...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-01 Johnny ChenAdded STRHT for disassembly only and fixed a bug in...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-26 Johnny ChenAdded the follwoing 32-bit Thumb instructions for disas...
2010-02-25 Johnny ChenAdded the following 32-bit Thumb instructions for disas...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (BXJ) for disassemb...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (MRS and MSR) for...
2010-02-25 Johnny ChenAdded the following 16-bit Thumb instructions for disas...
2010-02-25 Johnny ChenAdded tNOP for disassembly only.
2010-02-25 Johnny ChenAdded tSVC and tTRAP for disassembly only.
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Johnny ChenAdded Vector Swap (VSWPd and VSWPq) instructions for...
2010-02-24 Jakob Stoklund OlesenStay away from str <undef> in ARMLoadStoreOpt. This...
2010-02-24 Johnny ChenFixed typo of opcodestr, should be "vst1", not "vld1".
2010-02-24 Chandler CarruthRemove an unused variable. Was this intentional?
2010-02-24 Johnny ChenAdded for disassembly VST1 (multiple single elements...
2010-02-24 Jim Grosbachhandle very large call frames when require SPAdj !...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-23 Johnny ChenAdded for disassembly VLD1 (multiple single elements...
2010-02-23 Jim GrosbachSpelling. s/suppor /support /
2010-02-23 Johnny ChenAdded versions of VCGE, VCGT, VCLE, and VCLT NEON instr...
2010-02-23 Johnny ChenAdded VCEQ (immediate #0) NEON instruction for disassem...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Jim GrosbachClean up a bit and fix for when SPAdj != 0
2010-02-22 Jim GrosbachThe predicate index isn't fixed, so scan for it to...
2010-02-22 Johnny ChenAdded SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR...
2010-02-22 Johnny ChenAdded a bunch of instructions for disassembly only:
2010-02-21 Johnny ChenUndo r96654. The printing of ARM shift instructions...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Johnny ChenAdded entries for ASR, LSL, LSR, ROR, and RRX so that...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-18 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 Chris Lattneradd a note, from PR5100
2010-02-17 Johnny ChenAdded BFI for disassembly only.
2010-02-17 Bob WilsonWrap lines to 80 columns and generally try to clean...
2010-02-16 Bob WilsonHandle tGPR register class in a few more places. This...
2010-02-16 Johnny ChenAdd SMC (Secure Monitor Call) system instruction for...
2010-02-16 Jim Grosbach80 column cleanup
2010-02-16 Jim GrosbachRemove trailing whitespace
2010-02-16 Jim GrosbachUpdate Thumb2 to not use CarryDefIsUnused or CarryDefIs...
next