| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add testcase for recent checkin. | Mike Stump | 2009-11-09 | 1 | -0/+55 |
| * | Update test | Jim Grosbach | 2009-11-09 | 1 | -1/+1 |
| * | Default-addressspace null pointers don't alias anything. This allows | Dan Gohman | 2009-11-09 | 1 | -0/+20 |
| * | Generalize LCSSA to handle loops with exits with predecessors outside | Dan Gohman | 2009-11-09 | 1 | -0/+635 |
| * | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 5 | -5/+5 |
| * | if a 'with overflow' intrinsic just has the normal result used, simplify | Chris Lattner | 2009-11-09 | 1 | -0/+12 |
| * | enhance PHI slicing to handle the case when a slicable PHI is begin | Chris Lattner | 2009-11-09 | 1 | -0/+45 |
| * | Revert my previous patch to ABCD and fix things the right way. There are two... | Owen Anderson | 2009-11-09 | 2 | -0/+30 |
| * | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 36 | -117/+120 |
| * | Teach an instcombine to not pull trunc instructions through PHI nodes | Chris Lattner | 2009-11-08 | 1 | -12/+45 |
| * | reapply r8644[3-5] with only the scary part | Chris Lattner | 2009-11-08 | 2 | -0/+64 |
| * | Speculatively revert r8644[3-5], they seem to be leading to infinite loops in | Daniel Dunbar | 2009-11-08 | 2 | -64/+0 |
| * | Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! | Anton Korobeynikov | 2009-11-08 | 6 | -2/+54 |
| * | Fix invalid operand updates & implement post-inc memory operands | Anton Korobeynikov | 2009-11-08 | 1 | -1/+90 |
| * | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov | 2009-11-08 | 1 | -0/+64 |
| * | Two small fixes for site.exp for cmake. | Daniel Dunbar | 2009-11-08 | 3 | -4/+8 |
| * | Derive the right paths to use during testing instead of passing it in via make. | Daniel Dunbar | 2009-11-08 | 3 | -19/+36 |
| * | Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, | Daniel Dunbar | 2009-11-08 | 4 | -14/+24 |
| * | Cleanup some unused RUN lines. | Daniel Dunbar | 2009-11-08 | 3 | -6/+0 |
| * | another more interesting test. | Chris Lattner | 2009-11-08 | 1 | -0/+31 |
| * | feature test for the new transformation in r86443 | Chris Lattner | 2009-11-08 | 1 | -1/+30 |
| * | teach a couple of instcombine transformations involving PHIs to | Chris Lattner | 2009-11-08 | 2 | -0/+4 |
| * | Remove test. Execution tests are slow and generally not worth it. | Nick Lewycky | 2009-11-08 | 1 | -19/+0 |
| * | Fix run line. | Nick Lewycky | 2009-11-08 | 1 | -1/+1 |
| * | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky | 2009-11-08 | 1 | -0/+19 |
| * | Stop running get_target_triple more than we need to. | Daniel Dunbar | 2009-11-07 | 2 | -4/+1 |
| * | x86 vector shuffle cleanup/fixes: | Nate Begeman | 2009-11-07 | 1 | -1/+1 |
| * | Improve tail call elimination to handle the switch statement. | Nick Lewycky | 2009-11-07 | 1 | -0/+34 |
| * | temporarily remove these tests, as they are breaking in the buildbot, | Chris Lattner | 2009-11-07 | 3 | -50/+0 |
| * | make instcombine only rewrite a chain of computation | Chris Lattner | 2009-11-07 | 5 | -0/+10 |
| * | remove empty files. | Chris Lattner | 2009-11-07 | 2 | -0/+0 |
| * | Revert r86359, it is breaking the self host on the | Chris Lattner | 2009-11-07 | 2 | -66/+0 |
| * | Add some dummy support for post-incremented loads | Anton Korobeynikov | 2009-11-07 | 1 | -0/+25 |
| * | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov | 2009-11-07 | 1 | -0/+22 |
| * | Initial support for addrmode handling. Tests by Brian Lucas! | Anton Korobeynikov | 2009-11-07 | 6 | -2/+292 |
| * | It turns out that the testcase in question uncovered subreg-handling bug. | Anton Korobeynikov | 2009-11-07 | 1 | -0/+1 |
| * | Fix a couple of shuffle patterns to use movhlps instead | Eric Christopher | 2009-11-07 | 2 | -3/+4 |
| * | Teach dead store elimination that certain intrinsics write to memory just like | Nick Lewycky | 2009-11-07 | 2 | -0/+66 |
| * | reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix | Chris Lattner | 2009-11-07 | 2 | -0/+53 |
| * | Fix PR5421 by APInt'izing switch lowering. | Chris Lattner | 2009-11-07 | 1 | -2/+16 |
| * | Oops, FunctionContainsEscapingAllocas is really used to mean two different | Nick Lewycky | 2009-11-07 | 1 | -0/+1 |
| * | Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking | Nick Lewycky | 2009-11-07 | 1 | -0/+24 |
| * | merge cmp1 into cmp0 and filecheckize. | Chris Lattner | 2009-11-07 | 2 | -9/+19 |
| * | Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp... | Evan Cheng | 2009-11-07 | 2 | -0/+42 |
| * | - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical | Evan Cheng | 2009-11-07 | 1 | -4/+6 |
| * | Revert following patches to fix llvmgcc bootstrap. | Devang Patel | 2009-11-07 | 2 | -53/+0 |
| * | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 10 | -44/+72 |
| * | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng | 2009-11-06 | 2 | -4/+5 |
| * | Honour subreg machine operands during asmprinting | Anton Korobeynikov | 2009-11-06 | 1 | -0/+64 |
| * | Print VMOV (immediate) operands as hexadecimal values. Apple's assembler | Bob Wilson | 2009-11-06 | 1 | -0/+20 |