| Age | Commit message (Expand) | Author |
| 2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
| 2012-10-12 | Add TargetInfo for r600. | Eli Friedman |
| 2012-10-12 | Silence dead store warning. It is conceptually possible we will | Ted Kremenek |
| 2012-10-11 | Properly factor Native Client defines to support NaCl as an OS | Derek Schuff |
| 2012-10-11 | Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32 | Derek Schuff |
| 2012-10-11 | X86: add F16C support in Clang | Manman Ren |
| 2012-10-10 | Fix PR 11709: Change the definition of va_list to meet AAPCS requirement | Logan Chien |
| 2012-10-02 | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman |
| 2012-09-29 | Add ARM VFPv4 feature and enable it by default for Swift. | Bob Wilson |
| 2012-09-29 | Add armv7s and some other arm variants supported by Mach-O files. | Bob Wilson |
| 2012-09-29 | In the Module class, add a reference to the corresponding AST file. | Argyrios Kyrtzidis |
| 2012-09-28 | Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in | Daniel Jasper |
| 2012-09-25 | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko |
| 2012-09-22 | Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. | Jordan Rose |
| 2012-09-20 | Disable source fortification on Darwin with AddressSanitizer. | Alexander Potapenko |
| 2012-09-18 | Add e500mc and e5500 to the list of valid PPC CPU names. | Hal Finkel |
| 2012-09-13 | This patch introduces A15 as a target in Clang. | Silviu Baranga |
| 2012-09-08 | Do not construct StringRef from NULL argument. | Anton Korobeynikov |
| 2012-09-08 | Provide some ACLE C defines. This should fix PR13796 | Anton Korobeynikov |
| 2012-09-08 | When a bad UTF-8 encoding or bogus escape sequence is encountered in a | Richard Smith |
| 2012-09-06 | Enabling the UTF conversion routines that were previously conditionally ifdef... | Enrico Granata |
| 2012-09-06 | Dont cast away const needlessly. Found by gcc48 -Wcast-qual. | Roman Divacky |
| 2012-09-05 | Allow disabling of wchar_t type. | Abramo Bagnara |
| 2012-09-02 | Rename ANDROIDEABI to Android. | Logan Chien |
| 2012-08-29 | Define __mips64 / __mips64__ macros for MIPS 64-bit targets. | Simon Atanasyan |
| 2012-08-29 | Use getTargetDefines() virtual function in MipsTargetInfoBase successors | Simon Atanasyan |
| 2012-08-29 | Factor out MIPS macro definitions common for all MIPS targets. | Simon Atanasyan |
| 2012-08-29 | Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets. | Simon Atanasyan |
| 2012-08-17 | Avoid binding a reference to a dereferenced null pointer, if we try to emit a | Richard Smith |
| 2012-08-16 | Remove FIXME, the constraints contain more options than the | Eric Christopher |
| 2012-08-16 | Add a missing 'break' to ensure that we reject inline assembly | Eric Christopher |
| 2012-08-14 | Fix undefined behavior: reference bound to dereferenced null pointer. | Richard Smith |
| 2012-08-14 | Fix undefined behavior: don't bind a dereferenced null pointer to a reference. | Richard Smith |
| 2012-08-10 | Frontend: define _LP64 in a target-independent way | Dylan Noblesmith |
| 2012-08-10 | Add missing cctype includes. | Joerg Sonnenberger |
| 2012-08-08 | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman |
| 2012-08-08 | Revert part of r161175 which was wrong for OpenBSD's PowerPC target. | Hans Wennborg |
| 2012-08-02 | Add OpenBSD arch targets for powerpc, arm, mips64, mips64el and sparc. | Hans Wennborg |
| 2012-08-01 | TLS is not supported on OpenBSD | Hans Wennborg |
| 2012-07-31 | Fixes a segfault in Tooling when using pch's: | Manuel Klimek |
| 2012-07-27 | Add a function to convert a single Unicode code point to a UTF8 sequence. | Dmitri Gribenko |
| 2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
| 2012-07-24 | Change the way KEYNOMS is defined to be more comprehensible. | Francois Pichet |
| 2012-07-22 | char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w... | Francois Pichet |
| 2012-07-13 | Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ... | Chad Rosier |
| 2012-07-13 | Modify tree printing mode for template type diffing. If a diagnostic has | Richard Trieu |
| 2012-07-12 | Add the ObjFW runtime. Patch by Jonathan Schleifer! | John McCall |
| 2012-07-12 | clang/lib/Basic/CMakeLists.txt: Add missing dependency, ClangDiagnosticComment. | NAKAMURA Takumi |
| 2012-07-11 | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko |
| 2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |