| Age | Commit message (Expand) | Author |
| 2017-03-30 | [XRay] Add -fxray-{always,never}-instrument= flags to clang | Dean Michael Berris |
| 2017-03-14 | [ubsan] Add a nullability sanitizer | Vedant Kumar |
| 2017-03-08 | Honor __unaligned in codegen for declarations and expressions | Roger Ferrer Ibanez |
| 2017-03-06 | [XRay] [clang] Allow logging the first argument of a function call. | Dean Michael Berris |
| 2017-02-17 | Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar |
| 2017-02-17 | Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)" | Vedant Kumar |
| 2017-02-17 | Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar |
| 2017-02-17 | Revert "[ubsan] Reduce null checking of C++ object pointers (PR27581)" | Vedant Kumar |
| 2017-02-17 | [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar |
| 2017-02-08 | [MS] Fix C++ destructor thunk line info for a declaration | Reid Kleckner |
| 2017-01-31 | [X86] Teach Clang about -mfentry flag | Nirav Dave |
| 2017-01-26 | PR0091R3: Implement parsing support for using templates as types. | Richard Smith |
| 2017-01-20 | [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows | Alexey Bataev |
| 2017-01-13 | [tsan] Do not report errors in __destroy_helper_block_ | Anna Zaks |
| 2017-01-06 | Add a cc1 option to force disabling lifetime-markers emission from clang | Mehdi Amini |
| 2017-01-04 | Add -f[no-]strict-return flag that can be used to avoid undefined behaviour | Alex Lorenz |
| 2016-12-23 | Cleanup the handling of noinline function attributes, -fno-inline, | Chandler Carruth |
| 2016-12-12 | [clang] Version support for UBSan handlers | Filipe Cabecinhas |
| 2016-11-14 | [OpenCL] always use SPIR address spaces for kernel_arg_addr_space MD | Pekka Jaaskelainen |
| 2016-11-11 | [tsan][clang] Introduce a function attribute to disable TSan checking at run ... | Anna Zaks |
| 2016-11-10 | Add the loop end location to the loop metadata. This additional information | Amara Emerson |
| 2016-10-26 | [CodeGen] Don't emit lifetime intrinsics for some local variables | Vitaly Buka |
| 2016-10-26 | [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place | Vitaly Buka |
| 2016-09-16 | Fix a couple of wrong-code bugs in switch-on-constant optimization: | Richard Smith |
| 2016-09-13 | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren |
| 2016-09-13 | Update Clang for D20147 ("DebugInfo: New metadata representation for global v... | Peter Collingbourne |
| 2016-09-06 | [OpenCL] Remove access qualifiers on images in arg info metadata. | Alexey Bader |
| 2016-09-01 | [Frontend] Fix mcount inlining bug | Honggyu Kim |
| 2016-09-01 | Remove whitespace to test commit access | Honggyu Kim |
| 2016-07-13 | Add XRay flags to Clang. We implement two flags to control the XRay behaviour: | Aaron Ballman |
| 2016-07-13 | [OpenCL] Fix code generation of kernel pipe parameters. | Alexey Bader |
| 2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith |
| 2016-06-24 | Use more ArrayRefs | David Majnemer |
| 2016-06-23 | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith |
| 2016-06-22 | Add support for /Ob1 and -finline-hint-functions flags | Hans Wennborg |
| 2016-06-22 | [OpenCL] Use function metadata to represent kernel attributes | Yaxun Liu |
| 2016-06-08 | [DebugInfo] Add calling conventions to DISubroutineType | Reid Kleckner |
| 2016-05-06 | [OPENMP 4.0] Codegen for 'declare simd' directive. | Alexey Bataev |
| 2016-04-28 | Debug info: Apply an artificial debug location to __cyg_profile_func.* calls. | Adrian Prantl |
| 2016-04-19 | reduce indentation; NFCI | Sanjay Patel |
| 2016-04-08 | revert SVN r265702, r265640 | Saleem Abdulrasool |
| 2016-04-08 | Adapt to LLVM API change | Sanjoy Das |
| 2016-04-07 | Basic: move CodeGenOptions from Frontend | Saleem Abdulrasool |
| 2016-04-05 | Add -fno-jump-tables and-fjump-tables flags | Nirav Dave |
| 2016-03-21 | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali |
| 2016-03-13 | Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam... | Mehdi Amini |
| 2016-03-12 | Temporarily revert these patches: | Eric Christopher |
| 2016-03-11 | Remove compile time PreserveName switch based on NDEBUG | Mehdi Amini |
| 2016-03-01 | [MSVC Compat] Correctly handle finallys nested within finallys | David Majnemer |
| 2016-02-26 | [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr | Xiuli Pan |