summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2018-04-10Merging r328829:Tom Stellard
2018-02-14Revert r319777 for PR36357Hans Wennborg
2018-02-09Merging r324594:Hans Wennborg
2018-01-16Merging r321771:Hans Wennborg
2018-01-02Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"Filipe Cabecinhas
2018-01-02ASan+operator new[]: Fix operator new[] cookie poisoningFilipe Cabecinhas
2017-12-27[x86][icelake][vbmi2]Coby Tayree
2017-12-27[x86][icelake][vnni]Coby Tayree
2017-12-27[x86][icelake][bitalg]Coby Tayree
2017-12-27[x86][icelake][vpclmulqdq]Coby Tayree
2017-12-27[x86][icelake][gfni]Coby Tayree
2017-12-27[x86][icelake][vaes]Coby Tayree
2017-12-22[CodeGen] Represent array members in new-format TBAA type descriptorsIvan A. Kosarev
2017-12-22[CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev
2017-12-21Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai
2017-12-21[AArch64] Enable fp16 data type for the Builtin for AArch64 only.Abderrazek Zaafrani
2017-12-21[CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai
2017-12-21[AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-12-21[ubsan] Diagnose noreturn functions which returnVedant Kumar
2017-12-20[Complex] Don't use __div?c3 when building with fast-math.Florian Hahn
2017-12-18[X86] Use {{.*}} instead of hardcoded %1 in knot test.Martin Bohme
2017-12-16[Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel
2017-12-16[X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsics using native IR.Craig Topper
2017-12-16[X86] Add the two files I forgot to commit in r320915.Craig Topper
2017-12-16[CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)Vedant Kumar
2017-12-14[CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsicReid Kleckner
2017-12-13[Hexagon] Intrinsic support for V62 and V65Krzysztof Parzyszek
2017-12-11[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper
2017-12-11[Hexagon] Remove unsupported vlut intrinsicsKrzysztof Parzyszek
2017-12-09Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov
2017-12-09[CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka
2017-12-08[ubsan] array-bounds: Ignore params with constant sizeVedant Kumar
2017-12-08[ubsan] Use pass_object_size info in bounds checksVedant Kumar
2017-12-05[x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias
2017-12-03Revert "[CodeGen] Add initial support for union members in TBAA"Hal Finkel
2017-12-02[CodeGen] fix mapping from fmod calls to frem instructionSanjay Patel
2017-12-01[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsicsSanjay Patel
2017-11-30[CodeGen] Add initial support for union members in TBAAIvan A. Kosarev
2017-11-30[XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris
2017-11-29Reland "Fix vtable not receiving hidden visibility when using push(visibility)"Jake Ehrlich
2017-11-26Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon
2017-11-25[X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...Craig Topper
2017-11-22Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek
2017-11-22[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek
2017-11-21Avoid unecessary opsize byte in segment move to memoryNirav Dave
2017-11-21Add -finstrument-function-entry-bare flagHans Wennborg
2017-11-21[x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blobCoby Tayree
2017-11-19[X86] Make sure 'knm' and 'cannonlake' are accepted by builtin_cpu_isCraig Topper
2017-11-18[CodeGen] change const-ness of complex callsSanjay Patel
2017-11-14Try to fix the instrument-functions testsHans Wennborg