Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish off codegen support for sub of pointer to functions, | Chris Lattner | 2009-02-11 | 1 | -0/+7 |
* | fix folding of '*doubleArray' | Nuno Lopes | 2008-11-19 | 1 | -0/+7 |
* | fix folding of comma if given a non-constant operand. | Nuno Lopes | 2008-11-16 | 1 | -0/+6 |
* | Fix a bug where we didn't promote 'const float' (or typedefs) to | Chris Lattner | 2008-06-27 | 1 | -1/+6 |
* | implement codegen support for sizeof(void), fixing PR2080. | Chris Lattner | 2008-02-21 | 1 | -0/+11 |
* | Fix PR1921 by promoting negative indices to intptrty. | Chris Lattner | 2008-01-31 | 1 | -0/+6 |
* | fix a problem reported by Eli, caused by not keeping bool as i1 | Chris Lattner | 2008-01-30 | 1 | -0/+3 |
* | Fix a crash reported by Seo Sanghyeon. | Chris Lattner | 2008-01-03 | 1 | -0/+8 |
* | Fix PR1895: a crash on an ugly gcc extension. | Chris Lattner | 2008-01-02 | 1 | -0/+8 |