Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Remove C++Tests that I don't think anyone uses anymore. | Daniel Dunbar | 2013-01-25 | 2 | -100/+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 | ||||
* | Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for | Daniel Dunbar | 2009-12-26 | 1 | -10/+22 |
| | | | | | | now, let's start small. llvm-svn: 92170 | ||||
* | Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate | Daniel Dunbar | 2009-12-24 | 2 | -0/+98 |
the same visible symbols, useful for finding ABI/Mangler/vtable/etc. issues. llvm-svn: 92147 |