Age | Commit message (Expand) | Author |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Don't remove filters. | Bill Wendling |
2011-09-22 | Only trigger the initialize-an-array-via-elementwise-copy/move code | Douglas Gregor |
2011-09-22 | Explicitly-defaulted copy/move constructors are not "implicit", but | Douglas Gregor |
2011-09-21 | ANSI C requires that a call to an unprototyped function type succeed | John McCall |
2011-09-21 | Change "ivar" to true for a boolean function argument. Since string literals... | Richard Trieu |
2011-09-20 | Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the | Akira Hatanaka |
2011-09-20 | Add a parameter to MipsTargetCodeGenInfo's constructor. | Akira Hatanaka |
2011-09-20 | Don't assume that the clause is a GlobalVariable. It could be a constant. | Bill Wendling |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman |
2011-09-19 | The eh.selector intrinsic isn't used anymore. Replace the check here with a | Bill Wendling |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-09-19 | In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol() | Argyrios Kyrtzidis |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-19 | Throw the switch to convert clang to the new exception handling model! | Bill Wendling |
2011-09-19 | Tighten check to match an ivar with corresponding property by using ObjCImple... | Devang Patel |
2011-09-19 | In apple-kext mode, use external linkage for explicit template instantiations | John McCall |
2011-09-18 | PR10304: Do not call destructors for data members from union destructors. Pri... | Richard Smith |
2011-09-15 | Refactor the load of the exception pointer and the exception selector from their | Bill Wendling |
2011-09-15 | Rewrite this loop to use partial destruction; I'm not sure it's | John McCall |
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 |