summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...Craig Topper2017-11-011-0/+2
* Basic: improve coverage for Darwin targets and fix ABISaleem Abdulrasool2017-10-281-4/+9
* ARM: centralise SizeType, PtrDiffType, and IntPtrTypeSaleem Abdulrasool2017-10-271-31/+13
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-0/+1
* Remove x86,x86_32/64 from isValidFeatureNameErich Keane2017-10-271-3/+0
* [X86] Add 'sse4' to X86TargetInfo::isValidFeatureNameCraig Topper2017-10-271-0/+1
* [X86] Make -march=i686 an alias of -march=pentiumproCraig Topper2017-10-262-14/+3
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-251-0/+12
* [X86] Add avx512vpopcntdq to Knights MillCraig Topper2017-10-251-0/+2
* Pull X86 "CPUKind" checking into .cpp file. [NFC]Erich Keane2017-10-232-71/+73
* Basic: restore {,u}intptr_t on NetBSD/ARMSaleem Abdulrasool2017-10-201-3/+4
* AMDGPU: Parse r600 CPU name early and expose FMAF capabilityJan Vesely2017-10-191-1/+7
* [Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni2017-10-182-35/+28
* Basic: fix __{,U}INTPTR_TYPE__ on ARMSaleem Abdulrasool2017-10-181-1/+4
* Basic: fix `__INTPTR_TYPE__` for Windows ARMSaleem Abdulrasool2017-10-171-0/+1
* [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