summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP] Implement omp_is_initial_device() as builtinJonas Hahnfeld2017-10-171-1/+2
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-1/+4
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-153-10/+10
* [X86] Add skeleton support for knm cpuCraig Topper2017-10-132-0/+10
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-134-0/+7
* [COFF, ARM64] Add MS builtins __dmb, __dsb, __isbMartin Storsjo2017-10-121-0/+2
* [X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.Craig Topper2017-10-111-0/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-2/+2
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-066-33/+29
* [OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli2017-10-041-1/+3
* Add support for Myriad ma2x8x series of CPUsWalter Lee2017-10-022-4/+65
* [AMDGPU] Allow flexible register names in inline asm constraintsYaxun Liu2017-09-281-6/+73
* [Targets/X86] Remove unneded `return` in setMaxAtomicWidth(). NFCI.Davide Italiano2017-09-281-1/+0
* [AVR] Update data layout to match current LLVM trunkDylan McKay2017-09-271-2/+1
* Basic: support Preserve{Most,All} CC on WindowsSaleem Abdulrasool2017-09-262-0/+4
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-254-16/+90
* [Clang] Adding missing feature to goldmontMichael Zuckerman2017-09-251-0/+1
* [Atomic][X8664] set max atomic inline width according to the targetWei Mi2017-09-222-1/+8
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-1/+3
* [X86] Move even more of our CPU to feature mapping switch to use fallthroughsCraig Topper2017-09-171-44/+40
* [X86] Remove unnecessary extra encodings from the CPU name enum in clangCraig Topper2017-09-162-72/+14
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-0/+5
* [AMDGPU] Change addr space of clk_event_t, queue_t and reserve_id_t to globalYaxun Liu2017-09-131-0/+4
* [Basic] Update CMakeLists.txt to handle repoMinSeong Kim2017-09-091-33/+0
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-091-5/+6
* [OpenCL] Add half load and store builtinsJan Vesely2017-09-071-2/+7
* [CUDA] Added rudimentary support for CUDA-9 and sm_70.Artem Belevich2017-09-072-0/+14
* Change Diagnostic Category size error from runtime to compiletimeErich Keane2017-08-281-12/+23
* [Basic] Add a DiagnosticError llvm::ErrorInfo subclassAlex Lorenz2017-08-251-1/+4
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-242-3/+12
* [Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraintsCoby Tayree2017-08-242-18/+35
* bpf: add -mcpu=# support for bpfYonghong Song2017-08-231-0/+12
* [mips] Rename getSupportedNanEncoding() to getIEEE754Standard()Petar Jovanovic2017-08-221-2/+2
* AMDGPU: add missing amdgcn processors and testsKonstantin Zhuravlyov2017-08-181-10/+15
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-152-1/+40
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-131-2/+6
* [AArch64] Add support for a MinGW AArch64 targetMartin Storsjo2017-08-133-27/+72
* Revert r310057Stefan Maksimovic2017-08-112-1/+7
* [X86] Implement __builtin_cpu_isCraig Topper2017-08-102-0/+40
* [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports.Craig Topper2017-08-081-0/+2
* [AArch64] Ignore stdcall and similar on aarch64/windowsMartin Storsjo2017-08-072-0/+19
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-0/+2
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-042-7/+1
* Define _GNU_SOURCE for RTEMS c++Walter Lee2017-08-021-0/+2
* Use VFS operations in FileManager::makeAbsolutePath.Ilya Biryukov2017-08-021-1/+1
* [x86][inline-asm]Allow a pack of Control Debug to be properly pickedCoby Tayree2017-08-011-0/+1
* Move RTEMS to OSTargets.hWalter Lee2017-07-312-34/+34
* [AArch64] Don't define __LP64__ when targeting WindowsMartin Storsjo2017-07-311-2/+4
* [Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)Martin Storsjo2017-07-313-24/+28
* [x86][inline-asm]Allow a pack of Control Regs to be properly pickedCoby Tayree2017-07-301-0/+1
OpenPOWER on IntegriCloud