Age | Commit message (Expand) | Author |
---|---|---|
2010-08-21 | Improve test coverage. | Daniel Dunbar |
2010-08-18 | Fix PR7889 by generalizing some over specialized code. There is no | Chris Lattner |
2010-08-17 | fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ | Chris Lattner |
2010-01-09 | implement codegen support for preinc as an lvalue, PR5514. | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-10-17 | Fix PR5211: codegen shouldn't assume that the result of ||/&& is int | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-01-11 | make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty... | Nuno Lopes |