Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TableGen] Merge the SuperClass Record and SMRange vector into a single ↵ | Craig Topper | 2016-01-18 | 1 | -4/+4 |
| | | | | | | vector. This removes the state needed to manage the extra vector thus reducing the size of the Record class. NFC llvm-svn: 258065 | ||||
* | [TableGen] Emit the correct error message. | Davide Italiano | 2015-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 243284 | ||||
* | [TableGen] Change a couple methods to return an ArrayRef instead of a const ↵ | Craig Topper | 2015-07-06 | 1 | -1/+1 |
| | | | | | | std::vector reference. NFC llvm-svn: 241430 | ||||
* | [TableGen] Include header for each cpp file first. NFC | Craig Topper | 2015-05-26 | 1 | -1/+1 |
| | | | | llvm-svn: 238180 | ||||
* | [TableGen] Don't leak Expanders and Operators in SetTheory. | Craig Topper | 2015-04-24 | 1 | -20/+21 |
| | | | | llvm-svn: 235697 | ||||
* | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 2014-06-26 | 1 | -5/+6 |
| | | | | | | Temporarily back out commits r211749, r211752 and r211754. llvm-svn: 211814 | ||||
* | Introduce a string_ostream string builder facilty | Alp Toker | 2014-06-26 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | string_ostream is a safe and efficient string builder that combines opaque stack storage with a built-in ostream interface. small_string_ostream<bytes> additionally permits an explicit stack storage size other than the default 128 bytes to be provided. Beyond that, storage is transferred to the heap. This convenient class can be used in most places an std::string+raw_string_ostream pair or SmallString<>+raw_svector_ostream pair would previously have been used, in order to guarantee consistent access without byte truncation. The patch also converts much of LLVM to use the new facility. These changes include several probable bug fixes for truncated output, a programming error that's no longer possible with the new interface. llvm-svn: 211749 | ||||
* | Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it. | James Molloy | 2014-06-17 | 1 | -0/+323 |
llvm-svn: 211100 |