Add versions 256-bit versions of alignedstore and alignedload, to be
[oota-llvm.git] / lib / Target / ARM /
2011-09-13 Owen AndersonTeach the Thumb ASM parser that BKPT is allowed in...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-12 Jim GrosbachTidy up a bit.
2011-09-12 Owen AndersonThumb2 POP's don't allow the PC as an operand, and...
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
2011-09-12 Owen AndersonThere's no need to add additional predicate operands...
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
2011-09-10 Jim GrosbachThumb2 parsing and encoding for MOV(immediate).
2011-09-09 Owen AndersonLDM writeback is not allowed if Rn is in the target...
2011-09-09 Owen AndersonFix an ambiguously nested if.
2011-09-09 Owen AndersonFix buildbot breakage caused by r139415. I missed...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-09 Owen AndersonThumb unconditional branches are allowed in IT blocks...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for MLA and MLS.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSB.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-08 Owen AndersonAll conditional branches are disallowed in IT blocks...
2011-09-08 Owen AndersonSoft fail CBZ/CBNZ in the disassembler if they appear...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR post-indexed.
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR pre-indexe...
2011-09-08 Owen AndersonRemove the "common" set of instructions shared between...
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRBT.
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDR(register).
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRB(immediate).
2011-09-07 Owen AndersonCreate Thumb2 versions of STC/LDC, and reenable the...
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDR(immediate).
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMDB.
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Jim GrosbachThumb2 ldm/stm 'db' mnemonics don't have a '.w' suffix.
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMIA.
2011-09-07 Owen AndersonPort more assembler tests over to disassembler tests...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-07 Jim GrosbachThumb2 use 'ldm' as default mnemonic.
2011-09-07 Jim GrosbachBetter diagnostic location information for mnemonic...
2011-09-06 Jim GrosbachISB is HasDB, not just HasV7.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for ISB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DMB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DBG.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CMN and CMP.
2011-09-06 Eli FriedmanAdd mayLoad/mayStore markings to ARM 64-bit atomic...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLREX.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Jim GrosbachARM .code directive should always go to the streamer.
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-09-05 Nick LewyckyFix typo in comment.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ASR.
2011-09-02 Jim GrosbachTidy up. Formatting.
2011-09-02 Jim GrosbachTidy up. 80 columns.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
2011-09-01 Owen AndersonMerge the ARM disassembler header into the implementati...
2011-09-01 Owen AndersonFix 80 columns violations.
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Eli FriedmanNull-initialize to shut up -Wuninitialized warnings.
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-09-01 Owen Andersont2Bcc is allowed to have a predicate without a precedin...
2011-09-01 Jim GrosbachThumb2 assembly parsing and encoding for ADD(immediate).
2011-08-31 Chad RosierFixup for functions that return a bool.
2011-08-31 Jim GrosbachStatic relocation model Thumb jump table interworking.
2011-08-31 Owen AndersonThe asm parser currently selects the wrong encoding...
2011-08-31 Jim GrosbachThumb2 t2Bcc should encode as t2B when condition is...
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Owen AndersonWhen performing instruction selection for LDR_PRE_IMM...
2011-08-31 Jim GrosbachRemove FIXME. Thumb2 MOV instruction will use separate...
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-31 Jim GrosbachtBcc is OK to be predicated in Thumb2 outside of IT...
2011-08-31 Jim GrosbachThumb2 parsing and encoding for ADC(register).
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Jim GrosbachTweak Thumb1 ADD encoding selection a bit.
2011-08-31 Jakob Stoklund OlesenPut VMOVS widening under a command line option, off...
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 Owen AndersonFix issues with disassembly of IT instructions involvin...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Owen AndersonClean up whitespace.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Jim GrosbachRevert 138781. It's not playing nicely with the immedia...
2011-08-29 Jim GrosbachThumb2 assembler aliases for ADC/SBC w/o the .w suffix.
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Owen AndersonApply the same fix for the change in LDR_PRE_IMM/LDRB_P...
2011-08-29 Owen AndersonSpecify an additional fixed bit in the PLD/PLDW/PLI...
2011-08-29 Owen Andersonaddrmode_imm12 and addrmode2_offset encode their immedi...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-29 Owen AndersonUpdate the load-store optimizer for changes to the...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-27 Benjamin KramerSilence GCC warnings and make an array const.
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
next