summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Add operators for vadd[lw] and vsub[lw]Bob Wilson2010-12-08
* Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson2010-12-07
* Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson2010-12-07
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-07
* Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Remove reference to the CMPz instruction patterns for ARM.Jim Grosbach2010-12-07
* Add new built-in operations for vmull and vmull_nBob Wilson2010-12-07
* Trailing whitespace.Jim Grosbach2010-12-07
* Change assert to diagnostic. Message still needs work, but it's better thanJim Grosbach2010-12-07
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-07
* Fix whitespace.Bob Wilson2010-12-07
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-06
* Remove trailing whitespace.Bob Wilson2010-12-04
* Get Neon intrinsic names from the new "Name" field in the tblgen recordsBob Wilson2010-12-03
* I did it wrong. Don't disregard these encodings here.Bill Wendling2010-12-03
* Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gprBill Wendling2010-12-03
* Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.Bob Wilson2010-12-03
* Support using macros for Neon intrinsics implemented without builtins.Bob Wilson2010-12-03
* Simplify code in Neon intrinsics. No functional changes intended.Bob Wilson2010-12-02
* Assign arguments of Neon intrinsic macros to local temporaries.Bob Wilson2010-12-02
* Use statement expressions in Neon intrinsics defined as macros.Bob Wilson2010-12-02
* Add casts for splatted scalars in calls to Neon builtins.Bob Wilson2010-12-02
* Add a missing cast for Neon vsbl results.Bob Wilson2010-12-02
* Add another missing cast for Neon vcombine results.Bob Wilson2010-12-02
* Add casts in arm_neon.h for result values in inline functions as well as macros.Bob Wilson2010-12-02
* Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Bob Wilson2010-12-02
* Cast scalar results of Neon macros to the correct type.Bob Wilson2010-12-02
* Add explicit casts for vector arguments to Neon builtins.Bob Wilson2010-12-01
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-01
* Cleanup: simplify checks for integers between 2 and 4.Bob Wilson2010-12-01
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-01
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-30
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-30
* The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach2010-11-30
* Tidy up.Jim Grosbach2010-11-30
* Delete a few no longer needed references to pseudos.Jim Grosbach2010-11-30
* Fix the encoding of VLD4-dup alignment.Bob Wilson2010-11-30
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-29
* Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix copy-and-paste error in exception message.Bob Wilson2010-11-23
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-18
* Give the exclamation point a name instead of a number.Bill Wendling2010-11-18
* Change the 'x' type modifier for Neon intrinsics to force a signed integer.Bob Wilson2010-11-18
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson2010-11-16
* Change Neon polynomial types to be signed to match GCC.Bob Wilson2010-11-16