summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Commit message (Expand)AuthorAge
...
* 80 columns.Jim Grosbach2011-07-13
* Pseudo-ize t2MOVCC[ri].Jim Grosbach2011-07-01
* Pseudo-ize the Thumb tTPsoft instruction.Jim Grosbach2011-06-30
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* use the MachineInstrBuilder operator-> to simplify some code.Chris Lattner2011-04-29
* Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng2011-04-19
* Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson2011-04-05
* Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...Owen Anderson2011-04-05
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* There are two pseudos in this case that are Thumb mode, not one.Owen Anderson2011-03-17
* Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach2011-03-11
* 80 columnsJim Grosbach2011-03-11
* ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32qJim Grosbach2011-03-11
* Properly pseudo-ize ARM MVNCCi.Jim Grosbach2011-03-11
* Properly pseudo-ize ARM MOVCCi and MOVCCi16.Jim Grosbach2011-03-11
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-10
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* Change VLD3/4 and VST3/4 for quad registers to not update the address register.Bob Wilson2011-02-07
* Null initialize a few variables flagged byTed Kremenek2011-01-23
* Last round of fixes for movw + movt global address codegen.Evan Cheng2011-01-21
* Sorry, several patches in one.Evan Cheng2011-01-20
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-17
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Revert r121721, which broke buildbots.Owen Anderson2010-12-13
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-13
* Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.Bob Wilson2010-12-13
* Use pseudo instructions for 2-register Neon instructions for scalar FP.Bob Wilson2010-12-13
* Remove unused variablesMatt Beaumont-Gay2010-12-09
* Remove extraneous semicolon.Bill Wendling2010-12-09
* Style nit and whitespace cleanupJason W Kim2010-12-08
* Removed dead comment.Jason W Kim2010-12-08
* ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim2010-12-08
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-07
* Revert r121021, which broke the buildbots.Owen Anderson2010-12-06
* Trailing whitespace.Jim Grosbach2010-12-06
* Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend...Owen Anderson2010-12-06
* When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,Jim Grosbach2010-12-02
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-30
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-29
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-28
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* Avoid release build warnings.Benjamin Kramer2010-11-19
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-12
* Add NEON VST1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-02
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-01
* Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it inJim Grosbach2010-10-29