summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86] Use -ffreestanding instead of using the mm_malloc.h include guard hack ...Craig Topper2017-10-124-11/+7
* [COFF, ARM64] Add MS builtins __dmb, __dsb, __isbMartin Storsjo2017-10-121-0/+26
* [X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.Craig Topper2017-10-111-0/+1
* [CGExprScalar] In EmitCompare trunc the result if it has different type as E-...Guozhi Wei2017-10-101-0/+11
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-065-6/+6
* Refine generation of TBAA information in clangIvan A. Kosarev2017-10-061-3/+3
* [CodeGen] Emit a helper function for __builtin_os_log_format to reduceAkira Hatanaka2017-10-061-179/+335
* [OpenCL] Clean up and add missing fields for block structYaxun Liu2017-10-041-17/+0
* [ubsan] Save a ptrtoint when emitting alignment checksVedant Kumar2017-10-031-2/+1
* Add a testcase to check that debug info is upgraded when compiling LLVM IRAdrian Prantl2017-10-021-0/+17
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-292-0/+90
* revert rL314300Coby Tayree2017-09-272-89/+0
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-272-0/+89
* Basic: support Preserve{Most,All} CC on WindowsSaleem Abdulrasool2017-09-261-0/+3
* [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.Artem Belevich2017-09-261-1/+21
* Fix TBAA information for reference accessesIvan A. Kosarev2017-09-261-0/+29
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-256-0/+44
* [x86] make assertions less strict in avx512f test fileSanjay Patel2017-09-251-1/+1
* [x86] make assertions less strict in avx512f test fileSanjay Patel2017-09-251-16/+16
* [x86] remove RUNs that were checking fully optimized IRSanjay Patel2017-09-252-421/+2546
* Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtin...Justin Lebar2017-09-251-21/+1
* [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.Artem Belevich2017-09-251-1/+21
* fixing a bug in mask[z]_set1 intrinsicJina Nahias2017-09-251-32/+4
* Promote storage-only __fp16 vector operands to float vectors.Akira Hatanaka2017-09-231-0/+162
* [CodeGen][ObjC] Build the global block structure before emitting theAkira Hatanaka2017-09-221-3/+3
* [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync} instructions...Artem Belevich2017-09-212-2/+51
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-202-0/+61
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-201-0/+13
* Fix 32-bit buildbots by removing tests that are dependent on pointer-size com...Andrew Kaylor2017-09-191-12/+4
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-0/+42
* Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-194-70/+554
* [WebAssembly] Restore __builtin_wasm_rethrow builtinHeejin Ahn2017-09-161-0/+6