summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-07
* Fix whitespace.Bob Wilson2010-12-07
* Add python scripts to extract debug info using LLDB and do comparison.Devang Patel2010-12-07
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-06
* KillTheDoctor: Cleanup error_code usage.Michael J. Spencer2010-12-06
* KillTheDoctor: Fix spelling.Michael J. Spencer2010-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
* Missed another one.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
* lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi2010-11-19
* 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
* Refactor to new GetNumElements function.Bob Wilson2010-11-16
* Tidy up some things in <arm_neon.h>.Bob Wilson2010-11-16
* Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-16
* Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-16
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-16