Thumb2 parsing and encoding for LDR(immediate).
[oota-llvm.git] / lib / Target / ARM /
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...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Jim GrosbachARM assembly parsing tweak for pldw.
2011-08-26 Owen AndersonSpelling fail.
2011-08-26 Jim GrosbachThumb2 assembler parsing and encoding of IT instruction.
2011-08-26 Owen AndersonFix ARM codegen breakage caused by r138653.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Owen AndersonUpdate for feedback from Jim.
2011-08-26 Benjamin KramerARMDisassembler: Always return a size, even when disass...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Owen AndersonFix PR10755 by checking for invalid predicate codes...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-25 Nick LewyckyRemove stray fullstop.
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Andrew Trickwhitespace
2011-08-25 Jim GrosbachExplicitly disallow predication in Thumb1 assembly.
2011-08-25 Evan ChengHide -global-merge option.
2011-08-25 Evan ChengAdd a command line option to disable global merge pass.
2011-08-25 Evan ChengRemove a out-of-place comment.
2011-08-24 Owen AndersonPerform more thorough checking of t2IT mask parameters...
2011-08-24 Jim GrosbachARM asm backend initialize isThumbMode based on target...
2011-08-24 Jim GrosbachThumb .n mnemonic qualifiers can be ignored for now.
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Owen AndersonBe careful not to walk off the end of the operand info...
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Jim GrosbachWhen printing Thumb1 NOP ('mov r8, r8'), make sure...
2011-08-24 Jim GrosbachAdd missing explicit writeback operand to tSTMIA_UPD.
next