- Aug 13, 2009
-
-
Fariborz Jahanian authored
function in the order according to c++03. ir-gen for copy assignment in the trivial case and the first test case. llvm-svn: 78938
-
Mike Stump authored
llvm-svn: 78927
-
Mike Stump authored
llvm-svn: 78882
-
Ryan Flynn authored
llvm-svn: 78876
-
Fariborz Jahanian authored
llvm-svn: 78875
-
Mike Stump authored
llvm-svn: 78873
-
Ryan Flynn authored
llvm-svn: 78862
-
Fariborz Jahanian authored
llvm-svn: 78861
-
Mike Stump authored
llvm-svn: 78858
-
Mike Stump authored
llvm-svn: 78857
-
Mike Stump authored
llvm-svn: 78855
-
Mike Stump authored
llvm-svn: 78854
-
Mike Stump authored
llvm-svn: 78851
-
Mike Stump authored
llvm-svn: 78847
-
Mike Stump authored
has been audited for correctness. llvm-svn: 78846
-
- Aug 12, 2009
-
-
Mike Stump authored
llvm-svn: 78844
-
Fariborz Jahanian authored
WIP. llvm-svn: 78841
-
Mike Stump authored
llvm-svn: 78831
-
Fariborz Jahanian authored
llvm-svn: 78826
-
Chris Lattner authored
llvm-svn: 78824
-
Mike Stump authored
cases where a virtual base was already used as a primary base class. WIP. llvm-svn: 78820
-
Chris Lattner authored
llvm-svn: 78794
-
Nate Begeman authored
llvm-svn: 78783
-
Nate Begeman authored
llvm-svn: 78780
-
Dan Gohman authored
llvm-svn: 78765
-
Fariborz Jahanian authored
llvm-svn: 78760
-
Dan Gohman authored
llvm-svn: 78756
-
Anders Carlsson authored
llvm-svn: 78754
-
Dan Gohman authored
use the new "exact" sdiv to allow LLVM optimization to perform this transformation. llvm-svn: 78739
-
Benjamin Kramer authored
llvm-svn: 78735
-
Fariborz Jahanian authored
may not implement NSCopying protocol in -fobjc-gc[-only] mode. llvm-svn: 78726
-
- Aug 11, 2009
-
-
John McCall authored
the AST, and create such declarations. llvm-svn: 78719
-
rdar://7126285Chris Lattner authored
that uses "dot syntax" since it might have a side effect. llvm-svn: 78704
-
Fariborz Jahanian authored
copying in copy constructors and used in default constructor's initializer list. llvm-svn: 78700
-
Benjamin Kramer authored
llvm-svn: 78691
-
Douglas Gregor authored
llvm-svn: 78674
-
John McCall authored
FriendFunctionDecl, and create instances as appropriate. The design of FriendFunctionDecl is still somewhat up in the air; you can befriend arbitrary types of functions --- methods, constructors, etc. --- and it's not clear that this representation captures that very well. We'll have a better picture when we start consuming this data in access control. llvm-svn: 78653
-
Douglas Gregor authored
generic tree transformation (also used for recanonicalization) and a small amount of template-instantiation-specific logic. llvm-svn: 78645
-
Argyrios Kyrtzidis authored
llvm-svn: 78644
-
Mike Stump authored
virtual base primaries and improve the layout of classes with virtual bases. WIP. Hey, I've decided I want a change to FileCheck, I need to ensure that the group is together, nothing in between. Can we change it to check the match line is from the line immediately following the last matched line, if the source for the matched line is immediately after the source for the previously matched line? // CHECK: 1 // CHECK: 2 // CHECK: 3 // CHECK: 4 // CHECK: 5 // CHECK: 6 would require 1 2 and 3 to be continuous in the output, and 4 5 and 6 to be continuous. llvm-svn: 78638
-