- Nov 23, 2009
-
-
Dan Gohman authored
llvm-svn: 89702
-
Dan Gohman authored
no filename. This situation is apparently fairly common right now. llvm-svn: 89701
-
-
Johnny Chen authored
VDUPLND and VDUPLNQ to derive from N2V instead of N2VDup. VDUPLND and VDUPLNQ now expect op19_18 and op17_16 as the first two args. llvm-svn: 89699
-
Fariborz Jahanian authored
llvm-svn: 89696
-
Jim Grosbach authored
llvm-svn: 89695
-
Jim Grosbach authored
fold immediate of a + Const into the user as a subtract if it can fit as a negated two-part immediate. llvm-svn: 89694
-
Johnny Chen authored
{?,?,?,?} as op11_8 for VEXTd and VEXTq. llvm-svn: 89693
-
Anders Carlsson authored
llvm-svn: 89692
-
Fariborz Jahanian authored
type-casts in the parser. llvm-svn: 89691
-
Devang Patel authored
llvm-svn: 89689
-
Ted Kremenek authored
llvm-svn: 89688
-
Devang Patel authored
llvm-svn: 89686
-
Johnny Chen authored
ARMInstrFormats.td and fixing VLD[234]LN* and VST[234]LN* to derive from NLdSt instead of NLdStLN. llvm-svn: 89684
-
Dan Gohman authored
llvm-svn: 89683
-
Ted Kremenek authored
Tweak UndefBranchChecker to register the most nested "undefined" expression with bugreporter::registerTrackNullOrUndefValue instead of the condition itself. llvm-svn: 89682
-
Dan Gohman authored
SelectionDAGBuild.cpp to SelectionDAGBuilder.cpp. llvm-svn: 89681
-
Fariborz Jahanian authored
objective-c pointer type. This was a serious mishap and luckily, Ted's test caught that (and patch fixes the test case). llvm-svn: 89680
-
Ted Kremenek authored
llvm-svn: 89679
-
Anders Carlsson authored
llvm-svn: 89678
-
John Thompson authored
llvm-svn: 89677
-
Johnny Chen authored
should be left unspecified now that Bob Wilson has fixed pr5470. llvm-svn: 89676
-
Dan Gohman authored
in this file. llvm-svn: 89675
-
Dan Gohman authored
FunctionLoweringInfo.cpp. llvm-svn: 89674
-
Ted Kremenek authored
llvm-svn: 89673
-
David Goodwin authored
llvm-svn: 89672
-
Ted Kremenek authored
llvm-svn: 89671
-
Sebastian Redl authored
Intercept sizeof and alignof references before they get into ASTContext methods. This fixes a crash when writing sizeof(Incomplete&), and lets ASTContext's methods do the right thing for CodeGen, which fixes PR5590. llvm-svn: 89668
-
Dan Gohman authored
of SelectionDAGBuild.h/cpp into its own files, to help separate general lowering logic from SelectionDAG-specific lowering logic. llvm-svn: 89667
-
Chris Lattner authored
llvm-svn: 89666
-
Chris Lattner authored
we have a non-constant pointer. Constant pointers can't be local. llvm-svn: 89665
-
Chris Lattner authored
llvm-svn: 89664
-
Chris Lattner authored
llvm-svn: 89663
-
Chris Lattner authored
llvm-svn: 89662
-
Rafael Espindola authored
*) the ../backward dir is the last in libstdc++ to be searched *) If compiling c++, the c++ headers are searched first llvm-svn: 89661
-
Dan Gohman authored
out of its run function and into its doInitialization method, so that it does the dump once instead of once per function. llvm-svn: 89660
-
Dan Gohman authored
ConstantExpr, not just the top-level operator. This allows it to fold many more constants. Also, make GlobalOpt call ConstantFoldConstantExpression on GlobalVariable initializers. llvm-svn: 89659
-
Dan Gohman authored
adjacent uses of a dead basic block from the same user. This fixes PR5596. llvm-svn: 89658
-
Sebastian Redl authored
llvm-svn: 89657
-
Douglas Gregor authored
functions for a switch condition's conversion to integral or enumeration type. llvm-svn: 89656
-