- Oct 30, 2009
-
-
Dan Gohman authored
unfolding loads for hoisting. getOpcodeAfterMemoryUnfold returns the opcode of the original operation without the load, not the load itself, MachineLICM needs to know the operand index in order to get the correct register class. Extend getOpcodeAfterMemoryUnfold to return this information. llvm-svn: 85622
-
Chris Lattner authored
llvm-svn: 85621
-
Douglas Gregor authored
partial specializations and explicit instantiations of non-templates. llvm-svn: 85620
-
Devang Patel authored
llvm-svn: 85619
-
Ted Kremenek authored
llvm-svn: 85618
-
Douglas Gregor authored
template<> struct foo<int> { ... }; where "foo" does not refer to a template. Fixes PR3844. llvm-svn: 85616
-
Jim Grosbach authored
llvm-svn: 85615
-
Daniel Dunbar authored
llvm-svn: 85614
-
Douglas Gregor authored
llvm-svn: 85612
-
Jim Grosbach authored
llvm-svn: 85611
-
Bob Wilson authored
llvm-svn: 85610
-
Evan Cheng authored
llvm-svn: 85609
-
Evan Cheng authored
llvm-svn: 85608
-
Jim Grosbach authored
apply to the build tools. If we want to allow build tool flags input, we should have separate inputs (BUILD_CFLAGS and BUILD_CXXFLAGS, perhaps). llvm-svn: 85607
-
Jim Grosbach authored
llvm-svn: 85606
-
Jim Grosbach authored
llvm-svn: 85605
-
Daniel Dunbar authored
-miphoneos-version-min. llvm-svn: 85601
-
Daniel Dunbar authored
-mmacosx-version-min and -miphoneos-version-min to clang-cc. llvm-svn: 85600
-
Lang Hames authored
llvm-svn: 85599
-
John McCall authored
a crash on <vector> in same, which bears additional investigation. llvm-svn: 85598
-
Ted Kremenek authored
llvm-svn: 85597
-
Ted Kremenek authored
llvm-svn: 85596
-
Ted Kremenek authored
Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. llvm-svn: 85595
-
Douglas Gregor authored
llvm-svn: 85594
-
Benjamin Kramer authored
llvm-svn: 85592
-
Benjamin Kramer authored
llvm-svn: 85591
-
Rafael Espindola authored
void f (int a1, int a2, int a3, int a4, int a5,...) In ARMTargetLowering::LowerFormalArguments if the function has 4 or more regular arguments we used to set VarArgsFrameIndex using an offset of 0, which is only correct if the function has exactly 4 regular arguments. llvm-svn: 85590
-
John Thompson authored
llvm-svn: 85589
-
Benjamin Kramer authored
llvm-svn: 85588
-
Oscar Fuentes authored
llvm-svn: 85587
-
Evan Cheng authored
Rather than having llvm-gcc changing the meaning of OptimizeSize, just make sure loop unswitch is conservative when optimization level is < 3. llvm-svn: 85581
-
Zhongxing Xu authored
can get the correct base lvalue. Revert r85578. llvm-svn: 85579
-
Ted Kremenek authored
This fixes the crash reported in PR 5316. llvm-svn: 85578
-
Bob Wilson authored
clang/test/CodeGen/indirect-goto.c runs! (unoptimized) llvm-svn: 85577
-
Chris Lattner authored
llvm-svn: 85576
-
Dan Gohman authored
llvm-svn: 85575
-
Anders Carlsson authored
Get throws limping along, still a bunch of FIXMEs. Too bad we don't support catching anything yet :) llvm-svn: 85574
-
Dan Gohman authored
llvm-svn: 85572
-
Dan Gohman authored
llvm-svn: 85571
-
Dan Gohman authored
llvm-svn: 85568
-