| Commit message (Expand) | Author | Age | Files | Lines |
* | PR11124: Don't overwrite memory outside of a base class when performing zero-... | Eli Friedman | 2011-10-14 | 1 | -0/+19 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 42 | -57/+57 |
* | When performing a user-defined conversion via a constructor, be sure | Douglas Gregor | 2011-10-10 | 1 | -0/+1 |
* | Record layout requires not just a definition, but a complete | John McCall | 2011-10-07 | 1 | -0/+32 |
* | Move test, so it actually tests what it is supposed to (given that we don't h... | Eli Friedman | 2011-09-27 | 1 | -0/+8 |
* | Move vtable dumper call to VTableBuilder ctor | Peter Collingbourne | 2011-09-26 | 1 | -212/+223 |
* | Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen | Peter Collingbourne | 2011-09-26 | 2 | -4/+4 |
* | Treat list-initialization of scalars as a first-class citizen in C++11. | Sebastian Redl | 2011-09-24 | 1 | -0/+7 |
* | Explicitly-defaulted copy/move constructors are not "implicit", but | Douglas Gregor | 2011-09-22 | 1 | -1/+73 |
* | Enforce access control for conversion operators used in contextual | John McCall | 2011-09-21 | 1 | -1/+1 |
* | Throw the switch to convert clang to the new exception handling model! | Bill Wendling | 2011-09-19 | 8 | -32/+49 |
* | In apple-kext mode, use external linkage for explicit template instantiations | John McCall | 2011-09-19 | 1 | -2/+10 |
* | PR10304: Do not call destructors for data members from union destructors. Pri... | Richard Smith | 2011-09-18 | 1 | -0/+42 |
* | Fix PR10531. Attach an initializer to anonymous unions, since the default con... | Richard Smith | 2011-09-18 | 2 | -11/+35 |
* | Emit debug info for c++0x nullptr. | Devang Patel | 2011-09-14 | 2 | -2/+11 |
* | Re-commit r139643. | Eli Friedman | 2011-09-13 | 1 | -3/+1 |
* | Revert r139643 while I look into it; it's breaking selfhost. | Eli Friedman | 2011-09-13 | 1 | -1/+3 |
* | Make clang use Acquire loads and Release stores where necessary. | Eli Friedman | 2011-09-13 | 1 | -3/+1 |
* | Update test to fix windows buildbot. | Devang Patel | 2011-09-12 | 1 | -1/+4 |
* | Fix debug info encodings for char16_t and char32_t. | Devang Patel | 2011-09-12 | 1 | -0/+5 |
* | Emit debug info for wchar_t. | Devang Patel | 2011-09-10 | 1 | -0/+5 |
* | When extracting the callee declaration from a call expression, be sure | Douglas Gregor | 2011-09-06 | 1 | -0/+12 |
* | Rearrange code so that we pass the right pointer to delete[] when an exceptio... | Eli Friedman | 2011-09-06 | 1 | -0/+18 |
* | PR10506: Extend test for temporary cleanups in range-based for loop to cover ... | Richard Smith | 2011-09-04 | 1 | -1/+9 |
* | Don't try to emit unsupported templated friend declarations. They're unsupported | Nick Lewycky | 2011-09-01 | 1 | -0/+12 |
* | The size of struct UnwindException varies by platform with no | John McCall | 2011-08-30 | 1 | -0/+28 |
* | Be sure to emit lvalue-to-rvalue casts for loads from x-values. | John McCall | 2011-08-30 | 1 | -0/+18 |
* | The lvalue-to-rvalue on structs in C++ is actually part | John McCall | 2011-08-27 | 1 | -10/+36 |
* | Since the 'is aliased' bit is critical for correctness in C++, it | John McCall | 2011-08-26 | 1 | -0/+13 |
* | An initialization does not alias. | John McCall | 2011-08-26 | 1 | -0/+4 |
* | The allocated exception slot does not alias anything; should fix self-host. | John McCall | 2011-08-26 | 1 | -0/+13 |
* | Track whether an AggValueSlot is potentially aliased, and do not | John McCall | 2011-08-25 | 2 | -7/+7 |
* | Remove this test. It requires C++ standard library headers, which we'd | Chandler Carruth | 2011-08-20 | 1 | -13/+0 |
* | test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32. | NAKAMURA Takumi | 2011-08-20 | 1 | -0/+2 |
* | Remove this file, it's not much of a test and string headers cause | Eric Christopher | 2011-08-20 | 1 | -13/+0 |
* | Migrate, FileCheckize and update: | Eric Christopher | 2011-08-20 | 7 | -0/+124 |
* | Migrate, FileCheckize and update: | Eric Christopher | 2011-08-20 | 9 | -0/+127 |
* | Modify the check line to be happier on windows. | Eric Christopher | 2011-08-19 | 1 | -1/+1 |
* | Remove dead file. | Eric Christopher | 2011-08-19 | 1 | -29/+0 |
* | Migrate, FileCheckize and update: | Eric Christopher | 2011-08-19 | 13 | -0/+240 |
* | Try removing xfail and xtarget to see if this brings back a couple of bots. | Eric Christopher | 2011-08-19 | 1 | -2/+1 |
* | Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+14 |
* | Migrate: | Eric Christopher | 2011-08-19 | 12 | -0/+361 |
* | Remove 2008-10-29-WrongOffset.cpp since it requires a header file on all | Eric Christopher | 2011-08-19 | 1 | -489/+0 |
* | Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+13 |
* | Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+5 |
* | Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+8 |
* | Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+489 |
* | Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+16 |
* | Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. | Eric Christopher | 2011-08-19 | 1 | -0/+15 |