Thumb unconditional branches are allowed in IT blocks, and therefore should have...
[oota-llvm.git] / lib / Target / ARM / AsmParser /
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 LDREX/LDREXB...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR pre-indexe...
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 parsing and encoding for LDR(immediate).
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMIA.
2011-09-07 Jim GrosbachBetter diagnostic location information for mnemonic...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLREX.
2011-09-06 Jim GrosbachARM .code directive should always go to the streamer.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
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 Jim GrosbachThumb2 t2Bcc should encode as t2B when condition is...
2011-08-31 Jim GrosbachRemove FIXME. Thumb2 MOV instruction will use separate...
2011-08-31 Jim GrosbachtBcc is OK to be predicated in Thumb2 outside of IT...
2011-08-31 Jim GrosbachTweak Thumb1 ADD encoding selection a bit.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-26 Jim GrosbachARM assembly parsing tweak for pldw.
2011-08-26 Jim GrosbachThumb2 assembler parsing and encoding of IT instruction.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-25 Jim GrosbachExplicitly disallow predication in Thumb1 assembly.
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 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Jim GrosbachAdd missing explicit writeback operand to tSTMIA_UPD.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Jim GrosbachFactor low reg checking into a helper function.
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Jim GrosbachImprove error checking for tPUSH and tPOP register...
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachTighten up ARM reglist validation a bit.
2011-08-19 Jim GrosbachThumb parsing and encoding support for NOP.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for NEG.
2011-08-19 Jim GrosbachBe more lenient on tied operand matching for MUL.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MUL.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(immediate).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRB.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachUse helper function to check for low registers.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Jim GrosbachAdd missing 'break'.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for B.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ASR.
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Jim GrosbachAdd missing exit for 'case'.
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Jim GrosbachMove some logic into a helper function and expand the...
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 Jim GrosbachARM STRH assembly parsing and encoding.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-10 Jim GrosbachARM LDRH(immediate) assembly parsing and encoding support.
2011-08-10 Jim GrosbachARM LDRD(register) assembly parsing and encoding.
2011-08-10 Jim GrosbachFix typo. Not quite sure how that slipped in there.
2011-08-10 Jim GrosbachARM LDRD(immediate) assembly parsing and encoding support.
2011-08-08 Jim GrosbachARM load/store label parsing.
2011-08-05 Jim GrosbachARM load instruction shifted register index operands.
2011-08-05 Jim GrosbachARM indexed load assembly parsing and encoding.
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-04 Jim GrosbachARM assembly parsing and encoding for LDR instructions.
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Jim GrosbachPLD and PLI are not predicable in ARM mode.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Owen AndersonRevert r136295. It broke nightly testers because some...
2011-07-27 Owen AndersonRefactor and improve the encodings/decodings for addrmo...
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Jim GrosbachFix over-zealous rename from r136095.
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Jim GrosbachClean up the ARM asm parser a bit.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
next