| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "reject forward references to functions whose type don't match", becau... | Daniel Dunbar | 2010-04-17 | 1 | -1/+1 |
* | Fix intrinsic signature in this test. | Nick Lewycky | 2010-04-17 | 1 | -1/+1 |
* | reject forward references to functions whose type don't match | Chris Lattner | 2010-04-17 | 1 | -1/+1 |
* | doh, didn't mean to check in my hackaround lit sucking. :) | Chris Lattner | 2010-04-17 | 1 | -1/+1 |
* | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner | 2010-04-17 | 1 | -0/+8 |
* | teach the x86 asm parser how to handle segment prefixes | Chris Lattner | 2010-04-17 | 2 | -2/+4 |
* | testcase for r101538, patch by Nico Schmidt! | Chris Lattner | 2010-04-17 | 1 | -0/+3 |
* | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 34 | -646/+646 |
* | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner | 2010-04-17 | 1 | -0/+7 |
* | Add nounwind. | Evan Cheng | 2010-04-17 | 1 | -6/+6 |
* | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -0/+46 |
* | Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. | Johnny Chen | 2010-04-16 | 1 | -1/+1 |
* | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman | 2010-04-16 | 1 | -41/+0 |
* | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman | 2010-04-16 | 1 | -0/+29 |
* | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman | 2010-04-16 | 1 | -1/+25 |
* | Add JIT exception handling test. | Bill Wendling | 2010-04-16 | 1 | -0/+41 |
* | move comment. | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 1 | -0/+32 |
* | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Add test case for machine-sink on critical edges | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+58 |