| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement PR614: | Reid Spencer | 2005-08-27 | 1 | -0/+4590 |
| | | | | | | | | | | | 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 | ||||
| * | Remove dependence on command line library. Silly anyway. | Chris Lattner | 2001-07-22 | 1 | -2420/+0 |
| | | | | | llvm-svn: 271 | ||||
| * | Add a comment. | Chris Lattner | 2001-07-20 | 1 | -107/+109 |
| | | | | | llvm-svn: 212 | ||||
| * | Implement forward/external declarations for methods. Also, emit an error if ↵ | Chris Lattner | 2001-07-15 | 1 | -396/+444 |
| | | | | | | | | | 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 | -497/+535 |
| | | | | | llvm-svn: 188 | ||||
| * | Added some comments, preparing to add global variables and method prototypes | Chris Lattner | 2001-07-14 | 1 | -94/+94 |
| | | | | | llvm-svn: 179 | ||||
| * | Make sure that types go in the constant pool if they are used. | Chris Lattner | 2001-07-09 | 1 | -121/+150 |
| | | | | | llvm-svn: 171 | ||||
| * | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -226/+249 |
| | | | | | llvm-svn: 164 | ||||
| * | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -435/+481 |
| | | | | | llvm-svn: 161 | ||||
| * | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -76/+76 |
| | | | | | llvm-svn: 160 | ||||
| * | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -426/+430 |
| | | | | | llvm-svn: 156 | ||||
| * | Changed memory reference instructions to store the result as the implicit | Chris Lattner | 2001-07-07 | 1 | -19/+17 |
| | | | | | | | type of the instruction. llvm-svn: 148 | ||||
| * | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 1 | -7/+7 |
| | | | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96 | ||||
| * | Renamed get.*Operator to create seeing that it would have to be qualified | Chris Lattner | 2001-06-25 | 1 | -2/+2 |
| | | | | | | | with the classname anyways. llvm-svn: 74 | ||||
| * | Updates to support | Chris Lattner | 2001-06-11 | 1 | -253/+283 |
| | | | | | | | | * Changes in PHI node structure * Change to PHI syntax llvm-svn: 24 | ||||
| * | Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator | Chris Lattner | 2001-06-08 | 1 | -2/+2 |
| | | | | | | | to the UnaryOperator class (from the Instruction class). llvm-svn: 21 | ||||
| * | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+2202 |
| llvm-svn: 2 | |||||

