Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Daniel Dunbar 3e7cf38810 Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112922 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-03 00:35:23 +00:00
Fariborz Jahanian 73556e0d96 Another i1 vs. i8 type mismatch issue. This time
a 'bool' byref variable in memory. Fixes radar 8382559.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112835 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-02 17:28:31 +00:00
Fariborz Jahanian d33ded52b0 Fixes a code gen crash when block is a reference type, etc.
(radar 7495203).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103022 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-04 17:59:32 +00:00
Ted Kremenek 2ba6c81baa Specify temporary file for -emit-llvm output in test case so that we don't deposit the file
in the original source directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101402 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-15 21:11:33 +00:00
Fariborz Jahanian aa1d76163e Add encoding of reference types like gcc does for objc methods and
blocks. Fixes PR6468.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101196 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-13 23:45:47 +00:00