aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* upgrade this testChris Lattner2007-11-281-49/+63
* make this test have a deterministic result.Chris Lattner2007-11-281-2/+2
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-2815-88/+81
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-281-1/+1
* This test somehow got an extra "not" during theDuncan Sands2007-11-281-2/+2
* My compiler complains that "x always evaluates to true"Duncan Sands2007-11-281-2/+6
* Add missing newlines at EOF.Duncan Sands2007-11-282-2/+2
* xfail a testChris Lattner2007-11-281-0/+1
* update this test after the fmrrd fixChris Lattner2007-11-281-3/+2
* Fix typoTanya Lattner2007-11-281-1/+1
* Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner2007-11-281-25/+9
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-2830-63/+60
* Recover compile time regression.Evan Cheng2007-11-284-89/+76
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-273-1/+245
* commit testcase I forgot to svn add.Chris Lattner2007-11-271-0/+13
* several entries got significantly better, though they still aren't done.Chris Lattner2007-11-271-40/+18
* implement a trivial readme entry.Chris Lattner2007-11-273-18/+26
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-273-25/+69
* Make this actually work on systems that support ppc long double.Chris Lattner2007-11-271-3/+8
* Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner2007-11-271-0/+10
* Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variablesTed Kremenek2007-11-271-13/+16
* Support returning non-power-of-2 vectors to unblock some workNate Begeman2007-11-272-4/+13
* something wrong with this optAndrew Lenharth2007-11-272-12/+27
* Add testcase for last llvm-gcc tweaksAnton Korobeynikov2007-11-271-0/+12
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-271-1/+1
* Unbreak backwards compatibility with bytecode format. RegressionChris Lattner2007-11-272-5/+8
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-2751-5144/+6278
* Make this pass for CYGWIN.Zhou Sheng2007-11-271-1/+2
* Make this testcase compatible with CYGWIN.Zhou Sheng2007-11-271-1/+5
* err, no really.Chris Lattner2007-11-271-1/+1
* don't depend on ADL.Chris Lattner2007-11-271-1/+1
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-279-53/+86
* Add accessor for getting the underlying templated type. This is necessary fo...Owen Anderson2007-11-272-4/+8
* Moving TGLexer.h from source to header file tab in TableGen project fileChuck Rose III2007-11-271-4/+4
* Change &| to |&.Dan Gohman2007-11-272-2/+2
* Change grep '' to grep {}.Dan Gohman2007-11-273-3/+3
* Don't redirect llvm-as's stderr to llvm-dis.Dan Gohman2007-11-271-1/+1
* Remove unnecessary && from the RUN lines of this test.Dan Gohman2007-11-271-2/+2
* Don't lower srem/urem X%C to X-X/C*C unless the division is actuallyDan Gohman2007-11-262-14/+24
* Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III2007-11-262-89/+11
* Fix another bug that was causing siod to fail.Owen Anderson2007-11-261-19/+29
* Fix a silly bug that Nicholas noticed.Owen Anderson2007-11-261-1/+2
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-263-6/+24
* Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov2007-11-252-0/+6
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-258-84/+203
* Implement PR1822Chris Lattner2007-11-252-3/+18
* Remove a leak. Destroy LoopInfoBase object. releaseMemory() is actually calle...Anton Korobeynikov2007-11-251-1/+1
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-255-35/+101
* Don't ignore files that are no longer in use.Reid Spencer2007-11-250-0/+0
* Fix a long standing deficiency in the X86 backend: we wouldChris Lattner2007-11-255-97/+128