Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some ↵ | Daniel Dunbar | 2010-09-03 | 1 | -10/+0 |
| | | | | | | projects. llvm-svn: 112922 | ||||
* | Another i1 vs. i8 type mismatch issue. This time | Fariborz Jahanian | 2010-09-02 | 1 | -0/+10 |
| | | | | | | a 'bool' byref variable in memory. Fixes radar 8382559. llvm-svn: 112835 | ||||
* | Fixes a code gen crash when block is a reference type, etc. | Fariborz Jahanian | 2010-05-04 | 1 | -1/+23 |
| | | | | | | (radar 7495203). llvm-svn: 103022 | ||||
* | Specify temporary file for -emit-llvm output in test case so that we don't ↵ | Ted Kremenek | 2010-04-15 | 1 | -1/+1 |
| | | | | | | | | deposit the file in the original source directory. llvm-svn: 101402 | ||||
* | Add encoding of reference types like gcc does for objc methods and | Fariborz Jahanian | 2010-04-13 | 1 | -0/+21 |
blocks. Fixes PR6468. llvm-svn: 101196 |