Age | Commit message (Expand) | Author |
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 |
2010-11-06 | fix a bug where we had an implicit assumption that the | Chris Lattner |
2010-11-06 | fix some bugs in the alias support, unblocking changing of "clr" aliases | Chris Lattner |
2010-11-06 | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner |
2010-11-06 | implement more checking to reject things like: | Chris Lattner |
2010-11-06 | decode and validate instruction alias result definitions. | Chris Lattner |
2010-11-06 | simplify | Chris Lattner |
2010-11-06 | fix another fixme, replacing a string with a semantic pointer. | Chris Lattner |
2010-11-06 | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner |
2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
2010-11-04 | partition operand processing between aliases and instructions. | Chris Lattner |
2010-11-04 | pull name slicing out of BuildInstructionOperandReference so | Chris Lattner |
2010-11-04 | cleanups. | Chris Lattner |
2010-11-04 | replace SrcOpNum with SrcOpName, eliminating a numering dependency | Chris Lattner |
2010-11-04 | strength reduce some code, resolving a fixme. | Chris Lattner |
2010-11-04 | take a big step to making aliases more general and less of a hack: | Chris Lattner |
2010-11-03 | Support generating an MC'ized CodeEmitter directly. Maintain a reference to the | Jim Grosbach |
2010-11-03 | rename Operand -> AsmOperand for clarity. | Chris Lattner |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
2010-11-03 | Break ARM addrmode4 (load/store multiple base address) into its constituent | Jim Grosbach |
2010-11-02 | Completely reject instructions that have an operand in their | Chris Lattner |
2010-11-02 | make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM) | Chris Lattner |
2010-11-02 | rewrite EmitConvertToMCInst to iterate over the MCInst operands, | Chris Lattner |