Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
* | Remove the -arch option from clang-cc: for all practical purposes, it's | Eli Friedman | 2009-05-19 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Change EmitConstantExpr to allow failure. | Daniel Dunbar | 2009-02-17 | 1 | -1/+6 |
* | Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. | Anders Carlsson | 2008-11-24 | 1 | -0/+6 |
* | Implement codegen for the following static var init. | Lauro Ramos Venancio | 2008-02-26 | 1 | -1/+6 |
* | Support initalisers for more than just int-typed static variables. | Oliver Hunt | 2007-12-02 | 1 | -0/+10 |
* | Code gen static initializer. | Devang Patel | 2007-10-26 | 1 | -0/+5 |