- Aug 08, 2009
-
-
Andreas Bolka authored
llvm-svn: 78446
-
Fariborz Jahanian authored
non-trivial copy constructors. llvm-svn: 78445
-
Chris Lattner authored
llvm-svn: 78444
-
Anton Korobeynikov authored
llvm-svn: 78443
-
Chris Lattner authored
llvm-svn: 78441
-
Chris Lattner authored
is more tolerant of whitespace differences. llvm-svn: 78439
-
Bob Wilson authored
as vector shuffles did not work out well. Shuffles that produce double-wide vectors accurately represent the operation but make it hard to do anything with the results. I considered splitting them up into 2 shuffles, one to write each register separately, but there doesn't seem to be a good way to reunite them for codegen. llvm-svn: 78437
-
Fariborz Jahanian authored
copying non-virtual base classes which have non-trivial constructor. Work in progress. llvm-svn: 78436
-
Daniel Dunbar authored
This: -- #undef DEBUG_TYPE #define DEBUG_TYPE "foo" DEBUG(...) #undef DEBUG_TYPE #define DEBUG_TYPE "" -- becomes this: -- DEBUG_WITH_TYPE("foo", ...) -- llvm-svn: 78435
-
Anders Carlsson authored
llvm-svn: 78434
-
Bob Wilson authored
llvm-svn: 78433
-
Chris Lattner authored
llvm-svn: 78432
-
Benjamin Kramer authored
llvm-svn: 78431
-
David Goodwin authored
llvm-svn: 78430
-
Anders Carlsson authored
llvm-svn: 78429
-
Chris Lattner authored
llvm-svn: 78428
-
Chris Lattner authored
driven by TAI to being static, driven by tblgen. This means that a target doesn't get impacted by this stuff at all if it doesn't opt into it. llvm-svn: 78427
-
Andreas Bolka authored
llvm-svn: 78426
-
Anton Korobeynikov authored
llvm-svn: 78425
-
Argyrios Kyrtzidis authored
The use case is if you have a wrapper class: class Base { void *Ptr; public: Base() : Ptr(0) { } operator bool() const { return Ptr; } ..... } and sub-wrappers that have exactly the same size: class Sub : public Base { public: .... static bool classof(const Base*); } and in the code you would do: void f(Base b) { Sub sub = dyn_cast<Sub>(b); if (sub) { .... } } llvm-svn: 78424
-
Kevin Enderby authored
I can clean this up a bit more and do way with the TheCondState and just use the top element on the TheCondStack if not empty. Also may tweak the code around ParseConditionalAssemblyDirectives() to simplify the AsmParser code. llvm-svn: 78423
-
Chris Lattner authored
llvm-svn: 78422
-
Evan Cheng authored
llvm-svn: 78421
-
Andrew Lenharth authored
llvm-svn: 78420
-
Anton Korobeynikov authored
llvm-svn: 78419
-
Evan Cheng authored
llvm-svn: 78418
-
Chris Lattner authored
llvm-svn: 78417
-
Chris Lattner authored
llvm-svn: 78416
-
Anders Carlsson authored
llvm-svn: 78415
-
John McCall authored
separately. Add the framework (currently unfed) for finding friend declarations during argument-dependent lookup. llvm-svn: 78414
-
- Aug 07, 2009
-
-
Mike Stump authored
fortuitous. WIP. llvm-svn: 78413
-
Mike Stump authored
llvm-svn: 78412
-
Bill Wendling authored
llvm-svn: 78411
-
Evan Cheng authored
llvm-svn: 78410
-
-
Daniel Dunbar authored
llvm-svn: 78408
-
Ted Kremenek authored
llvm-svn: 78407
-
Daniel Dunbar authored
motivated to fix it. llvm-svn: 78406
-
Daniel Dunbar authored
llvm-svn: 78405
-
Daniel Dunbar authored
llvm-svn: 78404
-