| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -3/+1 |
| * | Indexing off by one resulted in errant encoding of source register for | Jim Grosbach | 2008-10-03 | 1 | -1/+1 |
| * | NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub | Jim Grosbach | 2008-10-03 | 1 | -4/+4 |
| * | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 6 | -50/+50 |
| * | Fix typo s/ther/there/ | Jim Grosbach | 2008-10-01 | 1 | -1/+1 |
| * | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
| * | Re-apply 56683 with fixes. | Evan Cheng | 2008-09-27 | 1 | -1/+2 |
| * | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling | 2008-09-26 | 1 | -3/+1 |
| * | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng | 2008-09-26 | 1 | -1/+3 |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -1/+1 |
| * | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+26 |
| * | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 3 | -33/+47 |
| * | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 3 | -40/+33 |
| * | Get rid of virtual inheritance for ARM TAI | Anton Korobeynikov | 2008-09-24 | 3 | -33/+40 |
| * | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
| * | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -5/+0 |
| * | Get rid of duplicate char*/Section* stuff for TLS sections | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
| * | Get rid of duplicate char*/Section* DataSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+0 |
| * | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -2/+1 |
| * | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -9/+0 |
| * | 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 |