| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
When the first parameter (‘Desc’) is more than 80 characters long, it will result the header line that contains the description to be more
Than (4GB!) long. Not only it takes forever to produce, the output file cannot be open, since its ginormous.
Patch by Elior Malul.
llvm-svn: 173672
|
|
|
|
|
|
|
|
| |
C89 code.
Should silence warnings when compiling the X86 disassembler.
llvm-svn: 158723
|
|
|
|
|
|
|
|
| |
TableGen backends are simply written as functions now.
Patch by Sean Silva!
llvm-svn: 158389
|
|
|
|
|
|
|
|
|
| |
The TableGenBackend base class doesn't do much, and will be removed
completely soon.
Patch by Sean Silva!
llvm-svn: 158311
|
|
|
|
| |
llvm-svn: 150917
|
|
|
|
|
|
| |
http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146960
|
|
This is the first step towards splitting LLVM and Clang's tblgen executables.
llvm-svn: 140951
|