aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-295-5/+5
* Missed another one.Michael J. Spencer2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-2917-27/+27
* Fix copy-and-paste error in exception message.Bob Wilson2010-11-231-1/+1
* lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi2010-11-191-2/+2
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-181-0/+1
* Give the exclamation point a name instead of a number.Bill Wendling2010-11-181-0/+1
* Change the 'x' type modifier for Neon intrinsics to force a signed integer.Bob Wilson2010-11-181-0/+5
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-173-0/+3
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-171-0/+4
* Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson2010-11-161-7/+11
* Change Neon polynomial types to be signed to match GCC.Bob Wilson2010-11-161-2/+2
* Refactor to new GetNumElements function.Bob Wilson2010-11-161-35/+38
* Tidy up some things in <arm_neon.h>.Bob Wilson2010-11-161-94/+33
* Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-161-65/+48
* Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-161-48/+65
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-164-1192/+1
* Stop using struct wrappers for Neon vector types in <arm_neon.h>.Bob Wilson2010-11-161-65/+48
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-161-5/+5
* pull the code to get the operand value out of the loop.Chris Lattner2010-11-151-48/+58
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-152-112/+129
* reduce nesting and minor cleanups, no functionality change.Chris Lattner2010-11-151-87/+88
* add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner2010-11-152-5/+4
* FileCheck: Eliminate DOSish \r from input file.NAKAMURA Takumi2010-11-141-0/+5
* ARM fixup encoding for direct call instructions (BL).Jim Grosbach2010-11-111-0/+2
* Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson2010-11-111-0/+4
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-101-2/+2
* Translate IntrReadArgMem to AccessesArgumentsReadonly.Dan Gohman2010-11-091-0/+2
* pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner2010-11-061-9/+10