| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace a temporary std::string with SmallString. | Benjamin Kramer | 2010-02-26 | 1 | -1/+2 |
* | Move dbg_value generation to target-independent FastISel, | Dale Johannesen | 2010-02-26 | 2 | -29/+28 |
* | Add type printing for Metadata pseudo. | Dale Johannesen | 2010-02-26 | 1 | -0/+1 |
* | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson | 2010-02-26 | 1 | -5/+6 |
* | Remove unused "NoPRE" parameter in GVN and createGVNPass(). | Bob Wilson | 2010-02-26 | 2 | -6/+5 |
* | pass in more section kinds, enough to get the .align 0x90 | Chris Lattner | 2010-02-26 | 1 | -5/+9 |
* | The cloner has nothing to do if any of the main or ISR entrypoints are not | Sanjiv Gupta | 2010-02-26 | 1 | -0/+3 |
* | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner | 2010-02-26 | 1 | -3/+1 |
* | Reapply things reverted back in 97220, with the fixed test case. | Sanjiv Gupta | 2010-02-26 | 4 | -18/+69 |
* | movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq. | Dan Gohman | 2010-02-26 | 1 | -1/+1 |
* | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne | 2010-02-26 | 1 | -3/+1 |
* | Revert r97211 and r97213 to get the build green again. | Chandler Carruth | 2010-02-26 | 4 | -69/+16 |
* | Currently in LLVM, names of libcalls are assigned during TargetLowering | Sanjiv Gupta | 2010-02-26 | 3 | -12/+51 |
* | Before converting an operand to mem, check if it is legal to do so. | Sanjiv Gupta | 2010-02-26 | 1 | -4/+18 |
* | Delete a bunch of redundant predicates. | Dan Gohman | 2010-02-26 | 1 | -44/+41 |
* | Fix comments. | Bill Wendling | 2010-02-26 | 1 | -3/+3 |
* | Add another (and hopefully the last) exception case, where once we recalculate | Bill Wendling | 2010-02-26 | 1 | -3/+11 |
* | And should use the correct variable. | Bill Wendling | 2010-02-26 | 1 | -1/+1 |
* | Got assertion check backwards. | Bill Wendling | 2010-02-26 | 1 | -1/+1 |
* | Catch a corner case where adding the padding to the "TType base offset" field | Bill Wendling | 2010-02-25 | 1 | -2/+44 |
* | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner | 2010-02-25 | 1 | -79/+73 |
* | Make comment more meaningful. | Bill Wendling | 2010-02-25 | 1 | -1/+2 |
* | Fix ExpandVectorBuildThroughStack for the case where the | Dan Gohman | 2010-02-25 | 1 | -3/+3 |
* | Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, | Johnny Chen | 2010-02-25 | 1 | -0/+59 |
* | Added the 32-bit Thumb instructions (BXJ) for disassembly only. | Johnny Chen | 2010-02-25 | 1 | -0/+11 |
* | Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. | Johnny Chen | 2010-02-25 | 1 | -0/+50 |
* | This is a patch to the assembler frontend to detect when aligning a text | Kevin Enderby | 2010-02-25 | 1 | -3/+9 |
* | Fix TextAlignFillValue in a few places | Daniel Dunbar | 2010-02-25 | 1 | -0/+4 |
* | Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE, | Johnny Chen | 2010-02-25 | 1 | -0/+42 |
* | Teach the constant folder about union types. | Dan Gohman | 2010-02-25 | 1 | -0/+34 |
* | Remove code which assumes it knows how vectors are stored in memory. | Dan Gohman | 2010-02-25 | 1 | -12/+2 |
* | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 4 | -65/+13 |
* | Make the side-numbering of instructions used by metadata (which is needed to | Nick Lewycky | 2010-02-25 | 2 | -2/+2 |
* | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman | 2010-02-25 | 3 | -27/+61 |
* | Dump the presence of attached metadata even if we don't know what it is. This | Nick Lewycky | 2010-02-25 | 1 | -6/+10 |
* | Modernize comment. | Nick Lewycky | 2010-02-25 | 1 | -1/+1 |
* | Correct whitespace. | Nick Lewycky | 2010-02-25 | 1 | -1/+1 |
* | Each field of auxiliary debug entry is only 1 byte long. | Sanjiv Gupta | 2010-02-25 | 1 | -1/+1 |
* | Added tNOP for disassembly only. | Johnny Chen | 2010-02-25 | 1 | -1/+8 |
* | Truncate from i64 to i32 is "free" on x86-32, because it involves | Dan Gohman | 2010-02-25 | 1 | -2/+2 |
* | Revert this patch for the time being. Needs more testing. | Scott Michel | 2010-02-25 | 3 | -150/+11 |
* | Added tSVC and tTRAP for disassembly only. | Johnny Chen | 2010-02-25 | 1 | -0/+18 |
* | Large stack frame patch for the CellSPU: handle stack frames that exceed 8176 | Scott Michel | 2010-02-25 | 3 | -11/+150 |
* | MC'ize padding when padding the ULEB128 value. | Bill Wendling | 2010-02-25 | 1 | -7/+5 |
* | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling | 2010-02-24 | 3 | -41/+52 |
* | clean up various VT manipulations, patch by Micah Villmow! PR6337 | Chris Lattner | 2010-02-24 | 1 | -9/+6 |
* | Create a stack frame on ARM when | Jakob Stoklund Olesen | 2010-02-24 | 1 | -41/+41 |
* | Check for comparisons of +/- zero when optimizing less-than-or-equal and | Bob Wilson | 2010-02-24 | 1 | -22/+31 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 4 | -13/+65 |
* | convert cycle checker to smallptrset, add comments and make it | Chris Lattner | 2010-02-24 | 1 | -20/+20 |