Age | Commit message (Expand) | Author |
2012-04-06 | Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc. | John McCall |
2012-04-06 | zext ivar offsets if required (GNU runtimes). | David Chisnall |
2012-04-05 | Only emit the getter and setter names if they're not the default | Eric Christopher |
2012-04-05 | Make the variant of __builtin_shufflevector that takes the shuffle indexes as... | Eli Friedman |
2012-04-04 | Fix an oversight: don't run ARC optimization cleanup at -O0. | Dan Gohman |
2012-04-04 | Don't crash (assert failure) when generating blocks for C++ types with a non-... | David Chisnall |
2012-04-04 | ErrorUnsupported on array cookies in the MS C++ ABI code; | John McCall |
2012-04-04 | Silence dead store warning, and fix indentation. | Ted Kremenek |
2012-04-03 | Change location information for synthesized properties to be at the | Eric Christopher |
2012-03-30 | Fix a pair of invalidation bugs when emitting protocol definitions | John McCall |
2012-03-30 | Make sure we unique static-local decls across multiple emissions of | John McCall |
2012-03-30 | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth |
2012-03-30 | Do the static-locals thing properly in the face of unions and | John McCall |
2012-03-30 | ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c... | NAKAMURA Takumi |
2012-03-30 | Revert previous commit changing location information to see if this | Eric Christopher |
2012-03-30 | When emitting a static local variable in C++, handle | John McCall |
2012-03-30 | Add a note about a missing optimization in the case of virtual | John McCall |
2012-03-30 | Missing piece of r153720: make sure the vtable pointer is handled correctly. | Eli Friedman |
2012-03-30 | ConstStructBuilder: fix offset math for base classes so it works correctly in... | Eli Friedman |
2012-03-30 | Change location information for synthesized properties to be at the | Eric Christopher |
2012-03-30 | The UTF16 string referenced by a CFString should go into the __TEXT,__ustring | Bill Wendling |
2012-03-29 | Fix whitespace. | Bill Wendling |
2012-03-29 | Call out to GCC-compatible runtime functions for atomic ops that we can't use | David Chisnall |
2012-03-29 | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier |
2012-03-29 | Go back to using just the selector name for the getter and setter | Eric Christopher |
2012-03-29 | Tidy. | Eric Christopher |
2012-03-29 | Add support for objc property decls according to the page at: | Eric Christopher |
2012-03-28 | When we can't prove that the target of an aggregate copy is | John McCall |
2012-03-28 | CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction(). | NAKAMURA Takumi |
2012-03-27 | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth |
2012-03-26 | add tbaa metadata to vtable pointer loads/stores | Kostya Serebryany |
2012-03-24 | Simplify some users of DenseMap::erase. | Benjamin Kramer |
2012-03-24 | Add back r153360 with a fix for enums that cover all the 32 bit values. | Rafael Espindola |
2012-03-24 | Revert r153360 (and r153380), "Second part of PR12251. Produce the range meta... | NAKAMURA Takumi |
2012-03-24 | Second part of PR12251. Produce the range metadata in clang for booleans and | Rafael Espindola |
2012-03-23 | use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer | Kostya Serebryany |
2012-03-22 | When an MMX output variable is tied to the input variable, we have to implicitly | Bill Wendling |
2012-03-22 | Make sure we correctly set the alignment for vector loads and stores associat... | Eli Friedman |
2012-03-20 | Update comment. | Eric Christopher |
2012-03-20 | Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva... | Benjamin Kramer |
2012-03-20 | Debug info: Tighten up uses of plain MDNode pointers which don't survive repl... | Benjamin Kramer |
2012-03-20 | Add missing bitcast that was breaking Objective-C++ exception typeinfo (GNUst... | David Chisnall |
2012-03-16 | Escape % in diagnostic message when compiling LLVM IR. | Benjamin Kramer |
2012-03-16 | When "low alignment" is specified, then set the alignment of the aggregate's | Bill Wendling |
2012-03-16 | Don't try to create "store atomic" instructions of non-integer types; they ar... | Eli Friedman |
2012-03-15 | When a variable has a specified asm name, but isn't using the register storag... | Eli Friedman |
2012-03-15 | Fix codegen for vld{3,4}_dup intrinsics. | James Molloy |
2012-03-14 | [frontend] Add support for disabling the "inline" keyword using | Chad Rosier |
2012-03-14 | Add support to mangle templated member function names with template | Eric Christopher |
2012-03-13 | When adding member functions to a class add any specializations of | Eric Christopher |