PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
[oota-llvm.git] / lib / Target / ARM /
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-29 Bill WendlingCreate a machine basic block in the constant pool and...
2011-09-29 Bill WendlingSupport creating a constant pool value for a machine...
2011-09-29 NAKAMURA TakumiTarget/ARM: Unbreak! CMake! Build!
2011-09-29 Jakob Stoklund OlesenDelete NEONMoveFix, now unused.
2011-09-29 Jakob Stoklund OlesenUse ExecutionDepsFix instead of NEONMoveFix.
2011-09-29 Bill WendlingMove to ISelLowering.
2011-09-28 Evan ChengTighten a ARM dag combine condition to avoid an identit...
2011-09-28 Bill WendlingPerform the lowering only if there are invokes.
2011-09-28 Bill WendlingAhem...actually *add* the ARMSjLjLowering pass to the...
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-27 Ted KremenekUnbreak CMake build.
2011-09-27 Jakob Stoklund OlesenImplement TII::get/setExecutionDomain() for ARM.
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-27 Bill WendlingThis is the start of the new SjLj EH preparation pass...
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-09-27 Jakob Stoklund OlesenUse existing function.
2011-09-26 Owen AndersonRemove extraneous commit garbage.
2011-09-26 Owen AndersonASR #32 is not allowed on Thumb2 USAT and SSAT instruct...
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund OlesenAlso match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonAdd more fixed bits to USAT16 encoding to filter out...
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Owen AndersonRevert r140412. This affects more instructions than...
2011-09-23 Owen AndersonThumb2 register-shifted-register loads cannot target...
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-21 Andrew Trickwhitespace
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-20 Evan ChengFix a bug introduced during refactoring a couple of...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Andrew Trickwhitespace
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UXTAB/UXTAB16...
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
2011-09-20 Jim GrosbachRemove incorrect comments. These are not disassmebly...
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-20 Jim GrosbachThumb1 convenience aliases for disassembler round-trip...
2011-09-20 Jim GrosbachThumb CPS definition is not disassembler only.
2011-09-19 Jim GrosbachThumb2 range check on CPS mode immediate.
2011-09-19 Owen AndersontMOVSr is not allowed in an IT block either.
2011-09-19 Owen AndersonCPS instructions are UNPREDICTABLE inside IT blocks.
2011-09-19 Jim GrosbachTidy up comments.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UMAAL/UMLAL...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHASX/UHSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UASX.
2011-09-19 Owen AndersonThumb2 TBB and TBH instructions are only allowed at...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTB/SXTB16...
2011-09-19 Owen AndersonSpecify an additional fixed bit in the Thumb2 SSAT...
2011-09-19 Jim GrosbachARM asm parsing should handle pre-indexed writeback...
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTAB/SXTAB16...
2011-09-16 Owen AndersonBitfield mask instructions are unpredictable if the...
2011-09-16 Owen AndersonFix bitfield decoding based on Eli's feedback.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SUB(immediate).
2011-09-16 Owen AndersonThumb2 pre-indexed loads/stores use the restricted...
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR.
2011-09-16 Jim GrosbachTidy up. 80 columns.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR(immediate).
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMIA.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULL.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALD/SMLALDX.
2011-09-16 Jim GrosbachKill some dead code.
2011-09-16 Jim GrosbachTidy up a bit.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAL.
2011-09-15 Jim GrosbachRemove incorrect comments.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHASX/SHSAX.
2011-09-15 Eli FriedmanMinor cleanup.
2011-09-15 Eli FriedmanUse a more efficient lowering for Unordered/Monotonic...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SASX.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for RSB.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV16/REVSH.
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV.
2011-09-15 Jim GrosbachARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
2011-09-15 Jim GrosbachThumb2 push/pop mnemonic recognition.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PKH.
2011-09-14 Jim GrosbachARMv7a has the PKH instructions.
2011-09-14 Jim GrosbachARM tighten up the register classes for the PKH instruc...
2011-09-14 Owen AndersonFix a crasher in Thumb2 MOV-immediate encoding for...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MVN.
2011-09-14 Owen AndersonNested IT blocks are UNPREDICTABLE. Mark them as such...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MUL.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MSR/MRS.
2011-09-14 Jim GrosbachThumb2 assembly parsing for MOV in IT block.
2011-09-14 Jim GrosbachARM fix assembly parser handling of ranges in register...
next