Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner | 2005-04-19 | 1 | -0/+5 | |
| | | | | | | will lead to it being rejected though. llvm-svn: 21335 | |||||
* | For PR387: | Reid Spencer | 2004-12-06 | 1 | -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 standards | Chris Lattner | 2004-10-27 | 1 | -7/+13 | |
| | | | | | | and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281 | |||||
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 17179 | |||||
* | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner | 2004-07-27 | 1 | -5/+51 | |
| | | | | llvm-svn: 15249 | |||||
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 1 | -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 Brukman | 2004-04-15 | 1 | -4/+7 | |
| | | | | llvm-svn: 12964 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 | |
| | | | | llvm-svn: 9903 | |||||
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | llvm-svn: 9305 | |||||
* | Move support/tools/* back into utils | Chris Lattner | 2003-10-05 | 1 | -0/+849 | |
llvm-svn: 8875 |