| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 3 | -27/+27 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -0/+19 |
* | Improve branch folding by recgonizing that explict successor relationships im... | Christopher Lamb | 2007-12-10 | 1 | -3/+1 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 3 | -4/+29 |
* | Upgrading this test to 2.0 .ll syntax. | Gordon Henriksen | 2007-12-09 | 1 | -28/+27 |
* | Fix PR1782, patch by Wojtek Matyjewicz! | Chris Lattner | 2007-12-09 | 1 | -0/+31 |
* | Fix a significant code quality regression I introduced on PPC64 quite | Chris Lattner | 2007-12-08 | 1 | -0/+1 |
* | implement __builtin_return_addr(0) on ppc. | Chris Lattner | 2007-12-08 | 1 | -0/+14 |
* | Much improved v8i16 shuffles. (Step 1). | Evan Cheng | 2007-12-07 | 2 | -9/+37 |
* | New test case. | Evan Cheng | 2007-12-07 | 1 | -0/+9 |
* | Fix a bogus test case. | Evan Cheng | 2007-12-06 | 1 | -18/+14 |
* | Turning simple splitting on. Start testing new coalescer heuristics as new ll... | Evan Cheng | 2007-12-06 | 3 | -3/+3 |
* | third time around: instead of disabling this completely, | Chris Lattner | 2007-12-06 | 1 | -1/+0 |
* | Actually, disable this code for now. More analysis and improvements to | Chris Lattner | 2007-12-06 | 1 | -0/+1 |
* | implement a readme entry, compiling the code into: | Chris Lattner | 2007-12-06 | 1 | -0/+15 |
* | fix this when run on non x86 hosts. | Chris Lattner | 2007-12-06 | 1 | -3/+3 |
* | Fix for PR1831: if all defs of an interval are re-materializable, then it's a... | Evan Cheng | 2007-12-06 | 1 | -2/+2 |
* | If ExitValue operand is also defined in Loop header then | Devang Patel | 2007-12-03 | 1 | -0/+44 |
* | Fix a typo noticed by Alain Frisch. | Gordon Henriksen | 2007-12-01 | 1 | -4/+6 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 2 | -1/+59 |
* | Do not fold reload into an instruction with multiple uses. It issues one extr... | Evan Cheng | 2007-11-30 | 1 | -0/+81 |
* | Update tests. | Evan Cheng | 2007-11-29 | 1 | -1/+1 |
* | New testcase for PR1744 | Chris Lattner | 2007-11-28 | 1 | -0/+8 |
* | upgrade this test | Chris Lattner | 2007-11-28 | 1 | -49/+63 |
* | make this test have a deterministic result. | Chris Lattner | 2007-11-28 | 1 | -2/+2 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | Revert previous "fix" - the breakage was due to some | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | This test somehow got an extra "not" during the | Duncan Sands | 2007-11-28 | 1 | -2/+2 |
* | xfail a test | Chris Lattner | 2007-11-28 | 1 | -0/+1 |
* | update this test after the fmrrd fix | Chris Lattner | 2007-11-28 | 1 | -3/+2 |
* | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ... | Tanya Lattner | 2007-11-28 | 30 | -63/+60 |
* | commit testcase I forgot to svn add. | Chris Lattner | 2007-11-27 | 1 | -0/+13 |
* | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner | 2007-11-27 | 2 | -0/+39 |
* | something wrong with this opt | Andrew Lenharth | 2007-11-27 | 1 | -0/+13 |
* | Add testcase for last llvm-gcc tweaks | Anton Korobeynikov | 2007-11-27 | 1 | -0/+12 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 7 | -8/+11 |
* | Make this pass for CYGWIN. | Zhou Sheng | 2007-11-27 | 1 | -1/+2 |
* | Make this testcase compatible with CYGWIN. | Zhou Sheng | 2007-11-27 | 1 | -1/+5 |
* | Change &| to |&. | Dan Gohman | 2007-11-27 | 2 | -2/+2 |
* | Change grep '' to grep {}. | Dan Gohman | 2007-11-27 | 3 | -3/+3 |
* | Don't redirect llvm-as's stderr to llvm-dis. | Dan Gohman | 2007-11-27 | 1 | -1/+1 |
* | Remove unnecessary && from the RUN lines of this test. | Dan Gohman | 2007-11-27 | 1 | -2/+2 |
* | Don't lower srem/urem X%C to X-X/C*C unless the division is actually | Dan Gohman | 2007-11-26 | 1 | -0/+6 |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 1 | -1/+1 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 3 | -2/+32 |
* | Implement PR1822 | Chris Lattner | 2007-11-25 | 1 | -3/+11 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 1 | -0/+12 |
* | Fix a long standing deficiency in the X86 backend: we would | Chris Lattner | 2007-11-25 | 1 | -0/+35 |
* | upgrade this test | Chris Lattner | 2007-11-24 | 1 | -8/+6 |
* | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner | 2007-11-23 | 1 | -0/+8 |