| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 15 | -88/+81 |
* | 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 |
* | My compiler complains that "x always evaluates to true" | Duncan Sands | 2007-11-28 | 1 | -2/+6 |
* | Add missing newlines at EOF. | Duncan Sands | 2007-11-28 | 2 | -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 typo | Tanya Lattner | 2007-11-28 | 1 | -1/+1 |
* | Modified instructions to configure llvm-test by configure llvm with the Path ... | Tanya Lattner | 2007-11-28 | 1 | -25/+9 |
* | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ... | Tanya Lattner | 2007-11-28 | 30 | -63/+60 |
* | Recover compile time regression. | Evan Cheng | 2007-11-28 | 4 | -89/+76 |
* | Add MachineLoopInfo. This is not yet tested. | Owen Anderson | 2007-11-27 | 3 | -1/+245 |
* | commit testcase I forgot to svn add. | Chris Lattner | 2007-11-27 | 1 | -0/+13 |
* | several entries got significantly better, though they still aren't done. | Chris Lattner | 2007-11-27 | 1 | -40/+18 |
* | implement a trivial readme entry. | Chris Lattner | 2007-11-27 | 3 | -18/+26 |
* | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner | 2007-11-27 | 3 | -25/+69 |
* | Make this actually work on systems that support ppc long double. | Chris Lattner | 2007-11-27 | 1 | -3/+8 |
* | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner | 2007-11-27 | 1 | -0/+10 |
* | Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables | Ted Kremenek | 2007-11-27 | 1 | -13/+16 |
* | Support returning non-power-of-2 vectors to unblock some work | Nate Begeman | 2007-11-27 | 2 | -4/+13 |
* | something wrong with this opt | Andrew Lenharth | 2007-11-27 | 2 | -12/+27 |
* | Add testcase for last llvm-gcc tweaks | Anton Korobeynikov | 2007-11-27 | 1 | -0/+12 |
* | Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that | Ted Kremenek | 2007-11-27 | 1 | -1/+1 |
* | Unbreak backwards compatibility with bytecode format. Regression | Chris Lattner | 2007-11-27 | 2 | -5/+8 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 51 | -5144/+6278 |
* | 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 |
* | err, no really. | Chris Lattner | 2007-11-27 | 1 | -1/+1 |
* | don't depend on ADL. | Chris Lattner | 2007-11-27 | 1 | -1/+1 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 9 | -53/+86 |
* | Add accessor for getting the underlying templated type. This is necessary fo... | Owen Anderson | 2007-11-27 | 2 | -4/+8 |
* | Moving TGLexer.h from source to header file tab in TableGen project file | Chuck Rose III | 2007-11-27 | 1 | -4/+4 |
* | 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 | 2 | -14/+24 |
* | Add TGParser files to VStudio project files. Removed generated files section... | Chuck Rose III | 2007-11-26 | 2 | -89/+11 |
* | Fix another bug that was causing siod to fail. | Owen Anderson | 2007-11-26 | 1 | -19/+29 |
* | Fix a silly bug that Nicholas noticed. | Owen Anderson | 2007-11-26 | 1 | -1/+2 |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 3 | -6/+24 |
* | Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... | Anton Korobeynikov | 2007-11-25 | 2 | -0/+6 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 8 | -84/+203 |
* | Implement PR1822 | Chris Lattner | 2007-11-25 | 2 | -3/+18 |
* | Remove a leak. Destroy LoopInfoBase object. releaseMemory() is actually calle... | Anton Korobeynikov | 2007-11-25 | 1 | -1/+1 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 5 | -35/+101 |
* | Don't ignore files that are no longer in use. | Reid Spencer | 2007-11-25 | 0 | -0/+0 |
* | Fix a long standing deficiency in the X86 backend: we would | Chris Lattner | 2007-11-25 | 5 | -97/+128 |