summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-28
* Unbreak CMake build.Ted Kremenek2011-09-27
* Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen2011-09-27
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-27
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Use existing function.Jakob Stoklund Olesen2011-09-27
* Remove extraneous commit garbage.Owen Anderson2011-09-26
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-23
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-23
* Add more fixed bits to USAT16 encoding to filter out incorrect decodings.Owen Anderson2011-09-23
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-23
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-23
* Revert r140412. This affects more instructions than intended.Owen Anderson2011-09-23
* Thumb2 register-shifted-register loads cannot target the PC or the SP.Owen Anderson2011-09-23
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-21
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-21
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* whitespaceAndrew Trick2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* whitespaceAndrew Trick2011-09-20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-20
* Remove incorrect comments. These are not disassmebly only patterns.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-20
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-09-20
* Thumb CPS definition is not disassembler only.Jim Grosbach2011-09-20
* Thumb2 range check on CPS mode immediate.Jim Grosbach2011-09-19
* tMOVSr is not allowed in an IT block either.Owen Anderson2011-09-19
* CPS instructions are UNPREDICTABLE inside IT blocks.Owen Anderson2011-09-19
* Tidy up comments.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-19
* Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not...Owen Anderson2011-09-19
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-19
* Tidy up a bit.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.Jim Grosbach2011-09-19
* Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the de...Owen Anderson2011-09-19
* ARM asm parsing should handle pre-indexed writeback w/o immediate.Jim Grosbach2011-09-19
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-19
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-19
* Bitfield mask instructions are unpredictable if the encoded LSB is higher tha...Owen Anderson2011-09-16
* Fix bitfield decoding based on Eli's feedback.Owen Anderson2011-09-16