summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud