| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Duh. Default to ARMCC::AL (always). | Evan Cheng | 2008-09-18 | 1 | -23/+63 |
* | Clean up. | Evan Cheng | 2008-09-18 | 1 | -4/+8 |
* | Cosmetic. | Evan Cheng | 2008-09-18 | 1 | -3/+5 |
* | Fix addrmode1 instruction encodings; fix bx_ret encoding. | Evan Cheng | 2008-09-17 | 3 | -37/+49 |
* | Specify instruction encoding using range list to avoid endianess issues. | Evan Cheng | 2008-09-17 | 1 | -25/+26 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -11/+12 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -12/+11 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -1/+1 |
* | Fix random abort. | Evan Cheng | 2008-09-13 | 1 | -2/+4 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -12/+12 |
* | Typo. | Evan Cheng | 2008-09-13 | 1 | -3/+3 |
* | Rely on instruction format to determine so_reg operand for now. | Evan Cheng | 2008-09-13 | 1 | -1/+5 |
* | Revert 56176. All those instruction formats are still needed. | Evan Cheng | 2008-09-13 | 4 | -49/+84 |
* | Accidentially flipped the condition. | Evan Cheng | 2008-09-13 | 1 | -1/+1 |
* | Add debug dumps. | Evan Cheng | 2008-09-13 | 1 | -0/+5 |
* | Eliminate unnecessary instruction formats. | Evan Cheng | 2008-09-12 | 4 | -90/+51 |
* | Addrmode 1 S bit can be dynamically set. Look for CPSR def. | Evan Cheng | 2008-09-12 | 2 | -28/+42 |
* | Rewrite address mode 1 code emission routines. | Evan Cheng | 2008-09-12 | 2 | -129/+104 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 4 | -55/+64 |
* | udpate header comment: s/VP/VFP/ | Jim Grosbach | 2008-09-11 | 1 | -1/+1 |
* | Fix logic for not emitting no-dead-strip for some | Dale Johannesen | 2008-09-09 | 1 | -0/+1 |
* | Delete an unused variable. | Dan Gohman | 2008-09-08 | 1 | -1/+0 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 3 | -4/+4 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | Add Mac OS X compatible JIT callback routine. | Evan Cheng | 2008-09-02 | 1 | -5/+29 |
* | Revamp ARM JIT. | Evan Cheng | 2008-09-02 | 1 | -490/+375 |
* | Control flow instruction encodings. | Evan Cheng | 2008-09-01 | 2 | -17/+71 |
* | ldm / stm instruction encodings. | Evan Cheng | 2008-09-01 | 2 | -6/+28 |
* | AXI2 and AXI3 instruction encodings. | Evan Cheng | 2008-09-01 | 2 | -10/+94 |
* | Reorganize instruction formats again; AXI1 encoding. | Evan Cheng | 2008-09-01 | 1 | -34/+35 |
* | addrmode3 instruction encodings. | Evan Cheng | 2008-09-01 | 2 | -42/+208 |
* | Reorganize some instruction format definitions. No functionality change. | Evan Cheng | 2008-09-01 | 1 | -18/+29 |
* | Rest of addrmode2 instruction encodings. | Evan Cheng | 2008-09-01 | 2 | -14/+106 |
* | Addr2 word / byte load encodings. | Evan Cheng | 2008-08-31 | 2 | -4/+24 |
* | Addr1 instructions opcodes are encoded in bits 21-24; encode S bit. | Evan Cheng | 2008-08-31 | 1 | -4/+5 |
* | TableGen'ing instruction encodings. | Evan Cheng | 2008-08-29 | 1 | -1/+2 |
* | addrmode1 (data processing) instruction encoding: bits 5-6 are 0, bits 7-10 e... | Evan Cheng | 2008-08-29 | 1 | -3/+10 |
* | MVN is addrmode1. | Evan Cheng | 2008-08-29 | 1 | -7/+7 |
* | More refactoring. | Evan Cheng | 2008-08-29 | 2 | -45/+55 |
* | Refactor ARM instruction format definitions into a separate file. No function... | Evan Cheng | 2008-08-28 | 2 | -215/+232 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 2 | -22/+22 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 2 | -2/+2 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 2 | -5/+7 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 2 | -2/+3 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -3/+3 |
* | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 4 | -10/+13 |
* | ARM asm printer can't handle dwarf info yet. | Evan Cheng | 2008-08-18 | 1 | -6/+12 |