| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename t2 TBB and TBH instructions to reference that they encode the jump table | Jim Grosbach | 2010-11-29 | 1 | -1/+1 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 5 | -5/+5 |
* | Missed another one. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 17 | -27/+27 |
* | Fix copy-and-paste error in exception message. | Bob Wilson | 2010-11-23 | 1 | -1/+1 |
* | lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen... | NAKAMURA Takumi | 2010-11-19 | 1 | -2/+2 |
* | Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ... | Jason W Kim | 2010-11-18 | 1 | -0/+1 |
* | Give the exclamation point a name instead of a number. | Bill Wendling | 2010-11-18 | 1 | -0/+1 |
* | Change the 'x' type modifier for Neon intrinsics to force a signed integer. | Bob Wilson | 2010-11-18 | 1 | -0/+5 |
* | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng | 2010-11-17 | 3 | -0/+3 |
* | Proper encoding for VLDM and VSTM instructions. The register lists for these | Bill Wendling | 2010-11-17 | 1 | -0/+4 |
* | Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors. | Bob Wilson | 2010-11-16 | 1 | -7/+11 |
* | Change Neon polynomial types to be signed to match GCC. | Bob Wilson | 2010-11-16 | 1 | -2/+2 |
* | Refactor to new GetNumElements function. | Bob Wilson | 2010-11-16 | 1 | -35/+38 |
* | Tidy up some things in <arm_neon.h>. | Bob Wilson | 2010-11-16 | 1 | -94/+33 |
* | Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>." | Bob Wilson | 2010-11-16 | 1 | -65/+48 |
* | Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>." | Bob Wilson | 2010-11-16 | 1 | -48/+65 |
* | This is the first step in adding sane error handling support to LLVMSystem. | Michael J. Spencer | 2010-11-16 | 4 | -1192/+1 |
* | Stop using struct wrappers for Neon vector types in <arm_neon.h>. | Bob Wilson | 2010-11-16 | 1 | -65/+48 |
* | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling | 2010-11-16 | 1 | -5/+5 |
* | pull the code to get the operand value out of the loop. | Chris Lattner | 2010-11-15 | 1 | -48/+58 |
* | split the giant encoder loop into two new helper functions. | Chris Lattner | 2010-11-15 | 2 | -112/+129 |
* | reduce nesting and minor cleanups, no functionality change. | Chris Lattner | 2010-11-15 | 1 | -87/+88 |
* | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 2 | -5/+4 |
* | FileCheck: Eliminate DOSish \r from input file. | NAKAMURA Takumi | 2010-11-14 | 1 | -0/+5 |
* | ARM fixup encoding for direct call instructions (BL). | Jim Grosbach | 2010-11-11 | 1 | -0/+2 |
* | Add support for specifying a PostEncoderMethod, which can perform post-proces... | Owen Anderson | 2010-11-11 | 1 | -0/+4 |
* | Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite | Dan Gohman | 2010-11-10 | 1 | -2/+2 |
* | Translate IntrReadArgMem to AccessesArgumentsReadonly. | Dan Gohman | 2010-11-09 | 1 | -0/+2 |
* | pass literals like $$1 through to the asm matcher. This isn't right yet, but... | Chris Lattner | 2010-11-06 | 1 | -9/+10 |
* | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 4 | -11/+75 |
* | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 3 | -21/+71 |
* | fix a bug where we had an implicit assumption that the | Chris Lattner | 2010-11-06 | 3 | -2/+26 |
* | fix some bugs in the alias support, unblocking changing of "clr" aliases | Chris Lattner | 2010-11-06 | 2 | -18/+65 |
* | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 2010-11-06 | 3 | -26/+20 |
* | implement more checking to reject things like: | Chris Lattner | 2010-11-06 | 2 | -34/+25 |
* | decode and validate instruction alias result definitions. | Chris Lattner | 2010-11-06 | 1 | -0/+33 |
* | simplify | Chris Lattner | 2010-11-06 | 1 | -6/+8 |
* | fix another fixme, replacing a string with a semantic pointer. | Chris Lattner | 2010-11-06 | 1 | -10/+9 |
* | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner | 2010-11-06 | 3 | -13/+31 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -2/+2 |
* | partition operand processing between aliases and instructions. | Chris Lattner | 2010-11-04 | 1 | -8/+65 |
* | pull name slicing out of BuildInstructionOperandReference so | Chris Lattner | 2010-11-04 | 1 | -16/+12 |
* | cleanups. | Chris Lattner | 2010-11-04 | 1 | -18/+22 |
* | replace SrcOpNum with SrcOpName, eliminating a numering dependency | Chris Lattner | 2010-11-04 | 1 | -26/+23 |
* | strength reduce some code, resolving a fixme. | Chris Lattner | 2010-11-04 | 1 | -66/+59 |
* | take a big step to making aliases more general and less of a hack: | Chris Lattner | 2010-11-04 | 1 | -112/+197 |
* | Support generating an MC'ized CodeEmitter directly. Maintain a reference to the | Jim Grosbach | 2010-11-03 | 1 | -5/+18 |
* | rename Operand -> AsmOperand for clarity. | Chris Lattner | 2010-11-03 | 1 | -23/+17 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -4/+4 |