- Aug 30, 2009
-
-
Dan Gohman authored
a register to 0. This fixes PR4814. llvm-svn: 80445
-
- Aug 29, 2009
-
-
Eli Friedman authored
llvm-svn: 80439
-
Anders Carlsson authored
llvm-svn: 80438
-
Anders Carlsson authored
llvm-svn: 80437
-
Fariborz Jahanian authored
[12.3.2-p3] llvm-svn: 80436
-
Anders Carlsson authored
llvm-svn: 80435
-
Anders Carlsson authored
llvm-svn: 80434
-
Fariborz Jahanian authored
using class's conversion functions [12.3.2-p2] llvm-svn: 80433
-
Eli Friedman authored
llvm-svn: 80432
-
Benjamin Kramer authored
llvm-svn: 80431
-
Benjamin Kramer authored
llvm-svn: 80430
-
Bill Wendling authored
llvm-svn: 80429
-
Bill Wendling authored
encodings. - Make some of the values emitted by the FDEs dependent upon the pointer size. This is in line with how GCC does things. And it has the benefit of working for Darwin in 64-bit mode now. llvm-svn: 80428
-
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
-