- Oct 28, 2010
-
-
Dale Johannesen authored
llvm-svn: 117517
-
Stuart Hastings authored
llvm-svn: 117515
-
Dale Johannesen authored
No aliasing is needed, these work as given in the BE. llvm-svn: 117508
-
Devang Patel authored
Radar 8595129 llvm-svn: 117507
-
Blaine Garst authored
small tweaks to reflect statements of what really ever shipped. ABI is, and has been, accurate for what we ship. llvm-svn: 117504
-
John McCall authored
type-based visibility. llvm-svn: 117500
-
Douglas Gregor authored
not loading the specializations of a class template until some AST consumer needs them. llvm-svn: 117498
-
- Oct 27, 2010
-
-
Blaine Garst authored
reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prior repository for this document llvm-svn: 117492
-
John McCall authored
aggressive about the form we expect bools to be in. I don't really have time to fix all the sources right now. llvm-svn: 117486
-
Fariborz Jahanian authored
// rdar: // 8600553. llvm-svn: 117484
-
Douglas Gregor authored
some excessive recursion and deserialization. llvm-svn: 117480
-
Fariborz Jahanian authored
statement-expression. // rdar: //8600553 llvm-svn: 117479
-
Douglas Gregor authored
eliminate some excessive recursion and deserialization. llvm-svn: 117476
-
Douglas Gregor authored
separating out chaining precompiled preambles from non-chaining ones. llvm-svn: 117457
-
Rafael Espindola authored
llvm-svn: 117456
-
Fariborz Jahanian authored
on if its linkage is weak. Currently this is the case but may change in the future. (part of radar 8562966). llvm-svn: 117452
-
Douglas Gregor authored
llvm-svn: 117450
-
Douglas Gregor authored
llvm-svn: 117449
-
Douglas Gregor authored
llvm-svn: 117446
-
Anders Carlsson authored
llvm-svn: 117445
-
Anders Carlsson authored
llvm-svn: 117444
-
Chandler Carruth authored
a member call expression. This has proved to be a common pattern for users of RecursiveASTVisitor. llvm-svn: 117439
-
Zhongxing Xu authored
containing a DoStmt, and the LHS doesn't create a new block, then we should return RBlock. Otherwise we'll incorrectly return NULL. Also relax an assertion in VisitWhileStmt(). Reset 'Block' when it is finished. llvm-svn: 117436
-
John McCall authored
deciding whether to queue a decl for unused-declaration warnings. llvm-svn: 117431
-
John McCall authored
forward-declaration support unless there's really a mapping for that name. llvm-svn: 117426
-
Douglas Gregor authored
llvm-svn: 117416
-
Dan Gohman authored
llvm-svn: 117414
-
Fariborz Jahanian authored
of static data member of a class template. Fixes //rdar :// 8562966 and pr8409. llvm-svn: 117410
-
John McCall authored
in IR gen, and use those to fix a correctness issue with bool atomic intrinsics. rdar://problem/8461234 llvm-svn: 117403
-
- Oct 26, 2010
-
-
Douglas Gregor authored
llvm-svn: 117400
-
Dan Gohman authored
different ways. Check once, and use an assert to handle consistency checking. llvm-svn: 117397
-
Dan Gohman authored
doesn't need its return value. llvm-svn: 117393
-
Douglas Gregor authored
llvm-svn: 117390
-
Dan Gohman authored
so that it's done in one place. llvm-svn: 117386
-
Douglas Gregor authored
llvm-svn: 117381
-
Douglas Gregor authored
llvm-svn: 117373
-
Douglas Gregor authored
typo. This can happen with context-sensitive keywords like "super", when typo correction didn't know that "super" wasn't permitted in this context. llvm-svn: 117372
-
John McCall authored
There's probably still significant padding waste on x86-64 UNIXen, but the difference in 32-bit compiles should be significant. There are a lot of Expr nodes left that could lose a word this way. llvm-svn: 117359
-
John McCall authored
anymore. llvm-svn: 117357
-
John McCall authored
llvm-svn: 117356
-