aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused function parameter.Bob Wilson2010-12-081-27/+22
* Add an operator for vaba so it can be implemented using vabd.Bob Wilson2010-12-082-3/+10
* Use this new fangled StringSwitch technology.Bill Wendling2010-12-081-32/+20
* Cleanup table a bit.Bill Wendling2010-12-081-18/+32
* Add support for loading from a constant pool.Bill Wendling2010-12-081-0/+2
* Add operators for vadd[lw] and vsub[lw]Bob Wilson2010-12-082-0/+22
* Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson2010-12-072-2/+37
* Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson2010-12-072-33/+47
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-073-12/+13
* Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-072-0/+5
* Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-072-0/+7
* Handle recursive values. Add comments.Devang Patel2010-12-071-23/+53
* Remove reference to the CMPz instruction patterns for ARM.Jim Grosbach2010-12-071-8/+1
* Add new built-in operations for vmull and vmull_nBob Wilson2010-12-072-0/+22
* Trailing whitespace.Jim Grosbach2010-12-071-29/+29
* Change assert to diagnostic. Message still needs work, but it's better thanJim Grosbach2010-12-071-3/+9
* utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE...NAKAMURA Takumi2010-12-071-2/+3
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-072-40/+73
* Fix whitespace.Bob Wilson2010-12-071-5/+5
* Add python scripts to extract debug info using LLDB and do comparison.Devang Patel2010-12-072-0/+207
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-061-0/+1
* KillTheDoctor: Cleanup error_code usage.Michael J. Spencer2010-12-061-18/+14
* KillTheDoctor: Fix spelling.Michael J. Spencer2010-12-061-6/+6
* Remove trailing whitespace.Bob Wilson2010-12-042-112/+112
* Get Neon intrinsic names from the new "Name" field in the tblgen recordsBob Wilson2010-12-031-4/+4
* I did it wrong. Don't disregard these encodings here.Bill Wendling2010-12-031-7/+0
* Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gprBill Wendling2010-12-031-0/+7
* Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.Bob Wilson2010-12-032-0/+24
* Support using macros for Neon intrinsics implemented without builtins.Bob Wilson2010-12-031-49/+58
* Simplify code in Neon intrinsics. No functional changes intended.Bob Wilson2010-12-021-43/+37
* Assign arguments of Neon intrinsic macros to local temporaries.Bob Wilson2010-12-021-4/+31
* Use statement expressions in Neon intrinsics defined as macros.Bob Wilson2010-12-021-9/+8
* Add casts for splatted scalars in calls to Neon builtins.Bob Wilson2010-12-021-5/+5
* Add a missing cast for Neon vsbl results.Bob Wilson2010-12-021-2/+3
* Add another missing cast for Neon vcombine results.Bob Wilson2010-12-021-1/+1
* Add casts in arm_neon.h for result values in inline functions as well as macros.Bob Wilson2010-12-021-1/+1
* Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Bob Wilson2010-12-021-5/+7
* Cast scalar results of Neon macros to the correct type.Bob Wilson2010-12-021-1/+1
* Add explicit casts for vector arguments to Neon builtins.Bob Wilson2010-12-011-5/+31
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-012-11/+16
* Cleanup: simplify checks for integers between 2 and 4.Bob Wilson2010-12-011-4/+4
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-011-0/+1
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-301-2/+0
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-301-0/+2
* The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach2010-11-301-5/+0
* Tidy up.Jim Grosbach2010-11-301-2/+3
* Delete a few no longer needed references to pseudos.Jim Grosbach2010-11-301-4/+0
* Fix the encoding of VLD4-dup alignment.Bob Wilson2010-11-301-0/+1
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-291-6/+1
* Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach2010-11-291-1/+1