summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAge
...
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-29
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-22
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-22
* Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson2011-08-02
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich2011-07-07
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-27
* Clean up a few 80 column violations.Jim Grosbach2011-06-13
* Some single-precision VFP instructions can execute in either the VPF or NeonBob Wilson2011-04-19
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach2011-03-11
* Remove unused conditional negate operations.Bob Wilson2011-03-05
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-22
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-16
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-18
* Fix a comment: We now have intrinsics for vcvtr.Bob Wilson2011-01-11
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* vldm and vstm are mnemonics for vldmia and vstmia resp.Bill Wendling2010-11-16
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* Add uses of the *_ldst_multi multiclasses. These aren't used yet.Bill Wendling2010-11-13
* Convert the modes to lower case.Bill Wendling2010-11-13
* Add *_ldst_mult multiclasses to the ARM back-end. These will be used in theBill Wendling2010-11-13
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* Add "write back" bit encoding.Bill Wendling2010-11-08
* Add encoding for VSTR.Bill Wendling2010-11-04
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-03
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-03
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-02
* Missed reverting this bit.Bill Wendling2010-11-01
* Minor cleanup.Bill Wendling2010-11-01
* Move the machine operand MC encoding patterns to the parent classes.Bill Wendling2010-11-01
* Move instruction encoding bits into the parent class and remove the temporaryBill Wendling2010-11-01
* reapply r117858 with apparent editor malfunction fixed (somehow I Chris Lattner2010-10-31
* revert r117858 while I check out a failure I missed.Chris Lattner2010-10-31
* the asm matcher can't handle operands with modifiers (like ${foo:bar}).Chris Lattner2010-10-31
* Add FIXME.Jim Grosbach2010-10-30
* Add encoding for moving a value between two ARM core registers and a doubleworkBill Wendling2010-10-20
* Add encodings for movement between ARM core registers and single-precisionBill Wendling2010-10-20
* Reformatting. No functionalogicality changes.Bill Wendling2010-10-15
* Add support for vmov.f64/.f32 encoding. There's a bit of a hack going onBill Wendling2010-10-14
* Add encoding for 'fmstat'.Bill Wendling2010-10-14
* - Add encodings for multiply add/subtract instructions in all their glory.Bill Wendling2010-10-14
* Add MC encodings for VCVT* instrunctions.Bill Wendling2010-10-13
* Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a testBill Wendling2010-10-13
* Add encodings for VCVT instructions.Bill Wendling2010-10-13
* Add VCMPZ and VABS.Bill Wendling2010-10-13
* Refactor VCMP instructions.Bill Wendling2010-10-13
* Add encodings for VNMUL[SD].Bill Wendling2010-10-12