summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-143-11/+52
* [PM] Require a registered x86 target for this test which uses the x86Chandler Carruth2017-11-141-0/+2
* [PM] Wire up support for the bounds checking sanitizer with the new PM.Chandler Carruth2017-11-141-0/+2
* [CodeGen] fix const-ness of cbrt and fmaSanjay Patel2017-11-133-23/+51
* [ThinLTO] Handle -fdebug-pass-manager for backend invocations via clangTeresa Johnson2017-11-131-0/+10
* [X86] test/testn intrinsics lowering to IR. clang sideUriel Korach2017-11-134-46/+116
* ChangeJina Nahias2017-11-131-3/+3
* [x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IRJina Nahias2017-11-132-24/+44
* Revert "[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang"Teresa Johnson2017-11-111-10/+0
* Add x86-registered-target to REQUIRES for new testTeresa Johnson2017-11-111-0/+1
* [ThinLTO] Handle -fdebug-pass-manager for backend invocations via clangTeresa Johnson2017-11-101-0/+9
* [X86] Reduce the number of FMA builtins needed by the frontend by adding nega...Craig Topper2017-11-102-32/+104
* Fix a bug with the use of __builtin_bzero in a conditional expression.John McCall2017-11-091-0/+13
* Change noplt.c to work for non-x86 targets.Sriraman Tallam2017-11-071-1/+1
* [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-071-0/+23
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+9
* [CodeGen] split math and complex tests into separate files; NFCISanjay Patel2017-11-074-425/+418
* lowering broadcastmJina Nahias2017-11-062-20/+74
* [CodeGen] add remquo to list of recognized library callsSanjay Patel2017-11-041-4/+8
* [CodeGen] add libcall attr tests to show errno-related diffs; NFCSanjay Patel2017-11-031-0/+732
* [CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> f...Sanjay Patel2017-11-022-133/+131
* [CodeGen] add builtin attr tests to show errno-related diffs; NFCSanjay Patel2017-11-021-0/+777
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-313-6/+33
* [CodeGen] map sqrt libcalls to llvm.sqrt when errno is not setSanjay Patel2017-10-313-23/+31
* [CodeGen] Generate TBAA info for reference loadsIvan A. Kosarev2017-10-301-14/+22
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-8/+8
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-0/+20
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-261-20/+0
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-0/+20
* [X86] Add a target attribute test for no-sse4.Craig Topper2017-10-261-6/+9
* CodeGen: fix PPC Darwin variadicsSaleem Abdulrasool2017-10-251-0/+28
* [CodeGen] add tests for __builtin_sqrt*; NFCSanjay Patel2017-10-201-0/+9
* [CodeGen] Fix generation of TBAA info for array-to-pointer conversionsIvan A. Kosarev2017-10-201-0/+18
* [CGExprScalar] Add missing types in function GetIntrinsicGuozhi Wei2017-10-191-1/+24
* [Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni2017-10-181-1/+1
* [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...Ivan A. Kosarev2017-10-171-0/+23
* Basic: make the nan family pureSaleem Abdulrasool2017-10-171-12/+8
* Basic: adjust attributes on `nan` LIBBUILTINsSaleem Abdulrasool2017-10-131-296/+296
* [CUDA] Added __hmma_m16n16k16_* builtins to support mma instructions on sm_70Artem Belevich2017-10-121-0/+166
* [X86] Add CLWB intrinsic. clang partCraig Topper2017-10-121-0/+9
OpenPOWER on IntegriCloud