summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-2/+5
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-2/+2
* [CodeGen] Fix access sizes in new-format TBAA tagsIvan A. Kosarev2017-12-211-1/+3
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-1/+12
* Revert r320978 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-181-6/+2
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-181-2/+6
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* [ubsan] array-bounds: Ignore params with constant sizeVedant Kumar2017-12-081-8/+0
* [ubsan] Use pass_object_size info in bounds checksVedant Kumar2017-12-081-0/+54
* Revert "[CodeGen] Add initial support for union members in TBAA"Hal Finkel2017-12-031-20/+13
* [CodeGen] Add initial support for union members in TBAAIvan A. Kosarev2017-11-301-13/+20
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-1/+6
* [CodeGen] Propagate may-alias'ness of lvalues with TBAA infoIvan A. Kosarev2017-10-311-47/+43
* CodeGen: Fix insertion position of addrspace cast for allocaYaxun Liu2017-10-301-1/+5
* [CodeGen] Generate TBAA info for reference loadsIvan A. Kosarev2017-10-301-48/+46
* CodeGen: Fix missing debug loc due to allocaYaxun Liu2017-10-241-2/+1
* [CodeGen] Fix generation of TBAA info for array-to-pointer conversionsIvan A. Kosarev2017-10-201-2/+8
* [CodeGen] Refine generation of TBAA info for bit-field lvaluesIvan A. Kosarev2017-10-171-63/+51
* [CodeGen] Pass TBAA info along with lvalue base info everywhereIvan A. Kosarev2017-10-171-6/+6
* [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...Ivan A. Kosarev2017-10-171-36/+51
* Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with...Ivan A. Kosarev2017-10-131-44/+30
* [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...Ivan A. Kosarev2017-10-131-30/+44
* [CodeGen] emitOMPArraySectionBase() to generate TBAA info along with LValue b...Ivan A. Kosarev2017-10-131-5/+10
* [CodeGen] getNaturalTypeAlignment() to generate TBAA info along with LValue b...Ivan A. Kosarev2017-10-131-11/+9
* [CodeGen] EmitLoadOfReference() to generate TBAA info along with LValue base ...Ivan A. Kosarev2017-10-131-4/+8
* [CodeGen] EmitLoadOfPointer() to generate TBAA info along with LValue base infoIvan A. Kosarev2017-10-131-4/+8
* [CodeGen] EmitCXXMemberDataPointerAddress() to generate TBAA info along with ...Ivan A. Kosarev2017-10-131-3/+4
* [OPENMP] Fix PR34926: Fix handling of the array sections passed asAlexey Bataev2017-10-121-6/+1
* [CodeGen] Generate TBAA info along with LValue base infoIvan A. Kosarev2017-10-121-18/+35
* [CodeGen] Do not construct complete LValue base info in trivial casesIvan A. Kosarev2017-10-101-50/+30
* [OPENMP] Capture references to global variables.Alexey Bataev2017-10-061-2/+6
* Refine generation of TBAA information in clangIvan A. Kosarev2017-10-061-28/+35
* [CodeGen] Unify generation of scalar and struct-path TBAA tagsIvan A. Kosarev2017-10-051-20/+11
* Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"Ivan A. Kosarev2017-10-051-38/+40
* [CodeGen] Unify generation of scalar and struct-path TBAA tagsIvan A. Kosarev2017-10-051-40/+38
* [CodeGen] Introduce generic TBAA access descriptorsIvan A. Kosarev2017-10-031-24/+18
* [ubsan] Skip alignment checks which are folded awayVedant Kumar2017-10-031-3/+4
* [ubsan] Save the result of getLLVMContext. NFC.Vedant Kumar2017-10-031-6/+6
* [ubsan] Add helpers to decide when null/vptr checks are required. NFC.Vedant Kumar2017-10-031-8/+15
* [ubsan] Save a ptrtoint when emitting alignment checksVedant Kumar2017-10-031-5/+10
* [CodeGen] Have a special function to get TBAA info for may-alias accessesIvan A. Kosarev2017-10-021-8/+5
* [CodeGen] Do not refer to complete TBAA info where we actually deal with just...Ivan A. Kosarev2017-10-021-18/+19
* [OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova2017-09-271-2/+5
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-251-1/+1
* [ubsan] Function Sanitizer: Don't require writable text segmentsVedant Kumar2017-09-131-5/+4
* [CodeGen] Treat all vector fields as mayaliasHal Finkel2017-09-031-2/+2
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-22/+27
* [IRGen] Evaluate constant static variables referenced through memberAlex Lorenz2017-08-251-3/+24
* [OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static methodAlexey Bataev2017-08-221-0/+1
* Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall2017-08-151-3/+7