aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-12-02Use statement expressions in Neon intrinsics defined as macros.Bob Wilson
2010-12-02Add casts for splatted scalars in calls to Neon builtins.Bob Wilson
2010-12-02Add a missing cast for Neon vsbl results.Bob Wilson
2010-12-02Add another missing cast for Neon vcombine results.Bob Wilson
2010-12-02Add casts in arm_neon.h for result values in inline functions as well as macros.Bob Wilson
2010-12-02Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Bob Wilson
2010-12-02Cast scalar results of Neon macros to the correct type.Bob Wilson
2010-12-01Add explicit casts for vector arguments to Neon builtins.Bob Wilson
2010-12-01Add some comments for TableGen's NeonEmitter.Bob Wilson
2010-12-01Cleanup: simplify checks for integers between 2 and 4.Bob Wilson
2010-12-01Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach
2010-11-30Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson
2010-11-30Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson
2010-11-30The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach
2010-11-30Tidy up.Jim Grosbach
2010-11-30Delete a few no longer needed references to pseudos.Jim Grosbach
2010-11-30Fix the encoding of VLD4-dup alignment.Bob Wilson
2010-11-29Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach
2010-11-29Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-11-29Missed another one.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23Fix copy-and-paste error in exception message.Bob Wilson
2010-11-19lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi
2010-11-18Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim
2010-11-18Give the exclamation point a name instead of a number.Bill Wendling
2010-11-18Change the 'x' type modifier for Neon intrinsics to force a signed integer.Bob Wilson
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-11-17Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling
2010-11-16Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson
2010-11-16Change Neon polynomial types to be signed to match GCC.Bob Wilson
2010-11-16Refactor to new GetNumElements function.Bob Wilson
2010-11-16Tidy up some things in <arm_neon.h>.Bob Wilson
2010-11-16Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson
2010-11-16Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson
2010-11-16This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer
2010-11-16Stop using struct wrappers for Neon vector types in <arm_neon.h>.Bob Wilson
2010-11-16Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling
2010-11-15pull the code to get the operand value out of the loop.Chris Lattner
2010-11-15split the giant encoder loop into two new helper functions.Chris Lattner
2010-11-15reduce nesting and minor cleanups, no functionality change.Chris Lattner
2010-11-15add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner
2010-11-14FileCheck: Eliminate DOSish \r from input file.NAKAMURA Takumi
2010-11-11ARM fixup encoding for direct call instructions (BL).Jim Grosbach
2010-11-11Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson
2010-11-10Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman
2010-11-09Translate IntrReadArgMem to AccessesArgumentsReadonly.Dan Gohman
2010-11-06pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner
2010-11-06add (and document) the ability for alias results to haveChris Lattner
2010-11-06generalize alias support to allow the result of an alias toChris Lattner