summaryrefslogtreecommitdiff
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* Use a unique_ptr instead of manual memory management for LineTableNico Weber2019-07-151-3/+1
* Use a unique_ptr instead of manual memory management for CustomDiagInfoNico Weber2019-07-151-5/+3
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-151-1/+3
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+5
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+2
* Remove __VERSION__Sylvestre Ledru2019-07-121-2/+0
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-122-2/+6
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-123-6/+15
* [HIP] Add GPU arch gfx1010, gfx1011, and gfx1012Yaxun Liu2019-07-112-0/+21
* De-templatize non-dependent VS macro logic, NFCReid Kleckner2019-07-098-90/+85
* [AMDGPU] gfx908 clang targetStanislav Mekhanoshin2019-07-093-0/+12
* [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song2019-07-093-6/+9
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-092-20/+13
* [RISCV] Specify registers used for exception handlingAlex Bradbury2019-07-081-0/+9
* [PowerPC] Support constraint code "ww"Fangrui Song2019-07-041-1/+2
* Fix MSVC "signed/unsigned mismatch" warning. NFCI.Simon Pilgrim2019-07-031-1/+2
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-033-12/+8
* Fix build failure due to missing breakYaxun Liu2019-06-261-0/+2
* [ARM] Support inline assembler constraints for MVE.Simon Tatham2019-06-251-0/+11
* AMDGPU: Fix target builtins for gfx10Matt Arsenault2019-06-221-0/+2
* PR42301: Abort cleanly if we encounter a huge source file rather thanRichard Smith2019-06-211-0/+25
* [RISCV] Mark TLS as supportedLewis Revill2019-06-191-1/+0
* Clang :: Sema/wchar.c has long been failing on Solaris:Rainer Orth2019-06-171-1/+5
* [Targets] Move soft-float-abi filtering to `initFeatureMap`George Burgess IV2019-06-142-14/+25
* [AMDGPU] gfx1011/gfx1012 clang supportStanislav Mekhanoshin2019-06-141-0/+7
* [RISCV] Add inline asm constraints I, J & K for RISC-VLewis Revill2019-06-112-3/+21
* [X86] Attempt to make the Intel core CPU inheritance a little more readable a...Craig Topper2019-06-101-24/+27
* [ARM] Add ACLE feature macros for MVE.David Green2019-06-071-0/+1
* [ARM] Add ACLE feature macros for MVESjoerd Meijer2019-06-072-0/+30
* [ARM] Fix bugs introduced by the fp64/d32 rework.Simon Tatham2019-06-071-4/+16
* [X86] -march=cooperlake (clang)Pengfei Wang2019-06-071-3/+11
* [X86] Add ENQCMD instructionsPengfei Wang2019-06-062-0/+7
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-312-1/+8
* [ARM] Add CLI support for Armv8.1-M and MVESjoerd Meijer2019-05-301-0/+2
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-10/+8
* [X86] Split multi-line chained assignments into single lines to avoid making ...Craig Topper2019-05-231-26/+24
* [WebAssembly] Add multivalue and tail-call target featuresThomas Lively2019-05-232-0/+28
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-221-2/+3
* [PPC64] Fix PPC64TargetInfo ABI on clang side after D61950Fangrui Song2019-05-221-1/+2
* [PPC64] Fix PPC64TargetInfo after D61950Fangrui Song2019-05-221-0/+1
* [PPC64] Parse -elfv1 -elfv2 when specified on target tripleFangrui Song2019-05-221-3/+1
* [DebugInfo] Don't emit checksums when compiling a preprocessed CPPAlexandre Ganea2019-05-211-2/+7
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+9
* [X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.Craig Topper2019-05-161-3/+1
* Add AIX Version MacrosXing Xue2019-05-161-1/+17
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-132-1/+8
* [Preamble] Stop circular inclusion of main file when building preambleNikolai Kosjar2019-05-101-1/+1
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-101-0/+31
* [clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) onesOwen Pan2019-05-081-3/+3