Age | Commit message (Expand) | Author | Files | Lines |
2017-06-23 | [ubsan] Improve diagnostics for return value checks (clang) | Vedant Kumar | 1 | -0/+7 |
2017-06-19 | [Clang] Handle interaction of -pg and no_instrument_function attribute. | Manoj Gupta | 1 | -2/+4 |
2017-06-09 | [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. | Alexey Bataev | 1 | -3/+2 |
2017-06-01 | [CGDebugInfo] Finalize SubPrograms when we're done with them | Keno Fischer | 1 | -1/+1 |
2017-05-18 | [CodeGen] Propagate LValueBaseInfo instead of AlignmentSource | Krzysztof Parzyszek | 1 | -11/+13 |
2017-05-04 | [OpenCL] Add intel_reqd_sub_group_size attribute support | Xiuli Pan | 1 | -12/+20 |
2017-04-14 | [ubsan] Reduce alignment checking of C++ object pointers | Vedant Kumar | 1 | -4/+5 |
2017-03-31 | [OpenCL] Do not generate "kernel_arg_type_qual" metadata for non-pointer args | Egor Churaev | 1 | -5/+0 |
2017-03-31 | [msan] Turn off lifetime markers even when use after scope checking is on. | Benjamin Kramer | 1 | -4/+4 |
2017-03-30 | [XRay] Add -fxray-{always,never}-instrument= flags to clang | Dean Michael Berris | 1 | -3/+4 |
2017-03-14 | [ubsan] Add a nullability sanitizer | Vedant Kumar | 1 | -0/+12 |
2017-03-08 | Honor __unaligned in codegen for declarations and expressions | Roger Ferrer Ibanez | 1 | -0/+2 |
2017-03-06 | [XRay] [clang] Allow logging the first argument of a function call. | Dean Michael Berris | 1 | -0/+4 |
2017-02-17 | Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar | 1 | -0/+9 |
2017-02-17 | Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)" | Vedant Kumar | 1 | -5/+0 |
2017-02-17 | Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar | 1 | -0/+5 |
2017-02-17 | Revert "[ubsan] Reduce null checking of C++ object pointers (PR27581)" | Vedant Kumar | 1 | -5/+0 |
2017-02-17 | [ubsan] Reduce null checking of C++ object pointers (PR27581) | Vedant Kumar | 1 | -0/+5 |
2017-02-08 | [MS] Fix C++ destructor thunk line info for a declaration | Reid Kleckner | 1 | -1/+6 |
2017-01-31 | [X86] Teach Clang about -mfentry flag | Nirav Dave | 1 | -2/+6 |
2017-01-26 | PR0091R3: Implement parsing support for using templates as types. | Richard Smith | 1 | -1/+3 |
2017-01-20 | [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows | Alexey Bataev | 1 | -2/+1 |
2017-01-13 | [tsan] Do not report errors in __destroy_helper_block_ | Anna Zaks | 1 | -3/+11 |
2017-01-06 | Add a cc1 option to force disabling lifetime-markers emission from clang | Mehdi Amini | 1 | -0/+3 |
2017-01-04 | Add -f[no-]strict-return flag that can be used to avoid undefined behaviour | Alex Lorenz | 1 | -4/+23 |
2016-12-23 | Cleanup the handling of noinline function attributes, -fno-inline, | Chandler Carruth | 1 | -19/+1 |
2016-12-12 | [clang] Version support for UBSan handlers | Filipe Cabecinhas | 1 | -3/+3 |
2016-11-14 | [OpenCL] always use SPIR address spaces for kernel_arg_addr_space MD | Pekka Jaaskelainen | 1 | -3/+19 |
2016-11-11 | [tsan][clang] Introduce a function attribute to disable TSan checking at run ... | Anna Zaks | 1 | -0/+14 |
2016-11-10 | Add the loop end location to the loop metadata. This additional information | Amara Emerson | 1 | -0/+7 |
2016-10-26 | [CodeGen] Don't emit lifetime intrinsics for some local variables | Vitaly Buka | 1 | -1/+8 |
2016-10-26 | [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place | Vitaly Buka | 1 | -10/+27 |
2016-09-16 | Fix a couple of wrong-code bugs in switch-on-constant optimization: | Richard Smith | 1 | -0/+23 |
2016-09-13 | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 1 | -0/+1 |
2016-09-13 | Update Clang for D20147 ("DebugInfo: New metadata representation for global v... | Peter Collingbourne | 1 | -2/+2 |
2016-09-06 | [OpenCL] Remove access qualifiers on images in arg info metadata. | Alexey Bader | 1 | -2/+31 |
2016-09-01 | [Frontend] Fix mcount inlining bug | Honggyu Kim | 1 | -9/+5 |
2016-09-01 | Remove whitespace to test commit access | Honggyu Kim | 1 | -1/+1 |
2016-07-13 | Add XRay flags to Clang. We implement two flags to control the XRay behaviour: | Aaron Ballman | 1 | -0/+20 |
2016-07-13 | [OpenCL] Fix code generation of kernel pipe parameters. | Alexey Bader | 1 | -3/+5 |
2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 1 | -20/+39 |
2016-06-24 | Use more ArrayRefs | David Majnemer | 1 | -1/+1 |
2016-06-23 | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 1 | -5/+7 |
2016-06-22 | Add support for /Ob1 and -finline-hint-functions flags | Hans Wennborg | 1 | -2/+8 |
2016-06-22 | [OpenCL] Use function metadata to represent kernel attributes | Yaxun Liu | 1 | -30/+16 |
2016-06-08 | [DebugInfo] Add calling conventions to DISubroutineType | Reid Kleckner | 1 | -8/+11 |
2016-05-06 | [OPENMP 4.0] Codegen for 'declare simd' directive. | Alexey Bataev | 1 | -0/+2 |
2016-04-28 | Debug info: Apply an artificial debug location to __cyg_profile_func.* calls. | Adrian Prantl | 1 | -0/+1 |
2016-04-19 | reduce indentation; NFCI | Sanjay Patel | 1 | -9/+6 |
2016-04-08 | revert SVN r265702, r265640 | Saleem Abdulrasool | 1 | -3/+2 |