Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement codegen support for return of void and simple scalars. | Chris Lattner | 2007-06-02 | 1 | -0/+4 | |
* | stub out codegen of binary plus. We now compile: | Chris Lattner | 2007-06-02 | 1 | -0/+11 | |
* | Add support for codegen'ing paren exprs and if stmts. We can now codegen: | Chris Lattner | 2007-05-30 | 1 | -5/+22 | |
* | implement codegen of integer literals. | Chris Lattner | 2007-05-30 | 1 | -0/+29 | |
* | Implement codegen support for labels and gotos. We now compile: | Chris Lattner | 2007-05-30 | 1 | -0/+17 | |
* | Add codegen support for NullStmt and CompoundStmt. {;;{};;} is now ours! | Chris Lattner | 2007-05-29 | 1 | -2/+13 | |
* | Implement conversion of clang ast types to LLVM types, at least for some trivial | Chris Lattner | 2007-05-29 | 1 | -1/+9 | |
* | Reorganize codegen files. | Chris Lattner | 2007-05-28 | 1 | -0/+38 |