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