- Aug 29, 2009
-
-
Bill Wendling authored
doesn't handle all values of the formatting. Those can be added as needed. llvm-svn: 80427
-
John McCall authored
llvm-svn: 80426
-
John McCall authored
improved if there were a consistent name for getInstantiatedFromMemberX() across all classes. Cheap refactor if someone wants to do it, but let's get the buildbots happy first. llvm-svn: 80425
-
Bob Wilson authored
inferencing. As far as I can tell, these are equivalent to the existing MVT::fAny, iAny and vAny types, and having both of them makes it harder to reason about and modify the type inferencing code. The specific problem in PR4795 occurs when updating a vAny type to be fAny or iAny, or vice versa. Both iAny and fAny include vector types -- they intersect with the set of types represented by vAny. When merging them, choose fAny/iAny to represent the intersection. This is not perfect, since fAny/iAny also include scalar types, but it is good enough for TableGen's type inferencing. llvm-svn: 80423
-
Anders Carlsson authored
llvm-svn: 80422
-
Eli Friedman authored
llvm-svn: 80421
-
John McCall authored
llvm-svn: 80420
-
John McCall authored
llvm-svn: 80419
-
John McCall authored
llvm-svn: 80418
-
Zhongxing Xu authored
llvm-svn: 80417
-
Anders Carlsson authored
llvm-svn: 80416
-
Anders Carlsson authored
llvm-svn: 80415
-
Eric Christopher authored
and make the reference pointer size as it should be. Fixes an abort on a testcase derived from libunwind's personality test in 64-bit. llvm-svn: 80414
-
Anders Carlsson authored
llvm-svn: 80413
-
Anders Carlsson authored
llvm-svn: 80412
-
Jeffrey Yasskin authored
GlobalVariables to MDNodes. llvm-svn: 80411
-
David Goodwin authored
llvm-svn: 80410
-
Anton Korobeynikov authored
llvm-svn: 80409
-
Anton Korobeynikov authored
llvm-svn: 80408
-
Devang Patel authored
Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406
-
Mike Stump authored
llvm-svn: 80405
-
Evan Cheng authored
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bunch of nasty code in ARM asm printer. llvm-svn: 80404
-
Douglas Gregor authored
Make sure we actually found a redeclaration before complaining about attributes added to a redeclaration in C++ llvm-svn: 80403
-
Anders Carlsson authored
llvm-svn: 80402
-
Eric Christopher authored
llvm-svn: 80401
-
Douglas Gregor authored
llvm-svn: 80399
-
Fariborz Jahanian authored
llvm-svn: 80398
-
Douglas Gregor authored
llvm-svn: 80397
-
- Aug 28, 2009
-
-
Douglas Gregor authored
member templates. llvm-svn: 80396
-
Douglas Gregor authored
llvm-svn: 80395
-
Douglas Gregor authored
llvm-svn: 80394
-
Douglas Gregor authored
to a multi-level template argument list by making it explicit. The forced auditing of callers found a bug in the instantiation of member classes inside member templates. I *love* static type systems. llvm-svn: 80391
-
Douglas Gregor authored
Remove the conversion from a multi-level template argument list back to a single template argument list. We no longer need this crutch llvm-svn: 80390
-
Douglas Gregor authored
When performing template instantiation of the definitions of member templates (or members thereof), we build a data structure containing the template arguments from each "level" of template instantiation. During template instantiation, we substitute all levels of template arguments simultaneously. llvm-svn: 80389
-
Ted Kremenek authored
llvm-svn: 80388
-
Ted Kremenek authored
objects that are not automatically garbage collected. This fixes <rdar://problem/7174400>. llvm-svn: 80387
-
Anders Carlsson authored
llvm-svn: 80386
-
Ted Kremenek authored
llvm-svn: 80385
-
Ted Kremenek authored
particular, clangFrontend was not being linked in. llvm-svn: 80384
-
Anders Carlsson authored
llvm-svn: 80383
-