- Aug 19, 2010
-
-
Eli Friedman authored
cfe-dev, fixes an error compiling with MSVC. Using a StringRef here doesn't look safe in any case. llvm-svn: 111513
-
Eli Friedman authored
for incomplete enum types. An incomplete enum can't really be treated as an "integral or enumeration" type, and the incorrect treatment leads to bad behavior for many callers. This makes isIntegralOrEnumerationType equivalent to isIntegerType; I think we should globally replace the latter with the former; thoughts? llvm-svn: 111512
-
Anton Yartsev authored
support for the rest of AltiVec functions with bool/pixel arguments and return values (except predicates) llvm-svn: 111511
-
Alexis Hunt authored
llvm-svn: 111510
-
Anton Yartsev authored
support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec_pack, vec_sld, vec_splat) with bool/pixel arguments and return values llvm-svn: 111509
-
Jim Grosbach authored
base registers were required. This will allow for slightly better packing of the locals when alignment padding is necessary after callee saved registers. llvm-svn: 111508
-
Charles Davis authored
active C++ ABI as a raw string, we store it as an enum. This should improve performance somewhat. And yes, this time, I started from a clean build directory, and all the tests passed. :) llvm-svn: 111507
-
Douglas Gregor authored
llvm-svn: 111504
-
Dan Gohman authored
llvm-svn: 111500
-
Eric Christopher authored
depending on the number of virtual registers appear to have all been handled now. llvm-svn: 111499
-
John McCall authored
llvm-svn: 111498
-
John McCall authored
llvm-svn: 111497
-
Chris Lattner authored
call and jumps. llvm-svn: 111496
-
Dan Gohman authored
of the two. llvm-svn: 111495
-
Chris Lattner authored
llvm-svn: 111494
-
Charles Davis authored
All it does right now is add space for two vtable pointers instead of one when a class has both virtual methods and virtual bases. This is a requirement of the Microsoft ABI, since it has separate vtables for methods and bases. Other stuff will come up over time, but we'll cross those bridges when we get to them. llvm-svn: 111493
-
Ted Kremenek authored
Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) llvm-svn: 111492
-
Ted Kremenek authored
HandleCommonNoReturnAttr() now only has a single caller. Move that logic to HandleAnalyzerNoReturnAttr. llvm-svn: 111491
-
Douglas Gregor authored
llvm-svn: 111490
-
Eric Christopher authored
llvm-svn: 111489
-
Douglas Gregor authored
when destroying an ASTReader. Plugs a leak that shows up in libclang. llvm-svn: 111488
-
Daniel Dunbar authored
llvm-svn: 111487
-
John McCall authored
the context allows us to ignore qualifiers on the array type itself. llvm-svn: 111486
-
Alexis Hunt authored
llvm-svn: 111484
-
Dale Johannesen authored
llvm-svn: 111483
-
Bill Wendling authored
llvm-svn: 111481
-
Alexis Hunt authored
llvm-svn: 111480
-
Sebastian Redl authored
llvm-svn: 111478
-
Sebastian Redl authored
llvm-svn: 111476
-
Sebastian Redl authored
llvm-svn: 111475
-
Sebastian Redl authored
llvm-svn: 111474
-
Sebastian Redl authored
llvm-svn: 111473
-
Sebastian Redl authored
llvm-svn: 111472
-
Sebastian Redl authored
llvm-svn: 111471
-
Sebastian Redl authored
llvm-svn: 111470
-
Sebastian Redl authored
llvm-svn: 111469
-
Jakob Stoklund Olesen authored
llvm-svn: 111468
-
Sebastian Redl authored
llvm-svn: 111467
-
Sebastian Redl authored
llvm-svn: 111466
-
Sebastian Redl authored
llvm-svn: 111465
-