Chris Lattner
|
ab9eba1014
|
Tighten up the specification to allow TableGen/nested-comment.td to pass
(fixing a bug where / in a /* */ comment would cause it to not close).
llvm-svn: 23248
|
2005-09-06 21:23:09 +00:00 |
Chris Lattner
|
101fc501d0
|
Add initial lexer and parser support for shifting values. Every use of this
will lead to it being rejected though.
llvm-svn: 21335
|
2005-04-19 01:11:03 +00:00 |
Chris Lattner
|
ac1a547a38
|
Patch to make VS happier, thanks to Morten Ofstad for pointing this out.
llvm-svn: 16956
|
2004-10-13 15:25:46 +00:00 |
Chris Lattner
|
1f4e545a89
|
Add support for dos style files.
llvm-svn: 13836
|
2004-05-27 17:44:18 +00:00 |
Chris Lattner
|
564251ed5e
|
exit(1) instead of abort()'ing on error
llvm-svn: 11380
|
2004-02-13 16:37:43 +00:00 |
Chris Lattner
|
a80e9f0a19
|
Fix buggy error message problem
llvm-svn: 11379
|
2004-02-13 16:33:56 +00:00 |
Misha Brukman
|
e10e2b12dd
|
Ooops, top-level C++-comments aren't recognized by flex.
llvm-svn: 11337
|
2004-02-12 00:03:08 +00:00 |
Misha Brukman
|
a01b30bbaa
|
* Convert C comments to C++ style (why are some one way, some another?!)
* Delete extra space, extra blank comment lines
* Convert function comments to doxygen
llvm-svn: 11336
|
2004-02-12 00:00:46 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
9583cfafc5
|
Added LLVM copyright notice.
llvm-svn: 9324
|
2003-10-21 15:29:18 +00:00 |
Chris Lattner
|
f5bd1b7a8e
|
Move support/tools/* back into utils
llvm-svn: 8875
|
2003-10-05 19:27:59 +00:00 |