| Commit message (Expand) | Author | Age | Files | Lines |
| * | Emit weak vtables of non-template classes with hidden visibility. | John McCall | 2010-08-03 | 4 | -7/+17 |
| * | Support x86 AVX 256-bit instructions built-ins. Right now support all of them... | Bruno Cardoso Lopes | 2010-08-03 | 1 | -2/+112 |
| * | Labels (and case statement) don't create independent scope parents for the | John McCall | 2010-08-02 | 2 | -16/+34 |
| * | Fix idempotent operations false positive caused by ivars not being invalidate... | Ted Kremenek | 2010-08-02 | 1 | -0/+27 |
| * | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall | 2010-08-02 | 1 | -8/+11 |
| * | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor | 2010-08-02 | 2 | -2/+9 |
| * | Add test case for <rdar://problem/8258814>. | Ted Kremenek | 2010-08-02 | 1 | -0/+9 |
| * | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl | 2010-08-02 | 3 | -1/+20 |
| * | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 2 | -0/+12 |
| * | Improve flat store: MemRegion::getAsOffset() computes a region's offset within | Zhongxing Xu | 2010-08-02 | 1 | -0/+11 |
| * | Driver: Start ripping out support for -pipe, which is worthless and complicates | Daniel Dunbar | 2010-08-02 | 1 | -6/+0 |
| * | Kill off RequiresGlobalConstructor in favor of isConstantInitializer. | John McCall | 2010-08-01 | 1 | -0/+16 |
| * | Make a first pass at implementing -Wglobal-constructors. I'm worried that this | John McCall | 2010-08-01 | 1 | -0/+39 |
| * | Instantiate attributes from the pattern record when instantiating | John McCall | 2010-08-01 | 1 | -0/+13 |
| * | Don't consider all local variables in C++ to mandate scope-checking, just | John McCall | 2010-08-01 | 1 | -0/+12 |
| * | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall | 2010-08-01 | 2 | -2/+8 |
| * | Fix fragile-ABI ObjC exceptions in the presence of optimization with | John McCall | 2010-07-31 | 2 | -9/+88 |
| * | Parser: Add support for #pragma align, which is just another spelling of #pragma | Daniel Dunbar | 2010-07-31 | 1 | -0/+10 |
| * | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek | 2010-07-31 | 1 | -4/+118 |
| * | Test case for PR7763. | Tom Care | 2010-07-30 | 1 | -0/+14 |
| * | Correctly deal with using names for both functions and structs in chained PCH. | Sebastian Redl | 2010-07-30 | 6 | -14/+31 |
| * | Tighten the rules when deciding if an ivar must be | Fariborz Jahanian | 2010-07-30 | 1 | -0/+5 |
| * | Fixed typedef inside extern "C". | Abramo Bagnara | 2010-07-30 | 1 | -0/+3 |
| * | tests: Use env instead of assuming bash. | Daniel Dunbar | 2010-07-30 | 1 | -1/+1 |
| * | Improve error recovery when presented with an ill-formed template-id | John McCall | 2010-07-30 | 2 | -1/+5 |
| * | Emit global destructors even if the destroyed object has no initializers or has | John McCall | 2010-07-30 | 1 | -2/+17 |
| * | fix PR5179 and correctly fix PR5831 to not miscompile. | Chris Lattner | 2010-07-30 | 3 | -6/+21 |
| * | There is no reason for this test to invoke 'llc'. | Daniel Dunbar | 2010-07-30 | 1 | -1/+1 |
| * | Add test case for crash reported in <rdar://problem/8236270> (which has since... | Ted Kremenek | 2010-07-30 | 1 | -0/+11 |
| * | Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. | Ted Kremenek | 2010-07-30 | 1 | -3/+15 |
| * | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 3 | -0/+21 |
| * | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek | 2010-07-30 | 1 | -11/+16 |
| * | Revert "Re-apply fixed version of 108749, correctly conditionalizing the new | Daniel Dunbar | 2010-07-29 | 2 | -5/+5 |
| * | CMake: Clang test targets depend on the {FileCheck,not,count} tools. | Daniel Dunbar | 2010-07-29 | 1 | -3/+3 |
| * | Weak references and variables that are not definitions are not required for e... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -0/+7 |
| * | Implement PCH support for offsetof(base-specifier). | Argyrios Kyrtzidis | 2010-07-29 | 2 | -0/+7 |
| * | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-29 | 2 | -0/+4 |
| * | fix rdar://8251384, another case where we could access beyond the | Chris Lattner | 2010-07-29 | 1 | -0/+10 |
| * | handle a case where we could access off the end of a function | Chris Lattner | 2010-07-29 | 1 | -0/+6 |
| * | in release mode, irbuilder doesn't add names to instructions, | Chris Lattner | 2010-07-29 | 1 | -2/+2 |
| * | fix PR7742 / rdar://8250764, a miscompilation of struct | Chris Lattner | 2010-07-29 | 1 | -0/+16 |
| * | Tigthen the condition for issung ivar shadowing | Fariborz Jahanian | 2010-07-29 | 1 | -0/+21 |
| * | When taking the address of a value of Objective-C object type (e.g., | Douglas Gregor | 2010-07-29 | 1 | -0/+7 |
| * | Allow a looser form of compatibility checking (which ignores | Douglas Gregor | 2010-07-29 | 1 | -0/+11 |
| * | When deleting a value of class type, make sure that type is complete | Douglas Gregor | 2010-07-29 | 1 | -0/+11 |
| * | Reword the empty struct/union warning in C to note that such structs and unio... | Douglas Gregor | 2010-07-29 | 2 | -3/+5 |
| * | This is a little bit far, but optimize cases like: | Chris Lattner | 2010-07-29 | 1 | -0/+10 |
| * | implement a todo: pass a eight-byte that consists of a | Chris Lattner | 2010-07-29 | 1 | -3/+13 |
| * | Move new test (that requires RegionStore) into its own file. | Jordy Rose | 2010-07-29 | 2 | -23/+25 |
| * | Use a LazyCompoundVal to handle initialization with a string literal, rather ... | Jordy Rose | 2010-07-29 | 1 | -0/+23 |