summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-2/+2
* [PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-221-1/+2
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-291-3/+5
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-1/+1
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-152-9/+1
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-142-1/+9
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-2/+1
* [clang] Fix out-of-bounds memory access in ComputeLineNumbersJan Korous2020-01-101-13/+8
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-082-3/+3
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-1/+1
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-10/+8
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-2/+15
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-232-14/+20
* [NFC] Move OptionUtils from Basic to DriverYaxun (Sam) Liu2019-12-232-49/+0
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-0/+2
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-2/+0
* [NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu2019-12-212-0/+49
* [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-pathsKarl-Johan Karlsson2019-12-201-5/+20
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-185-4/+49
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+5
* [Sema] Improve diagnostic about addr spaces for overload candidatesAnastasia Stulova2019-12-131-0/+1
* [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 tripleWarren Ristow2019-12-121-0/+1
* [OPENMP50]Add if clause in teams distribute simd directive.Alexey Bataev2019-12-111-0/+2
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-0/+2
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-26/+2
* Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...Reid Kleckner2019-12-062-20/+14
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-062-14/+20
* [OPENMP50]Add if clause in distribute simd directive.Alexey Bataev2019-12-061-0/+2
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+12
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-12/+0
* Bug 43965 - Value of _MSVC_LANG doesn't match MSVC++ VS2019 /std:c++latest modeSoumi Manna2019-12-041-1/+1
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+12
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-0/+1
* [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-AVictor Campos2019-12-023-1/+15
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-292-35/+0
* [mips] Check that features required by built-ins are enabledSimon Atanasyan2019-11-291-0/+3
* [Clang] Enable RISC-V support for FuchsiaPetr Hosek2019-11-211-0/+2
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-212-3/+27
* [OPENMP50]Add if clause in for simd directive.Alexey Bataev2019-11-211-0/+2
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-212-5/+8
* Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov2019-11-212-8/+5
* [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-212-5/+8
* [OPENMP50]Add if clause in simd directive.Alexey Bataev2019-11-191-1/+4
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-182-0/+35
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-152-0/+27
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-122-11/+20
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-123-7/+38
* clang/Modules: Delay err_module_file_conflict if a diagnostic is in flightDuncan P. N. Exon Smith2019-11-111-2/+3
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-111-0/+43
* Basic: fix FileManager invalidation issue for file redirectAlex Suhan2019-11-081-7/+11
OpenPOWER on IntegriCloud