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 |
* | PR5526: Make sure to set the right cast kinds for the inserted implicit casts. | Eli Friedman | 2009-11-17 | 1 | -0/+8 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -12/+9 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Update a number of CodeGen tests to not create .ll files in the test | Daniel Dunbar | 2008-08-21 | 1 | -1/+1 |
* | fix crash when codegening 'cond ? lhs : call-to-void-func()' | Nuno Lopes | 2008-06-04 | 1 | -0/+12 |
* | Patch for PR2334, and a similar ObjC bug. | Eli Friedman | 2008-05-16 | 1 | -0/+5 |
* | Basic codegen test for conditional with void*. | Eli Friedman | 2008-02-10 | 1 | -0/+6 |
* | Fix codegen for conditionals with incommpatible pointer types. Code | Eli Friedman | 2008-01-30 | 1 | -0/+4 |
* | Fix a codegen crash on void ?: reported by Oliver | Chris Lattner | 2007-11-30 | 1 | -0/+7 |
* | this works. | Chris Lattner | 2007-11-26 | 1 | -2/+0 |
* | Check in these testcases. | Chris Lattner | 2007-07-13 | 1 | -0/+12 |