| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel | 2010-04-26 | 1 | -1/+1 |
* | When checking whether the special handling for an addrec increment which | Dan Gohman | 2010-04-26 | 1 | -1/+24 |
* | Add a comment to this test. | Dan Gohman | 2010-04-26 | 1 | -0/+3 |
* | fix PR6921 a different way. Intead of increasing the | Chris Lattner | 2010-04-26 | 2 | -0/+19 |
* | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 3 | -21/+5 |
* | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner | 2010-04-26 | 1 | -2/+13 |
* | testcase for PR6913 | Chris Lattner | 2010-04-25 | 1 | -0/+17 |
* | this passes now. | Chris Lattner | 2010-04-25 | 1 | -3/+2 |
* | Fix PR6921: globals were not getting correctly rounded up to their | Chris Lattner | 2010-04-25 | 2 | -2/+19 |
* | Generalize LSR's OptimizeMax to handle the new kinds of max expressions | Dan Gohman | 2010-04-24 | 1 | -0/+32 |
* | ScalarEvolution support for <= and >= loops. | Dan Gohman | 2010-04-24 | 4 | -4/+31 |
* | no longer xfail | Chris Lattner | 2010-04-23 | 1 | -2/+1 |
* | Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi... | Stuart Hastings | 2010-04-23 | 5 | -36/+45 |
* | Change TargetData's algorithm for computing defualt vector type | Dan Gohman | 2010-04-23 | 1 | -3/+3 |
* | Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test... | Stuart Hastings | 2010-04-23 | 4 | -0/+36 |
* | fix some failures my callgraph dump format change broke. | Chris Lattner | 2010-04-23 | 3 | -4/+3 |
* | testcase for the bug that required a patch to be reverted. | Chris Lattner | 2010-04-23 | 1 | -0/+31 |
* | Fix LSR to tolerate cases where ScalarEvolution initially | Dan Gohman | 2010-04-23 | 1 | -0/+28 |
* | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner | 2010-04-23 | 1 | -0/+1 |
* | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 1 | -2/+30 |
* | Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield | Jim Grosbach | 2010-04-22 | 2 | -0/+56 |
* | Remove the test for now. | Devang Patel | 2010-04-22 | 1 | -38/+0 |
* | Adjust debug range offsets for isWeakForLinker() functions. | Devang Patel | 2010-04-22 | 1 | -0/+38 |
* | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner | 2010-04-22 | 1 | -0/+29 |
* | Don't attempt to analyze values which are obviously undef. This fixes some | Dan Gohman | 2010-04-22 | 1 | -0/+39 |
* | Do not try to optimize a copy that has already been marked for deletion. | Evan Cheng | 2010-04-21 | 1 | -0/+15 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -0/+44 |
* | Thumb instructions which have reglist operands at the end and predicate operands | Johnny Chen | 2010-04-21 | 1 | -2/+5 |
* | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner | 2010-04-21 | 1 | -0/+23 |
* | - Clean up some crappy code which deals with coalescing of copies which look at | Evan Cheng | 2010-04-21 | 4 | -5/+9 |
* | Revert r101471. For tight recursive functions which have multiple | Dan Gohman | 2010-04-21 | 1 | -29/+0 |
* | Add another variant of this test which found a place where | Dan Gohman | 2010-04-21 | 1 | -0/+43 |
* | teach the x86 address matching stuff to handle | Chris Lattner | 2010-04-20 | 1 | -0/+47 |
* | When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. Also | Bill Wendling | 2010-04-20 | 2 | -58/+21 |
* | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | Add RUN: | Devang Patel | 2010-04-20 | 1 | -2/+2 |
* | Bill's change in r95336 broke empty aggregates embedded | Chris Lattner | 2010-04-20 | 1 | -1/+10 |
* | teach cellspu how to return i8 and i16 from calls, | Chris Lattner | 2010-04-20 | 1 | -0/+8 |
* | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 1 | -0/+19 |
* | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | The visitXOR method can return the same SDNode. If so, we don't want to delete | Bill Wendling | 2010-04-20 | 1 | -0/+58 |
* | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 2 | -0/+1 |
* | Fix rdar://7879828 - crash in CallGraph, a self host issue. | Chris Lattner | 2010-04-20 | 1 | -0/+38 |
* | Fix tests for Neon load/store intrinsics to match the i8* types expected by | Bob Wilson | 2010-04-20 | 10 | -94/+188 |
* | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman | 2010-04-19 | 1 | -0/+24 |
* | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen | 2010-04-19 | 1 | -0/+3 |
* | Fix typo. add a test case. | Devang Patel | 2010-04-19 | 1 | -0/+30 |
* | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen | 2010-04-19 | 1 | -0/+4 |
* | Fix declarations in a few more tests. | Nick Lewycky | 2010-04-17 | 4 | -5/+5 |