summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r328829:Tom Stellard2018-04-101-0/+20
* Revert r319777 for PR36357Hans Wennborg2018-02-142-26/+9
* Merging r324594:Hans Wennborg2018-02-091-0/+13
* Merging r321771:Hans Wennborg2018-01-161-2/+6
* Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"Filipe Cabecinhas2018-01-021-9/+1
* ASan+operator new[]: Fix operator new[] cookie poisoningFilipe Cabecinhas2018-01-021-1/+9
* [x86][icelake][vbmi2]Coby Tayree2017-12-273-2/+910
* [x86][icelake][vnni]Coby Tayree2017-12-273-2/+226
* [x86][icelake][bitalg]Coby Tayree2017-12-273-2/+160
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-272-2/+19
* [x86][icelake][gfni]Coby Tayree2017-12-272-1/+183
* [x86][icelake][vaes]Coby Tayree2017-12-272-3/+58
* [CodeGen] Represent array members in new-format TBAA type descriptorsIvan A. Kosarev2017-12-221-0/+34
* [CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev2017-12-221-27/+56
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-212-37/+1
* [AArch64] Enable fp16 data type for the Builtin for AArch64 only.Abderrazek Zaafrani2017-12-211-117/+123
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-212-1/+37
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-214-355/+1976
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-0/+7
* [Complex] Don't use __div?c3 when building with fast-math.Florian Hahn2017-12-201-0/+139
* [X86] Use {{.*}} instead of hardcoded %1 in knot test.Martin Bohme2017-12-181-1/+1
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-161-0/+2
* [X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsics using native IR.Craig Topper2017-12-161-16/+45
* [X86] Add the two files I forgot to commit in r320915.Craig Topper2017-12-161-0/+73
* [CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)Vedant Kumar2017-12-161-0/+119
* [CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsicReid Kleckner2017-12-141-1/+22
* [Hexagon] Intrinsic support for V62 and V65Krzysztof Parzyszek2017-12-131-1866/+2276
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+14
* [Hexagon] Remove unsupported vlut intrinsicsKrzysztof Parzyszek2017-12-111-16/+0
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+53
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-092-35/+21
* [ubsan] array-bounds: Ignore params with constant sizeVedant Kumar2017-12-081-2/+1
* [ubsan] Use pass_object_size info in bounds checksVedant Kumar2017-12-081-0/+69
* [x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias2017-12-052-9/+26
* Revert "[CodeGen] Add initial support for union members in TBAA"Hal Finkel2017-12-032-108/+6
* [CodeGen] fix mapping from fmod calls to frem instructionSanjay Patel2017-12-022-18/+20
* [CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsicsSanjay Patel2017-12-015-122/+121
* [CodeGen] Add initial support for union members in TBAAIvan A. Kosarev2017-11-302-6/+108
* [XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris2017-11-301-0/+10
* Reland "Fix vtable not receiving hidden visibility when using push(visibility)"Jake Ehrlich2017-11-291-0/+20
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-262-2/+99
* [X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...Craig Topper2017-11-252-14/+30
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-221-21/+0
* [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek2017-11-221-0/+21
* Avoid unecessary opsize byte in segment move to memoryNirav Dave2017-11-211-6/+6
* Add -finstrument-function-entry-bare flagHans Wennborg2017-11-211-0/+13
* [x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blobCoby Tayree2017-11-211-0/+11
* [X86] Make sure 'knm' and 'cannonlake' are accepted by builtin_cpu_isCraig Topper2017-11-191-0/+2
* [CodeGen] change const-ness of complex callsSanjay Patel2017-11-183-116/+116
* Try to fix the instrument-functions testsHans Wennborg2017-11-141-2/+2