Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust to new style of handling lexer changes | Chris Lattner | 2006-02-14 | 1 | -2625/+0 |
| | | | | llvm-svn: 26162 | ||||
* | regenerate | Chris Lattner | 2006-01-25 | 1 | -526/+538 |
| | | | | llvm-svn: 25619 | ||||
* | Rename method | Chris Lattner | 2006-01-24 | 1 | -436/+444 |
| | | | | llvm-svn: 25571 | ||||
* | regenerate | Chris Lattner | 2006-01-23 | 1 | -540/+546 |
| | | | | llvm-svn: 25558 | ||||
* | Lexer and parser support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -413/+427 |
| | | | | llvm-svn: 25403 | ||||
* | Regenerate these files. FreeBSD apparently has issues with the version of | Chris Lattner | 2006-01-11 | 1 | -107/+107 |
| | | | | | | lex/bison Rob used. llvm-svn: 25196 | ||||
* | Added lexer and parser support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 1 | -368/+380 |
| | | | | llvm-svn: 25177 | ||||
* | regenerate | Chris Lattner | 2005-11-12 | 1 | -450/+460 |
| | | | | llvm-svn: 24316 | ||||
* | Add support alignment of allocation instructions. | Nate Begeman | 2005-11-05 | 1 | -468/+479 |
| | | | | | | | | | Add support for specifying alignment and size of setjmp jmpbufs. No targets currently do anything with this information, nor is it presrved in the bytecode representation. That's coming up next. llvm-svn: 24196 | ||||
* | Implement PR614: | Reid Spencer | 2005-08-27 | 1 | -0/+2552 |
| | | | | | | | | | | These changes modify the makefiles so that the output of flex and bison are placed in the SRC directory, not the OBJ directory. It is intended that they be checked in as any other LLVM source so that platforms without convenient access to flex/bison can be compiled. From now on, if you change a .y or .l file you *must* also commit the generated .cpp and .h files. llvm-svn: 23115 | ||||
* | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 1 | -2065/+0 |
| | | | | | | Remove tool generated files llvm-svn: 296 | ||||
* | Implement forward/external declarations for methods. Also, emit an error if ↵ | Chris Lattner | 2001-07-15 | 1 | -288/+275 |
| | | | | | | | | a method is defined more than once, instead of crashing. llvm-svn: 195 | ||||
* | Add support to the parser to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -256/+266 |
| | | | | llvm-svn: 188 | ||||
* | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -188/+182 |
| | | | | llvm-svn: 164 | ||||
* | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -212/+223 |
| | | | | llvm-svn: 161 | ||||
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -8/+8 |
| | | | | llvm-svn: 160 | ||||
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -210/+215 |
| | | | | llvm-svn: 156 | ||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+2058 |
llvm-svn: 2 |