| Commit message (Expand) | Author | Age | Files | Lines |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 14 | -89/+100 |
* | document some invariants. | Chris Lattner | 2009-07-25 | 2 | -4/+10 |
* | add the most expedient hack to fix PR4619, along with a testcase. | Chris Lattner | 2009-07-25 | 2 | -0/+13 |
* | Fix a few comments to say "backedge-taken count" instead of | Dan Gohman | 2009-07-25 | 1 | -2/+3 |
* | SCEV objects are no longer reference-counted. | Dan Gohman | 2009-07-25 | 1 | -3/+2 |
* | Update comments to new-style syntax. | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | When attempting to sign-extend an addrec by interpreting | Dan Gohman | 2009-07-25 | 2 | -2/+76 |
* | Remove spurious semicolons. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Implement C++ semantics for C-style and functional-style casts. This regresse... | Sebastian Redl | 2009-07-25 | 12 | -561/+928 |
* | MultiTestRunner: Make sure to point at src dir, for out of tree builds. | Daniel Dunbar | 2009-07-25 | 2 | -32/+32 |
* | MultiTestRunner: Cleanup test execution & output. | Daniel Dunbar | 2009-07-25 | 2 | -121/+84 |
* | MultiTestRunner: Drop external script and DejaGNU compatibility options for now. | Daniel Dunbar | 2009-07-25 | 2 | -41/+6 |
* | MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining | Daniel Dunbar | 2009-07-25 | 2 | -26/+5 |
* | MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat | Daniel Dunbar | 2009-07-25 | 1 | -2/+8 |
* | Make having no RUN line a failure. | Daniel Dunbar | 2009-07-25 | 9 | -8/+23 |
* | Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Remove empty tests, left over from an svn revert. | Daniel Dunbar | 2009-07-25 | 2 | -0/+0 |
* | Remove this Makefile, it is unused. | Daniel Dunbar | 2009-07-25 | 1 | -21/+0 |
* | MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the | Daniel Dunbar | 2009-07-25 | 1 | -13/+15 |
* | Convert DOUT to DEBUG. | Andreas Bolka | 2009-07-25 | 1 | -5/+5 |
* | MultiTestRunner: Always use absolute path names for tests. | Daniel Dunbar | 2009-07-25 | 2 | -2/+4 |
* | Disable this test: cxx-using-declaration.cpp | Daniel Dunbar | 2009-07-25 | 1 | -1/+4 |
* | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 26 | -44/+67 |
* | MultiTestRunner: Explicitly define child environment, the only variable we need | Daniel Dunbar | 2009-07-25 | 1 | -5/+4 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 17 | -156/+58 |
* | MultiTestRunner.py improvements. | Daniel Dunbar | 2009-07-25 | 2 | -8/+14 |
* | MultiTestRunner.py improvements. | Daniel Dunbar | 2009-07-25 | 1 | -8/+40 |
* | Change these tests to not depend as much on the name of the input. | Daniel Dunbar | 2009-07-25 | 2 | -2/+2 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | remove this test. It is currently failing because we now emit the string | Chris Lattner | 2009-07-25 | 1 | -11/+0 |
* | eventually we should describe string options in the data structures section | Chris Lattner | 2009-07-25 | 1 | -0/+22 |
* | minor tweaks. | Chris Lattner | 2009-07-25 | 1 | -8/+9 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 40 | -344/+188 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 17 | -141/+126 |
* | Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. | Daniel Dunbar | 2009-07-25 | 1 | -1/+24 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 19 | -276/+392 |
* | Semantic checking for main(). | John McCall | 2009-07-25 | 12 | -4/+134 |
* | Flesh out the QualifierSet API. | John McCall | 2009-07-25 | 1 | -0/+24 |
* | Fix 80-col violations. | Eric Christopher | 2009-07-25 | 1 | -5/+8 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 7 | -18/+28 |
* | Update to new syntax. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Rewrite examples to use DEBUG instead of DOUT. | Daniel Dunbar | 2009-07-25 | 1 | -5/+5 |
* | 80 col violation. | Evan Cheng | 2009-07-25 | 1 | -1/+2 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-07-25 | 0 | -0/+0 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 6 | -44/+42 |
* | More work on the constant struct builder. We can now convert the struct to a ... | Anders Carlsson | 2009-07-25 | 1 | -3/+40 |
* | Get rid of a couple of unnecessary getOpcode calls. | Evan Cheng | 2009-07-25 | 2 | -2/+2 |
* | Teach ScalarEvolution to make use of no-overflow flags when | Dan Gohman | 2009-07-25 | 2 | -2/+77 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 4 | -27/+21 |
* | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman | 2009-07-25 | 3 | -178/+84 |