Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Remove C++Tests that I don't think anyone uses anymore. | Daniel Dunbar | 2013-01-25 | 1 | -44/+0 |
| | | | | llvm-svn: 173490 | ||||
* | Remove the cellspu port. | Eric Christopher | 2012-11-14 | 1 | -2/+0 |
| | | | | | | Approved by Chris Lattner. llvm-svn: 167983 | ||||
* | Remove the vestiges of the C backend. | Eric Christopher | 2012-03-23 | 1 | -2/+0 |
| | | | | llvm-svn: 153308 | ||||
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -2/+0 |
| | | | | llvm-svn: 143165 | ||||
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -2/+0 |
| | | | | llvm-svn: 142881 | ||||
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 1 | -2/+0 |
| | | | | llvm-svn: 142879 | ||||
* | Don't commit my silly little local changes | Douglas Gregor | 2009-12-23 | 1 | -2/+1 |
| | | | | llvm-svn: 92010 | ||||
* | Fix DISABLE_SMART_POINTERS build | Douglas Gregor | 2009-12-23 | 1 | -1/+2 |
| | | | | llvm-svn: 92008 | ||||
* | Revert accidental commit | Douglas Gregor | 2009-12-22 | 1 | -1/+0 |
| | | | | llvm-svn: 91930 | ||||
* | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -0/+1 |
| | | | | llvm-svn: 91927 | ||||
* | Add a couple more paths to the LLVM-Code-Syntax test | Douglas Gregor | 2009-12-17 | 1 | -0/+6 |
| | | | | llvm-svn: 91627 | ||||
* | Remove accidental commit containing local paths for the LLVM-Code-Syntax test | Douglas Gregor | 2009-12-14 | 1 | -1/+0 |
| | | | | llvm-svn: 91326 | ||||
* | Minor cleanups for constructor initialization in InitializationSequence | Douglas Gregor | 2009-12-14 | 1 | -0/+1 |
| | | | | llvm-svn: 91325 | ||||
* | Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive | Douglas Gregor | 2009-12-10 | 1 | -2/+27 |
| | | | | | | | (since we now parse all of the headers appropriately) and teaching LLVM-Code-Syntax about the extra paths needed to parse the backends. llvm-svn: 91068 | ||||
* | Add C++ tests to try to parse and compile the LLVM libraries | Douglas Gregor | 2009-11-26 | 1 | -0/+23 |
llvm-svn: 89923 |