summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng2011-04-191-0/+8
* Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson2011-04-051-47/+0
* Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...Owen Anderson2011-04-051-0/+47
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-291-6/+4
* There are two pseudos in this case that are Thumb mode, not one.Owen Anderson2011-03-171-1/+1
* Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach2011-03-111-0/+13
* 80 columnsJim Grosbach2011-03-111-1/+2
* ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32qJim Grosbach2011-03-111-1/+2
* Properly pseudo-ize ARM MVNCCi.Jim Grosbach2011-03-111-0/+11
* Properly pseudo-ize ARM MOVCCi and MOVCCi16.Jim Grosbach2011-03-111-0/+21
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-101-0/+27
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-3/+2
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-081-38/+5
* Change VLD3/4 and VST3/4 for quad registers to not update the address register.Bob Wilson2011-02-071-1/+25
* Null initialize a few variables flagged byTed Kremenek2011-01-231-1/+1
* Last round of fixes for movw + movt global address codegen.Evan Cheng2011-01-211-20/+33
* Sorry, several patches in one.Evan Cheng2011-01-201-141/+172
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-171-10/+37
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-2/+2
* Revert r121721, which broke buildbots.Owen Anderson2010-12-131-15/+0
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-131-0/+15
* Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.Bob Wilson2010-12-131-23/+0
* Use pseudo instructions for 2-register Neon instructions for scalar FP.Bob Wilson2010-12-131-12/+29
* Remove unused variablesMatt Beaumont-Gay2010-12-091-2/+0
* Remove extraneous semicolon.Bill Wendling2010-12-091-1/+1
* Style nit and whitespace cleanupJason W Kim2010-12-081-2/+2
* Removed dead comment.Jason W Kim2010-12-081-2/+0
* ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim2010-12-081-0/+15
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-071-4/+36
* Revert r121021, which broke the buildbots.Owen Anderson2010-12-061-32/+2
* Trailing whitespace.Jim Grosbach2010-12-061-1/+1
* Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend...Owen Anderson2010-12-061-2/+32
* When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,Jim Grosbach2010-12-021-4/+5
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-301-0/+13
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-291-0/+13
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-281-0/+13
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-271-0/+13
* Avoid release build warnings.Benjamin Kramer2010-11-191-2/+2
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-1/+3
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-161-8/+21
* Add conditional move of large immediate.Evan Cheng2010-11-131-3/+7
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-121-28/+24
* Add NEON VST1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-021-3/+16
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-011-3/+19
* Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it inJim Grosbach2010-10-291-0/+28
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-2/+2
* The return value of this call is not used, so no pointDuncan Sands2010-10-211-8/+7
* Fix backwards conditional.Jim Grosbach2010-10-201-1/+1
* Add dynamic realignment when rematerializing the base register.Jim Grosbach2010-10-201-0/+13
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-191-2/+38
OpenPOWER on IntegriCloud