summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-032-9/+9
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-031-7/+2
* PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.Jim Grosbach2010-10-281-9/+12
* Detabify and clean up 80 column violations.Jim Grosbach2010-10-133-40/+50
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-131-2/+6
* MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.Francois Pichet2010-10-111-1/+7
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-282-2/+10
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-171-2/+2
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-161-1/+4
* Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach2010-09-151-8/+7
* Reapply r113875 with additional cleanups.Jim Grosbach2010-09-141-35/+5
* ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi2010-09-081-2/+2
* hopefully fix a problem building on cygwin-1.5Chris Lattner2010-09-071-2/+2
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-271-8/+7
* explicitly handle no-op cases for clarity. Fixes clang warning.Jim Grosbach2010-08-171-0/+3
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-172-15/+22
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-131-9/+13
* Refactor the code for disassembling Thumb2 saturate instructions along theBob Wilson2010-08-131-56/+39
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-2/+9
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-122-0/+9
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-112-5/+2
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-112-8/+11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-111-1/+1
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-112-86/+63
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-311-0/+4
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-301-5/+9
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-302-40/+54
* Don't assert on an unrecognized BrMiscFrm instruction.Bob Wilson2010-07-291-1/+0
* prune #includes a little.Chris Lattner2010-07-201-1/+2
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-162-14/+16
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Renumber NEON instruction formats to be consecutive.Bob Wilson2010-06-261-2/+0
* Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm toBob Wilson2010-06-251-6/+6
* Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats.Bob Wilson2010-06-251-16/+3
* Silence compiler warnings.Dan Gohman2010-06-191-3/+3
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-182-41/+43
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-111-32/+2
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-081-4/+4
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-051-4/+4
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-051-4/+4
* Modified some assert() msg strings; no other functionality change.Johnny Chen2010-04-211-14/+14
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-213-14/+68
* Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error),Johnny Chen2010-04-201-6/+14
* For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11...Johnny Chen2010-04-201-5/+5
* Better error-handling for DisassembleThumb2DPModImm() with 2-reg operands whereJohnny Chen2010-04-201-1/+4
* More IT instruction error-handling improvements from fuzzing.Johnny Chen2010-04-201-3/+17
* Better error handling of invalid IT mask '0000', instead of just asserting.Johnny Chen2010-04-193-5/+11
* According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1Johnny Chen2010-04-191-8/+13
* Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operandJohnny Chen2010-04-191-3/+6
* ARM disassembler did not react to recent changes to the NEON instruction table.Johnny Chen2010-04-191-10/+22
OpenPOWER on IntegriCloud