- Feb 10, 2009
-
-
Devang Patel authored
llvm-svn: 64242
-
Evan Cheng authored
llvm-svn: 64240
-
Douglas Gregor authored
arrays and other structs/unions as an extension. Downgrade our error to a warning. Fixes PR3540. llvm-svn: 64239
-
Daniel Dunbar authored
- Missed this file. llvm-svn: 64238
-
Evan Cheng authored
llvm-svn: 64237
-
Duncan Sands authored
an emulated one. Adjust the check. llvm-svn: 64236
-
Daniel Dunbar authored
llvm-svn: 64235
-
Fariborz Jahanian authored
type-nsobject-attribute.m in the dejagnu test suite in the nonfragile abi mode. llvm-svn: 64233
-
Mike Stump authored
We handle indentation of decls better. We Indent extern "C" { } stuff better. We print out structure contents more often. We handle pass indentation information into the statement printer, so that nested things come out more indented. We print out FieldDecls. We print out Vars. We print out namespaces. We indent functions better. llvm-svn: 64232
-
Mike Stump authored
llvm-svn: 64231
-
Douglas Gregor authored
llvm-svn: 64230
-
Douglas Gregor authored
arguments. This commit covers checking and merging default template arguments from previous declarations, but it does not cover the actual use of default template arguments when naming class template specializations. llvm-svn: 64229
-
Devang Patel authored
llvm-svn: 64226
-
Fariborz Jahanian authored
in preparation for nonfragile ivar offset work. llvm-svn: 64225
-
Dan Gohman authored
This fixes PR3535. llvm-svn: 64224
-
Douglas Gregor authored
llvm-svn: 64223
-
Dan Gohman authored
"Can I compile C or C++ code to platform-independent LLVM bitcode?" llvm-svn: 64222
-
Daniel Dunbar authored
llvm-svn: 64221
-
Duncan Sands authored
uninitialized). llvm-svn: 64220
-
Evan Cheng authored
Fix PR3457: Ignore control successors when looking for closest scheduled successor. A control successor doesn't read result(s) produced by the scheduling unit being evaluated. llvm-svn: 64210
-
Devang Patel authored
llvm-svn: 64209
-
Ted Kremenek authored
llvm-svn: 64208
-
Devang Patel authored
llvm-svn: 64207
-
Anders Carlsson authored
llvm-svn: 64206
-
Anders Carlsson authored
llvm-svn: 64205
-
Devang Patel authored
llvm-svn: 64204
-
Anders Carlsson authored
llvm-svn: 64203
-
Ted Kremenek authored
llvm-svn: 64200
-
Sanjiv Gupta authored
Function temporaries can not overlap with retval or args.See the comment in source code to know the reason. Anything having .auto. in its name is local to a function in nature irrespective of the linkage specified. print static local variables in module level IDATA section. llvm-svn: 64199
-
Sanjiv Gupta authored
Function parameters for PIC16 are like local variables. So use the keyword ".auto." to mangle their names. The working of PIC16AsmPrinter relies on that keyword currently. llvm-svn: 64198
-
Daniel Dunbar authored
gcc compat test suite results (Darwin x86-32 & -64): -- # of expected passes 1110 # of unexpected failures 74 # of unresolved testcases 168 # of unsupported tests 2 llvm-svn: 64197
-
Argyrios Kyrtzidis authored
llvm-svn: 64196
-
Daniel Dunbar authored
llvm-svn: 64195
-
Daniel Dunbar authored
memory representation (e.g., bool). - This upgrades (downgrades) MultiSource/Applications/ClamAV/clamscan to a miscompile and fixes SingleSource/UnitTests/2003-05-31-CastToBool. llvm-svn: 64194
-
Ted Kremenek authored
llvm-svn: 64193
-
Ted Kremenek authored
Fix potential padding error in PTH file and add stub code for emitting an on-disk chained hash table. llvm-svn: 64192
-
Daniel Dunbar authored
from LLVM memory type to/from LLVM temporary type. - No intended functionality change. llvm-svn: 64191
-
Ted Kremenek authored
llvm-svn: 64190
-
Douglas Gregor authored
disambiguation contexts, so that we properly parse template arguments such as A<int()> as type-ids rather than as expressions. Since this can be confusing (especially when the template parameter is a non-type template parameter), we try to give a friendly error message. Almost, eliminate a redundant error message (that should have been a note) and add some ultra-basic checks for non-type template arguments. llvm-svn: 64189
-
Douglas Gregor authored
template parameters. llvm-svn: 64188
-