- Nov 16, 2009
-
-
Eli Friedman authored
llvm-svn: 88971
-
Mike Stump authored
llvm-svn: 88944
-
Mike Stump authored
llvm-svn: 88941
-
Mike Stump authored
llvm-svn: 88928
-
Mike Stump authored
llvm-svn: 88900
-
Eli Friedman authored
for a call to a virtual function. llvm-svn: 88891
-
Eli Friedman authored
llvm-svn: 88890
-
- Nov 15, 2009
-
-
Mike Stump authored
llvm-svn: 88856
-
Mike Stump authored
llvm-svn: 88852
-
Mike Stump authored
llvm-svn: 88843
-
Mike Stump authored
llvm-svn: 88828
-
- Nov 14, 2009
-
-
Anders Carlsson authored
llvm-svn: 88810
-
Anders Carlsson authored
llvm-svn: 88808
-
Eli Friedman authored
legitimately has side-effects (and needs to be generated as a non-constant). llvm-svn: 88767
-
Eli Friedman authored
llvm-svn: 88756
-
Eli Friedman authored
more familiar with this stuff should double-check that there isn't some more general rule; this is purely from inspecting g++ output.) llvm-svn: 88755
-
Eli Friedman authored
definitions just because the type happens to be an array type. llvm-svn: 88752
-
Anders Carlsson authored
llvm-svn: 88735
-
- Nov 13, 2009
-
-
Fariborz Jahanian authored
(still part of pr5472). llvm-svn: 88712
-
Mike Stump authored
llvm-svn: 88710
-
Mike Stump authored
llvm-svn: 88702
-
Mike Stump authored
llvm-svn: 88699
-
Mike Stump authored
llvm-svn: 88681
-
Fariborz Jahanian authored
llvm-svn: 88680
-
Mike Stump authored
but this is necessary to continue work on virtual vtables. We don't want to penalize virtual table building testcases, just because complex virtual conversions don't yet work. llvm-svn: 88676
-
Anders Carlsson authored
llvm-svn: 88662
-
Anders Carlsson authored
1. For A f() { return A(); } we were incorrectly calling the A destructor on the returned object. 2. For void f(A); void g() { A a; f(a); } we were incorrectly not calling the copy constructor. llvm-svn: 87082
-
- Nov 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86911
-
- Nov 11, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 86890
-
Fariborz Jahanian authored
initializer list. Fixes PR5463. llvm-svn: 86849
-
Daniel Dunbar authored
- FileCheck is a *huuuuge* improvement here. - Still feels like we could use a better tool for this though, either teach llvm-dis to spit out the FileCheck syntax, or provide another tool to turn a .ll into a "matchable" input. - Also on my Christmas list is better FileCheck diagnostics with missing variables or mismatches. llvm-svn: 86800
-
Fariborz Jahanian authored
llvm-svn: 86755
-
- Nov 10, 2009
-
-
Eli Friedman authored
generated PHI node for the null check of a new operator. llvm-svn: 86738
-
Fariborz Jahanian authored
global array of objects. llvm-svn: 86701
-
- Nov 09, 2009
-
-
Eli Friedman authored
llvm-svn: 86574
-
Eli Friedman authored
reasonably safe, but it doesn't seem like the right solution. llvm-svn: 86508
-
Eli Friedman authored
and implicitly defined constructors. This has a number of benefits: 1. Less code. 2. Explicit and implicit constructors get the same diagnostics. 3. The AST explicitly contains constructor calls from implicit default constructors. This allows handing some cases that previously weren't handled correctly in IRGen without any additional code. Specifically, implicit default constructors containing calls to constructors with default arguments are now handled correctly. llvm-svn: 86500
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86432
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
Anders Carlsson authored
llvm-svn: 86414
-