llvm-6502/lib/TableGen
Nadav Rotem 6ab4cbc986 A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173672 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-28 07:35:33 +00:00
..
CMakeLists.txt Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Error.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt
Main.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Makefile Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Record.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
StringMatcher.cpp
TableGenBackend.cpp A bugfix for tblgen, in the function ‘emitSourceFileHeader’. 2013-01-28 07:35:33 +00:00
TGLexer.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGLexer.h Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGParser.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGParser.h TableGen: Keep track of superclass reference ranges. 2013-01-10 18:50:11 +00:00