- May 27, 2010
-
-
Jim Grosbach authored
llvm-svn: 104869
-
Anders Carlsson authored
When null-initializing bases with data member pointers, don't assert on virtual bases. Just initialize them to null. llvm-svn: 104868
-
John McCall authored
LLVM backends support these yet. llvm-svn: 104867
-
Dan Gohman authored
To support this, move IsCalleePop from X86ISelLowering to X86Subtarget. llvm-svn: 104866
-
Daniel Dunbar authored
noted, is not the same as __attribute__((packed)). That would be ridiculous! llvm-svn: 104865
-
Daniel Dunbar authored
llvm-svn: 104864
-
Bill Wendling authored
expression". llvm-svn: 104863
-
Jim Grosbach authored
to update the jmpbuf in the presence of VLAs. llvm-svn: 104862
-
Anders Carlsson authored
llvm-svn: 104861
-
Bruno Cardoso Lopes authored
common code between SSE versions. llvm-svn: 104860
-
Devang Patel authored
llvm-svn: 104858
-
Dan Gohman authored
llvm-svn: 104856
-
Dan Gohman authored
llvm-svn: 104855
-
Dan Gohman authored
separate canRead() call. llvm-svn: 104853
-
Dan Gohman authored
can't be read, since it isn't cleared on other error paths. llvm-svn: 104852
-
Dan Gohman authored
getMagicNumber() does its own error checking. llvm-svn: 104851
-
Howard Hinnant authored
llvm-svn: 104850
-
Ted Kremenek authored
have an API around that cannot be implemented correctly yet. llvm-svn: 104849
-
Devang Patel authored
inlined function's arguments need a label to mark the start point because they are not directly attached to current function. llvm-svn: 104848
-
Fariborz Jahanian authored
llvm-svn: 104847
-
Dan Gohman authored
llvm-svn: 104845
-
Stuart Hastings authored
llvm-svn: 104841
-
Dan Gohman authored
llvm-svn: 104840
-
Anders Carlsson authored
llvm-svn: 104839
-
Anders Carlsson authored
llvm-svn: 104838
-
Fariborz Jahanian authored
Flag synthesized struct decl. as non-empty so CXX side of ir gen does not skip its Null initialization. Fixes radar 8027844 for objc++'s collection statement. llvm-svn: 104837
-
Douglas Gregor authored
expression, "forget" about the object type; only the nested-name-specifier matters for name lookup purposes. Fixes PR7239. llvm-svn: 104834
-
Jim Grosbach authored
llvm-svn: 104833
-
Gabor Greif authored
llvm-svn: 104832
-
Gabor Greif authored
llvm-svn: 104831
-
Abramo Bagnara authored
llvm-svn: 104829
-
Daniel Dunbar authored
llvm-svn: 104828
-
Daniel Dunbar authored
llvm-svn: 104823
-
John McCall authored
instantiation of a dependent elaborated type specifier. Fixes PR 7199. llvm-svn: 104822
-
Ted Kremenek authored
llvm-svn: 104817
-
John McCall authored
for 32-bit MIPS processors. Hat-tip to rdivacky for providing gcc dumps on this. llvm-svn: 104816
-
Daniel Dunbar authored
llvm-svn: 104815
-
Daniel Dunbar authored
- Docs are fairly sketchy, if someone wants to pore through gcc to look for holes I'd appreciate any failing test cases! llvm-svn: 104809
-
Anders Carlsson authored
llvm-svn: 104808
-
Daniel Dunbar authored
Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. llvm-svn: 104807
-