- Feb 10, 2009
-
-
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
-
Daniel Dunbar authored
ABI. llvm-svn: 64187
-
Evan Cheng authored
llvm-svn: 64186
-
Douglas Gregor authored
template parameters when performing semantic analysis of a template-id naming a class template specialization. llvm-svn: 64185
-
- Feb 09, 2009
-
-
Evan Cheng authored
If the target cannot issue a copy for the given source and dest registers, abort instead of silently continue. llvm-svn: 64184
-
Dale Johannesen authored
llvm-svn: 64177
-
Anders Carlsson authored
llvm-svn: 64175
-
Anders Carlsson authored
llvm-svn: 64173
-
Daniel Dunbar authored
llvm-svn: 64169
-
Daniel Dunbar authored
llvm-svn: 64168
-
Douglas Gregor authored
Implement Sebastian's idea for simplifying our handling of the greater-than operator/delimiter. Also, clean up after ourselves following a failed parse of a template-argument-list llvm-svn: 64166
-
Evan Cheng authored
llvm-svn: 64164
-
Evan Cheng authored
llvm-svn: 64163
-
Ted Kremenek authored
llvm-svn: 64162
-