- Apr 14, 2009
-
-
Chris Lattner authored
llvm-svn: 69028
-
Daniel Dunbar authored
llvm-svn: 69027
-
Chris Lattner authored
llvm-svn: 69026
-
Chris Lattner authored
llvm-svn: 69025
-
Mike Stump authored
llvm-svn: 69021
-
Daniel Dunbar authored
- Exposed quite a few Sema issues and a CodeGen crash. - See FIXMEs in test case, and in SemaDecl.cpp (PR3983). I'm skeptical that __private_extern__ should actually be a storage class value. I think that __private_extern__ basically amounts to extern A __attribute__((visibility("hidden"))) and would be better off handled (a) as that, or (b) with an extra bit in the VarDecl. llvm-svn: 69020
-
Mike Stump authored
llvm-svn: 69010
-
- Apr 13, 2009
-
-
Eli Friedman authored
implies an all-zero bit pattern. llvm-svn: 68994
-
Eli Friedman authored
llvm-svn: 68992
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 68987
-
Steve Naroff authored
llvm-svn: 68982
-
rdar://problem/6780904Steve Naroff authored
Fixed crasher in <rdar://problem/6780904> [irgen] Assertion failed: (Result == conversionOK && "UTF-8 to UTF-16 conversion failed"), function GetAddrOfConstantCFString, file CodeGenModule.cpp, line 1063. Still a diagnostic related FIXME (will discuss with Daniel/Fariborz offline). llvm-svn: 68975
-
Anders Carlsson authored
llvm-svn: 68971
-
Anders Carlsson authored
llvm-svn: 68969
-
- Apr 11, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 68870
-
Fariborz Jahanian authored
llvm-svn: 68865
-
Anders Carlsson authored
llvm-svn: 68853
-
Anders Carlsson authored
llvm-svn: 68852
-
Mike Stump authored
llvm-svn: 68837
-
Anders Carlsson authored
Remove asserts that weren't really useful, and that would fire in case the CleanupEntries vector needed to be reallocated. llvm-svn: 68835
-
Daniel Dunbar authored
llvm-svn: 68833
-
- Apr 10, 2009
-
-
Daniel Dunbar authored
their emission was deferred. - <rdar://problem/6775234> variables with internal linkage should not be exposed with -fvisibility=hidden. llvm-svn: 68818
-
Mike Stump authored
blocks, so that the outer blocks use it as well. Radar 6762279 llvm-svn: 68811
-
Fariborz Jahanian authored
in @protocol expression. llvm-svn: 68806
-
Anders Carlsson authored
llvm-svn: 68764
-
Chris Lattner authored
llvm-svn: 68756
-
-
- Apr 09, 2009
-
-
Douglas Gregor authored
No functionality change (really). llvm-svn: 68726
-
Anders Carlsson authored
llvm-svn: 68652
-
- Apr 08, 2009
-
-
Anders Carlsson authored
llvm-svn: 68639
-
Anders Carlsson authored
llvm-svn: 68635
-
Devang Patel authored
llvm-svn: 68630
-
Daniel Dunbar authored
llvm-svn: 68615
-
Daniel Dunbar authored
- This is pretty ugly, but the most obvious solution. Chime in if you have a nicer one. - The problem is that with -save-temps, clang-cc has no idea what the name of the original input file is. However, the user expects to be able to set breakpoints based on the input file name. - We support this by providing a new option -main-file-name (similar to -dumpbase used by gcc) which allows the driver to pass in the original file name. - <rdar://problem/6753383> building with clang using --save-temps gets the compile unit name from the .i file... llvm-svn: 68595
-
Anders Carlsson authored
Add a destination type argument to EmitConstantExpr. This will be used for when the destination has a reference type. (No functionality change yet) llvm-svn: 68593
-
Daniel Dunbar authored
- Complete <rdar://problem/6635883> Support __objc_exception__ attribute llvm-svn: 68591
-
Sanjiv Gupta authored
Pointer width on targets like PIC16 is 16-bit, while the valid index size to GEP is only 32 or 64. So promote index to 32 in such cases. llvm-svn: 68590
-
-
Daniel Dunbar authored
llvm-svn: 68561
-
Anders Carlsson authored
llvm-svn: 68557
-