summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [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
* Enable coroutines under -std=c++2a.Richard Smith2019-02-232-2/+2
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-2/+18
* Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...Jan Korous2019-02-181-0/+3
* [ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard2019-02-181-0/+6
* [X86] Prevent clang clobber checking for asm flag constraints.Nirav Dave2019-02-171-1/+1
* Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...Reid Kleckner2019-02-151-3/+0
* [MSVC] Recognize `static_assert` keyword in C and C++98Reid Kleckner2019-02-151-0/+2
* [clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous2019-02-141-0/+3
* [X86] Add clang support for X86 flag output parameters.Nirav Dave2019-02-141-0/+52
* [PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong2019-02-131-10/+9
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-132-0/+10
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+25
* long double is double on OpenBSD/NetBSD/PPC.Brad Smith2019-02-111-1/+7
* Use llvm::is_contained. NFCFangrui Song2019-02-101-1/+1
* [AMDGPU] Split dot-insts featureStanislav Mekhanoshin2019-02-091-1/+2
* bpf: teach BPF driver about the new CPU "v3"Jiong Wang2019-02-071-1/+1
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-062-39/+31
* [WebAssembly] Add atomics target optionHeejin Ahn2019-02-062-0/+15
* Basic CUDA-10 support.Artem Belevich2019-02-051-1/+8
* [DEBUG_INFO][NVPTX] Generate correct data about variable address class.Alexey Bataev2019-02-051-0/+24
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+11
* Do not copy long double and 128-bit fp format from aux target for AMDGPUYaxun Liu2019-01-311-0/+11
* [CUDA] Propagate detected version of CUDA to cc1Artem Belevich2019-01-311-0/+46
* [WebAssembly] Add bulk memory target featureThomas Lively2019-01-312-5/+24
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-312-28/+42
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-01-312-42/+28
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-303-0/+12
* Simplify and modernize this code a little.Richard Smith2019-01-301-55/+30
* Fix the behavior of clang's -w flag.James Y Knight2019-01-291-6/+11
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+2
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-254-0/+4
* [MSP430] Ajust f32/f64 alignment according to MSP430 EABIAnton Korobeynikov2019-01-251-0/+6
* [WebAssembly] Add a __wasi__ target macroDan Gohman2019-01-242-9/+33
* [WebAssembly] Support __float128Dan Gohman2019-01-241-0/+3
* [FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall2019-01-241-24/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1975-300/+225
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-1/+1
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+27
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-181-9/+64
* Revert "Clang side support for @cc assembly operands."Nirav Dave2019-01-181-52/+0
* Clang side support for @cc assembly operands.Nirav Dave2019-01-181-0/+52
* [Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan2019-01-161-0/+27
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-161-0/+25
* [WebAssembly] COWS has been renamed to WASI.Dan Gohman2019-01-161-2/+2
OpenPOWER on IntegriCloud