summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/Record.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-191-0/+5
| | | | | | will lead to it being rejected though. llvm-svn: 21335
* For PR387:Reid Spencer2004-12-061-43/+174
| | | | | | Make this compile without warning when -Woverloaded-virtual is used. llvm-svn: 18588
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-7/+13
| | | | | | and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-231-1/+1
| | | | llvm-svn: 17179
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-271-5/+51
| | | | llvm-svn: 15249
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-261-0/+11
| | | | | | | | | | | | like this: def B { list<int> X = [10, 20, 30, 4, 1, 1231, 20] [2-4,2,2,0-6]; } ... which isn't particularly useful, but more is to come. llvm-svn: 15247
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-151-4/+7
| | | | llvm-svn: 12964
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9305
* Move support/tools/* back into utilsChris Lattner2003-10-051-0/+849
llvm-svn: 8875
OpenPOWER on IntegriCloud