aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* Fix an apparent typo that made GCC complainMatt Beaumont-Gay2011-04-081-1/+1
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-081-23/+1
* Check opcoe (dmb, dsb) instead of bitfields matching.Johnny Chen2011-04-081-12/+1
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-081-9/+10
* Sanity check the option operand for DMB/DSB.Johnny Chen2011-04-082-8/+29
* Mark hasExtraDefRegAllocReq=1 on LDRD.Jim Grosbach2011-04-081-1/+5
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-081-0/+30
* Add option to emit @llvm.trap as a function call instead of a trap instructio...Evan Cheng2011-04-071-1/+23
* Fixed encoding for VEXTqfMon P Wang2011-04-071-2/+2
* Add sanity checking for invalid register encodings for signed/unsigned extend...Johnny Chen2011-04-071-0/+5
* Add sanity checking for invalid register encodings for saturating instructions.Johnny Chen2011-04-071-0/+5
* Add some more comments about checkings of invalid register numbers.Johnny Chen2011-04-071-0/+5
* Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...Tanya Lattner2011-04-071-0/+6
* Sanity check MSRi for invalid mask values and reject it as invalid.Johnny Chen2011-04-071-0/+5
* The ARM disassembler was not recognizing USADA8 instruction. Need to add che...Johnny Chen2011-04-071-3/+5
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-071-6/+1
* Should also check SMLAD for invalid register values.Johnny Chen2011-04-071-6/+12
* Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson2011-04-061-1/+8
* Cleanups from Jim: remove redundant constraints and a dead FIXME.Owen Anderson2011-04-061-11/+5
* Tidy up.Jim Grosbach2011-04-061-2/+1
* A8.6.393Johnny Chen2011-04-061-26/+47
* A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"Johnny Chen2011-04-061-1/+14
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-062-1/+3
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-061-7/+3
* Reapply r128946 (pseudoization of various instructions), and fix the extra im...Owen Anderson2011-04-052-65/+42
* Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen2011-04-051-1/+7
* Clean up some code for clarity.Bob Wilson2011-04-051-5/+24
* Revert r128946 while I figure out why it broke the buildbots.Owen Anderson2011-04-052-38/+64
* A7.3 register encodingJohnny Chen2011-04-051-0/+10
* Give RSBS and RSCS the pseudo treatment.Owen Anderson2011-04-052-64/+38
* ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen2011-04-051-0/+6
* ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen2011-04-051-0/+4
* Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson2011-04-053-80/+76
* The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen2011-04-051-7/+19
* ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.Johnny Chen2011-04-051-2/+10
* Make second source operand of LDRD pre/post explicit.Jim Grosbach2011-04-052-8/+28
* Constants with multiple encodings (ARM):Johnny Chen2011-04-051-2/+3
* Check for invalid register encodings for UMAAL and friends where:Johnny Chen2011-04-051-2/+49
* Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...Owen Anderson2011-04-052-41/+56
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-052-4/+4
* Just use BL all the time. It's safer that way.Eric Christopher2011-04-051-9/+1
* Fix SRS/SRSW encoding bits.Johnny Chen2011-04-051-0/+4
* A8.6.105 MULJohnny Chen2011-04-041-1/+3
* RFE encoding should also specify the "should be" encoding bits.Johnny Chen2011-04-043-28/+49
* Fix incorrect alignment for NEON VST2b32_UPD.Johnny Chen2011-04-041-7/+132
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-047-32/+240
* Do some peephole optimizations to remove pointless VMOVs from Neon to integerCameron Zwarich2011-04-021-0/+31
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-021-5/+13
* Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000.Johnny Chen2011-04-011-0/+1
* MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI...Johnny Chen2011-04-011-0/+1