summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
AgeCommit message (Expand)Author
2017-03-30[XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris
2017-03-14[ubsan] Add a nullability sanitizerVedant Kumar
2017-03-08Honor __unaligned in codegen for declarations and expressionsRoger Ferrer Ibanez
2017-03-06[XRay] [clang] Allow logging the first argument of a function call.Dean Michael Berris
2017-02-17Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)"Vedant Kumar
2017-02-17Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "[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 declarationReid Kleckner
2017-01-31[X86] Teach Clang about -mfentry flagNirav Dave
2017-01-26PR0091R3: Implement parsing support for using templates as types.Richard Smith
2017-01-20[OPENMP] Fix for PR31643: Clang crashes when compiling code on WindowsAlexey Bataev
2017-01-13[tsan] Do not report errors in __destroy_helper_block_Anna Zaks
2017-01-06Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-12[clang] Version support for UBSan handlersFilipe Cabecinhas
2016-11-14[OpenCL] always use SPIR address spaces for kernel_arg_addr_space MDPekka Jaaskelainen
2016-11-11[tsan][clang] Introduce a function attribute to disable TSan checking at run ...Anna Zaks
2016-11-10Add the loop end location to the loop metadata. This additional informationAmara Emerson
2016-10-26[CodeGen] Don't emit lifetime intrinsics for some local variablesVitaly Buka
2016-10-26[CodeGen] Move shouldEmitLifetimeMarkers into more convenient placeVitaly Buka
2016-09-16Fix a couple of wrong-code bugs in switch-on-constant optimization:Richard Smith
2016-09-13ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren
2016-09-13Update 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 bugHonggyu Kim
2016-09-01Remove whitespace to test commit accessHonggyu Kim
2016-07-13Add 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-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2016-06-24Use more ArrayRefsDavid Majnemer
2016-06-23Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg
2016-06-22[OpenCL] Use function metadata to represent kernel attributesYaxun Liu
2016-06-08[DebugInfo] Add calling conventions to DISubroutineTypeReid Kleckner
2016-05-06[OPENMP 4.0] Codegen for 'declare simd' directive.Alexey Bataev
2016-04-28Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.Adrian Prantl
2016-04-19reduce indentation; NFCISanjay Patel
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool
2016-04-08Adapt to LLVM API changeSanjoy Das
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool
2016-04-05Add -fno-jump-tables and-fjump-tables flagsNirav Dave
2016-03-21[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2016-03-12Temporarily revert these patches:Eric Christopher
2016-03-11Remove compile time PreserveName switch based on NDEBUGMehdi Amini
2016-03-01[MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer
2016-02-26[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan