summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-062-0/+14
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-023-1/+20
* AMDGPU: Enable _Float16Yaxun Liu2019-04-301-0/+3
* [AArch64] Initialize HasMTEVitaly Buka2019-04-271-0/+1
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-262-0/+6
* [BPF] do not generate predefined macro bpfYonghong Song2019-04-261-1/+1
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-251-0/+2
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-1/+4
* [FileSystemStatCache] Return std::error_code from stat cache methodsHarlan Haskins2019-04-162-23/+25
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-111-1/+1
* [AMDGPU] rename vi-insts into gfx8-instsStanislav Mekhanoshin2019-04-051-1/+1
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-15/+17
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-032-0/+19
* Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.Simon Pilgrim2019-04-021-0/+1
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-022-1/+12
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-314-20/+11
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-292-0/+15
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-4/+2
* [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper2019-03-212-5/+18
* [X86] Use the CPUKind enum from PROC_ALIAS to directly get the CPUKind in fil...Craig Topper2019-03-211-3/+2
* [X86] Remove getCPUKindCanonicalName which is unused.Craig Topper2019-03-202-14/+0
* [X86] Separate PentiumPro and i686. They aren't aliases in the backend.Craig Topper2019-03-201-0/+2
* [AMDGPU] Add the missing clang change of the experimental buffer fat pointerMichael Liao2019-03-181-1/+2
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-144-1/+83
* [X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.Craig Topper2019-03-141-1/+1
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-25/+0
* Revert "Add AIX Target Info"Jason Liu2019-03-134-83/+1
* Add AIX Target InfoJason Liu2019-03-134-1/+83
* [X86] Remove 'cx16' from 'prescott' and 'yonah' as they are 32-bit only CPUs ...Craig Topper2019-03-131-2/+3
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-1/+12
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-092-48/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-081-11/+12
* Rollback of rL355585.Mitch Phillips2019-03-071-12/+11
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+6
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-071-1/+6
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-071-11/+12
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-061-12/+11
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-061-11/+12
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-2/+0
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+37
* Replace clang::FileData with llvm::vfs::StatusHarlan Haskins2019-03-052-51/+44
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-1/+1
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-2/+2
* Make the new SanitizerMask code added in r355190 constexpr.James Y Knight2019-03-021-0/+8
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-012-3/+14
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-261-0/+8
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-262-14/+3
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-262-3/+14
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-2/+18