- Jan 26, 2010
-
-
Anders Carlsson authored
llvm-svn: 94520
-
Anders Carlsson authored
Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions. llvm-svn: 94519
-
Anders Carlsson authored
llvm-svn: 94513
-
Anders Carlsson authored
llvm-svn: 94511
-
Anders Carlsson authored
llvm-svn: 94504
-
Mike Stump authored
multiple inheritance cases. WIP. This fixes 20% of the outstanding problems found by the randomized tester. llvm-svn: 94499
-
Mike Stump authored
llvm-svn: 94478
-
Devang Patel authored
llvm-svn: 94473
-
Devang Patel authored
llvm-svn: 94467
-
- Jan 25, 2010
-
-
Fariborz Jahanian authored
as NYI now. llvm-svn: 94453
-
Fariborz Jahanian authored
(fixes radar 7574896). llvm-svn: 94434
-
-
Chris Lattner authored
llvm-svn: 94401
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94379
-
Alexis Hunt authored
Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix. llvm-svn: 94352
-
Anders Carlsson authored
llvm-svn: 94341
-
- Jan 23, 2010
-
-
Eli Friedman authored
function. llvm-svn: 94320
-
Benjamin Kramer authored
llvm-svn: 94313
-
David Chisnall authored
Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. llvm-svn: 94274
-
- Jan 22, 2010
-
-
Mike Stump authored
llvm-svn: 94193
-
Douglas Gregor authored
llvm-svn: 94177
-
Benjamin Kramer authored
llvm-svn: 94175
-
Mike Stump authored
llvm-svn: 94163
-
Mike Stump authored
llvm-svn: 94145
-
- Jan 21, 2010
-
-
Anders Carlsson authored
llvm-svn: 94079
-
Devang Patel authored
are uniqued. The debug info descriptor describing record's context is necessary to keep two Decl's descriptor unique if their name match. There is more work to do to create descriptors for DeclContext. As a temp. step use type's name in FwdDecl. llvm-svn: 94050
-
- Jan 19, 2010
-
-
Devang Patel authored
llvm-svn: 93837
-
Devang Patel authored
There is lot more work to do in this area. llvm-svn: 93836
-
Devang Patel authored
llvm-svn: 93822
-
Devang Patel authored
llvm-svn: 93814
-
Devang Patel authored
llvm::Function name is the linkage name. If it has a '01' as a prefix then probably there is a reason. llvm-svn: 93808
-
- Jan 18, 2010
-
-
Anders Carlsson authored
More VTT builder fixes. With these fixes we now correctly handle the very complex VTT example from the Itanium ABI spec. llvm-svn: 93725
-
Anders Carlsson authored
llvm-svn: 93710
-
Anders Carlsson authored
llvm-svn: 93709
-
Anders Carlsson authored
llvm-svn: 93696
-
- Jan 17, 2010
-
-
Anders Carlsson authored
llvm-svn: 93681
-
- Jan 16, 2010
-
-
Tanya Lattner authored
llvm-svn: 93611
-
Eli Friedman authored
llvm-svn: 93601
-
- Jan 15, 2010
-
-
Eli Friedman authored
llvm-svn: 93546
-
Ken Dyck authored
the LValue-related methods of APValue out of line to avoid header file leaching. llvm-svn: 93512
-