aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Fix merge problemAnton Korobeynikov2009-09-131-7/+0
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-131-5/+25
* Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed toAnton Korobeynikov2009-09-121-0/+7
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-081-11/+17
* When using NEON for single-precision FP, the NEON result must be placed in D0...David Goodwin2009-08-051-0/+8
* In thumb mode, r7 is used as frame register. This fixes pr4681.Evan Cheng2009-08-041-0/+11
* Add VFP3 D registers to the DPR register class.Evan Cheng2009-07-291-1/+3
* Fix a obvious copy-n-paste bug.Evan Cheng2009-07-221-1/+1
* Model fpscr to prevent fcmped / fcmpezs etc from being deleted.Evan Cheng2009-07-201-1/+3
* Fix an obvious copy-and-paste error.Bob Wilson2009-07-141-8/+8
* Revert 75309.Bob Wilson2009-07-141-106/+8
* Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs ofBob Wilson2009-07-101-8/+106
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-9/+118
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-221-10/+9
* Remove UseThumbBacktraces. Just check if subtarget is darwin.Evan Cheng2009-06-181-2/+2
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-081-0/+15
* Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...Evan Cheng2009-06-051-5/+5
* PR2985 / <rdar://problem/6584986>Jim Grosbach2009-04-071-10/+36
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+1
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-111-16/+16
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+196