Age | Commit message (Expand) | Author |
2011-09-15 | Sorry, that assertion actually already exists. | John McCall |
2011-09-15 | We don't generate null initializer expressions anymore, and | John McCall |
2011-09-14 | Emit debug info for c++0x nullptr. | Devang Patel |
2011-09-14 | Formatting. | Eric Christopher |
2011-09-14 | Fix comment. | Eli Friedman |
2011-09-13 | Fix typo. | Eric Christopher |
2011-09-13 | Correctly generate IR for casted "builtin" functions, where | John McCall |
2011-09-13 | Re-commit r139643. | Eli Friedman |
2011-09-13 | Revert r139643 while I look into it; it's breaking selfhost. | Eli Friedman |
2011-09-13 | Make clang use Acquire loads and Release stores where necessary. | Eli Friedman |
2011-09-13 | Turn off the generation of unaligned atomic load/store; I'm going to explicit... | Eli Friedman |
2011-09-13 | Refactoring, mostly to give ObjCPropertyDecls stronger invariants for | John McCall |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor |
2011-09-13 | Don't use native atomics on ivars whose size is not a power of two, | John McCall |
2011-09-13 | Handle reference properties correctly in the trivial-getter check. | John McCall |
2011-09-13 | Always emit bitfield properties using expression behavior, even if they're | John McCall |
2011-09-13 | Unify the decision of how to emit property getters and setters into a | John McCall |
2011-09-12 | Privatize the setter/getter call generation methods, plus some minor | John McCall |
2011-09-12 | By popular demand, enumerate all builtin types! | Devang Patel |
2011-09-12 | Add an assert so that new builtins do not sneak without proper debug info. | Devang Patel |
2011-09-12 | Fix debug info encodings for char16_t and char32_t. | Devang Patel |
2011-09-10 | Modernize and comment; no functionality change. | John McCall |
2011-09-10 | Simplify the generation of Objective-C setters, at least a little. | John McCall |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall |
2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall |
2011-09-10 | Emit debug info for wchar_t. | Devang Patel |
2011-09-10 | Clean up our handling of Objective-C definitions in AST files. Rather | Douglas Gregor |
2011-09-09 | Introduce a new predicate Decl::isFromASTFile() to determine whether a | Douglas Gregor |
2011-09-09 | Remove trailing } in comment. | Julien Lerouge |
2011-09-09 | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge |
2011-09-09 | Carry the debug information from single exit unified return block | Eric Christopher |
2011-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall |
2011-09-09 | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis |
2011-09-09 | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall |
2011-09-08 | Formatting. | Eric Christopher |
2011-09-07 | Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics ... | Eli Friedman |
2011-09-06 | When extracting the callee declaration from a call expression, be sure | Douglas Gregor |
2011-09-06 | Rearrange code so that we pass the right pointer to delete[] when an exceptio... | Eli Friedman |
2011-09-06 | When performing a derived-to-base cast on the right-hand side of the | Douglas Gregor |
2011-09-02 | blocks: Support capturing complex variable in block. | Fariborz Jahanian |
2011-09-02 | revert patch in r139020 | Fariborz Jahanian |
2011-09-02 | blocks: Support capturing complex variable in block. | Fariborz Jahanian |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Don't try to emit unsupported templated friend declarations. They're unsupported | Nick Lewycky |
2011-08-30 | Declare and define implicit move constructor and assignment operator. | Sebastian Redl |
2011-08-30 | The size of struct UnwindException varies by platform with no | John McCall |
2011-08-30 | Be sure to emit lvalue-to-rvalue casts for loads from x-values. | John McCall |
2011-08-27 | Remove unused variables noticed by GCC. | Benjamin Kramer |
2011-08-26 | Slight optimization enabled by the previous assert: | John McCall |
2011-08-26 | Assert that a call argument is a gl-value iff the parameter is a reference type. | John McCall |