| Age | Commit message (Expand) | Author |
| 2013-01-01 | Simplify vector splat code. No functionality change. | Benjamin Kramer |
| 2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
| 2012-12-28 | Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part. | Alexey Samsonov |
| 2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
| 2012-12-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
| 2012-12-24 | CGClass.cpp: [PR14335] Remove comma-separated \param, for now. [-Wdocumentation] | NAKAMURA Takumi |
| 2012-12-24 | CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr... | NAKAMURA Takumi |
| 2012-12-24 | CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation] | NAKAMURA Takumi |
| 2012-12-21 | Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a... | Richard Smith |
| 2012-12-21 | Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e... | NAKAMURA Takumi |
| 2012-12-21 | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola |
| 2012-12-20 | Fix some bugs where we would sometimes use 0, not -1, when emitting a null co... | Richard Smith |
| 2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling |
| 2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
| 2012-12-19 | Make sure CodeGen uses a value of the correct type as the result of | Eli Friedman |
| 2012-12-18 | Similar to 170440 - fix build warning with gcc | Eli Bendersky |
| 2012-12-18 | CodeGen: Expand creal and cimag into complex field loads | Meador Inge |
| 2012-12-18 | Fix a compilation warning with gcc 4.6 | Eli Bendersky |
| 2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
| 2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
| 2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
| 2012-12-18 | Remove obsolete FIXMEs. | David Chisnall |
| 2012-12-18 | Inline hasAtomicCopyHelperAPI. | Rafael Espindola |
| 2012-12-18 | Fix typo (thanks to Jordan for spotting it!). | Richard Smith |
| 2012-12-18 | Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference | Richard Smith |
| 2012-12-17 | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall |
| 2012-12-17 | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer |
| 2012-12-17 | Added support for new property helpers (GNUstep runtime). | David Chisnall |
| 2012-12-17 | This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI | Bill Schmidt |
| 2012-12-15 | [ubsan] Emit branch weight metadata to hint towards common case. | Will Dietz |
| 2012-12-13 | Make sure the __invoke function for lambdas returns properly. Per bug report... | Eli Friedman |
| 2012-12-13 | Debug Info: Emit vtables pointer members as artificial. | David Blaikie |
| 2012-12-13 | ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of | Richard Smith |
| 2012-12-13 | Simplify. No functionality change. | Richard Smith |
| 2012-12-12 | Rewrite calls to bitcast unprototyped functions when emitting a definition. | John McCall |
| 2012-12-12 | Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue | Chad Rosier |
| 2012-12-11 | BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h" | NAKAMURA Takumi |
| 2012-12-10 | Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p... | Bill Wendling |
| 2012-12-09 | Unbreak the clang build after r169712. | Benjamin Kramer |
| 2012-12-09 | Cleanup and fix an assert that was mis-firing. | Chandler Carruth |
| 2012-12-09 | Fix the bitfield record layout in codegen for big endian targets. | Chandler Carruth |
| 2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
| 2012-12-07 | Fix the required args count for variadic blocks. | John McCall |
| 2012-12-06 | Rework the bitfield access IR generation to address PR13619 and | Chandler Carruth |
| 2012-12-04 | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling |
| 2012-12-04 | Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient | Eli Bendersky |
| 2012-12-04 | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian |
| 2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |