Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -43/+0 |
| | | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 | ||||
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -3/+3 |
| | | | | | | | | - Sorry, I can't help myself. - No intended functionality change. llvm-svn: 74742 | ||||
* | change getQualifiedName to be a global function. | Chris Lattner | 2008-01-05 | 1 | -3/+0 |
| | | | | | | | | Split the pattern parsing code out from the dag isel emitter into it's own file. No functionality change. llvm-svn: 45632 | ||||
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
| | | | | llvm-svn: 21428 | ||||
* | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 1 | -4/+0 |
| | | | | llvm-svn: 15849 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+9 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9305 | ||||
* | Move support/tools/* back into utils | Chris Lattner | 2003-10-05 | 1 | -0/+34 |
llvm-svn: 8875 |