- Apr 20, 2010
-
-
Anders Carlsson authored
Assert that the path from the derived to the base class in CodeGenFunction::GetAddressOfBaseClass is not ambiguous. llvm-svn: 101869
-
John Thompson authored
llvm-svn: 101868
-
Zhongxing Xu authored
llvm-svn: 101867
-
Chris Lattner authored
now that the testsuite has been updated. llvm-svn: 101866
-
Chris Lattner authored
llvm-svn: 101865
-
Chris Lattner authored
of buildbots with: error: 'error' diagnostics expected but not seen: Line 9: too few elements in vector initialization (expected 8 elements, have 2) 1 warning and 1 error generated. llvm-svn: 101864
-
John Thompson authored
llvm-svn: 101863
-
Zhongxing Xu authored
llvm-svn: 101862
-
John McCall authored
actual delete expressions, not just new expressions. llvm-svn: 101861
-
Dan Gohman authored
llvm-svn: 101860
-
John McCall authored
llvm-svn: 101859
-
Chris Lattner authored
these or something? llvm-svn: 101858
-
John McCall authored
llvm-svn: 101857
-
Bill Wendling authored
it as it's not dead. llvm-svn: 101855
-
Chris Lattner authored
an optimizer infinite loop on the file, PR6866. llvm-svn: 101854
-
Johnny Chen authored
d==15 is considered illegal. Return false instead of assert(). llvm-svn: 101852
-
Eric Christopher authored
shifts and null vectors. Autoupgrade these to what we'd lower them to. Add a testcase to exercise this. llvm-svn: 101851
-
Dan Gohman authored
in the case where a basic block is split. llvm-svn: 101850
-
Dan Gohman authored
SelectionDAGBuilder, where it doesn't have to be as complicated. llvm-svn: 101848
-
Chris Lattner authored
references to it. llvm-svn: 101847
-
Chris Lattner authored
llvm-svn: 101846
-
rdar://7879828Chris Lattner authored
Arg promotion was deleting call graph nodes that still had references from the 'indirect' CGN. Like the inliner, it should only delete the function if all references are gone. llvm-svn: 101845
-
Dan Gohman authored
responsible for figuring out what that's supposed to be on its own. llvm-svn: 101844
-
Dan Gohman authored
where multiple blocks are emitted; functions which do this need to return the new BB so that their callers can stay current. llvm-svn: 101843
-
John McCall authored
associated with a new expression if -fno-exceptions is set. llvm-svn: 101841
-
Bob Wilson authored
the intrinsics. The reason for those i8* types is that the intrinsics are overloaded on the vector type and we don't have a way to declare an intrinsic where one argument is an overloaded vector type and another argument is a pointer to the vector element type. The bitcasts added here will match what the frontend will typically generate when these intrinsics are used. llvm-svn: 101840
-
Johnny Chen authored
llvm-svn: 101839
-
Douglas Gregor authored
will already have done so when the template is declared. llvm-svn: 101838
-
Dan Gohman authored
llvm-svn: 101832
-
Dan Gohman authored
and End arguments by-value rather than by-reference. llvm-svn: 101830
-
Johnny Chen authored
llvm-svn: 101827
-
Douglas Gregor authored
function declaration, since it may end up being changed (e.g., "extern" can become "static" if a prior declaration was static). Patch by Enea Zaffanella and Paolo Bolzoni. llvm-svn: 101826
-
Dan Gohman authored
an argument to things that need it. llvm-svn: 101825
-
Dan Gohman authored
llvm-svn: 101824
-
Dan Gohman authored
need it, just pass around the parent block of the current instruction explicitly. llvm-svn: 101822
-
Douglas Gregor authored
Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. llvm-svn: 101821
-
- Apr 19, 2010
-
-
Dan Gohman authored
just ask ScalarEvolution for it on demand. This helps IVUsers be more robust in the case of expressions changing underneath it. This fixes PR6862. llvm-svn: 101819
-
Douglas Gregor authored
since it makes sense there to have const extern variables. Fixes PR6495. llvm-svn: 101818
-
Johnny Chen authored
Pseudocode details of conditional, Condition bits '111x' indicate the instruction is always executed. That is, '1111' is a leagl condition field value, which is now mapped to ARMCC::AL. Also add a test case for condition field '1111'. llvm-svn: 101817
-
Daniel Dunbar authored
llvm-svn: 101815
-