Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | Update a number of CodeGen tests to not create .ll files in the test | Daniel Dunbar | 2008-08-21 | 1 | -1/+1 |
| | | | | | | | | directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104 | ||||
* | fix crash when codegening 'cond ? lhs : call-to-void-func()' | Nuno Lopes | 2008-06-04 | 1 | -0/+12 |
| | | | | llvm-svn: 51958 | ||||
* | Patch for PR2334, and a similar ObjC bug. | Eli Friedman | 2008-05-16 | 1 | -0/+5 |
| | | | | llvm-svn: 51193 | ||||
* | Basic codegen test for conditional with void*. | Eli Friedman | 2008-02-10 | 1 | -0/+6 |
| | | | | llvm-svn: 46940 | ||||
* | Fix codegen for conditionals with incommpatible pointer types. Code | Eli Friedman | 2008-01-30 | 1 | -0/+4 |
| | | | | | | | that causes this isn't really correct, but if we're going to accept this, it should come up with a consistent AST. llvm-svn: 46557 | ||||
* | Fix a codegen crash on void ?: reported by Oliver | Chris Lattner | 2007-11-30 | 1 | -0/+7 |
| | | | | llvm-svn: 44454 | ||||
* | this works. | Chris Lattner | 2007-11-26 | 1 | -2/+0 |
| | | | | llvm-svn: 44321 | ||||
* | Check in these testcases. | Chris Lattner | 2007-07-13 | 1 | -0/+12 |
llvm-svn: 39829 |