summaryrefslogtreecommitdiff
path: root/clang/lib/Basic
AgeCommit message (Expand)Author
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-28[X86] Add the movbe instruction intrinsics from icc.Craig Topper
2018-09-28[ARM] Prevent DSP and SIM32 being set for v6mSam Parker
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26[ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard
2018-09-26[OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li
2018-09-24[CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich
2018-09-24[VFS] Use llvm::StringMap instead of std::map. NFCEric Liu
2018-09-21[AST] Various optimizations + refactoring in DeclarationName(Table)Bruno Ricci
2018-09-19Basic: correct `__WINT_TYPE__` on WindowsSaleem Abdulrasool
2018-09-18[Modules] Add platform and environment features to requires clauseBruno Cardoso Lopes
2018-09-14[VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall
2018-09-12When we leave a module header, make that header visible in itsRichard Smith
2018-09-10Move AESNI generation to Skylake and GoldmontErich Keane
2018-09-05[VFS] Cache the current working directory for the real FS.Eric Liu
2018-09-04Adding HardLink Support to VirtualFileSystem.Ilya Biryukov
2018-08-30Add dump() method for SourceRangeStephen Kelly
2018-08-29[ARM] Set __ARM_FEATURE_SIMD32 for +dsp coresSam Parker
2018-08-24Revert r323281 "Adjust MaxAtomicInlineWidth for i386/i486 targets."Hans Wennborg
2018-08-24Fix build bot after r340598.Eric Liu
2018-08-24[FileManager] Do not call 'real_path' in getFile().Eric Liu
2018-08-23[x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth
2018-08-22[clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic
2018-08-21AMDGPU: Move target code into TargetParserMatt Arsenault
2018-08-16AMDGPU: Correct errors in device tableMatt Arsenault
2018-08-15Add a newline to SourceLocation dump outputStephen Kelly
2018-08-08AMDGPU: Fix enabling denormals by default on pre-VI targetsMatt Arsenault
2018-08-08[NFC][VFS] Fix typos in comments.Volodymyr Sapsai
2018-08-07[VFS] Unify iteration code for VFSFromYamlDirIterImpl, NFC intended.Volodymyr Sapsai
2018-08-07[VFS] Emit an error when entry at root level uses a relative path.Volodymyr Sapsai
2018-08-07AMDGPU: Add builtin for s_dcache_wbMatt Arsenault
2018-08-07AMDGPU: Add builtin for s_dcache_inv_volMatt Arsenault
2018-08-06[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi
2018-08-06Fix for broken build on clang-hexagon-elf for ambiguous call toLeonard Chan
2018-08-06[Fixed Point Arithmetic] Remove unused include.Benjamin Kramer
2018-08-06[Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan
2018-08-02Try to make builtin address space declarations not uselessMatt Arsenault
2018-08-01[Android] Increase default new alignment for AndroidPirama Arumuga Nainar
2018-08-01[AArch64][ARM] Add Armv8.4-A testsSjoerd Meijer
2018-07-30Remove trailing spaceFangrui Song
2018-07-26Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner
2018-07-26[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric
2018-07-26[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi
2018-07-24Revert "[VFS] Cleanups to VFS interfaces."Jordan Rupprecht
2018-07-24[VFS] Cleanups to VFS interfaces.Sam McCall
2018-07-24[WebAssembly] Change size_t to `unsigned long`.Dan Gohman
2018-07-24NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington
2018-07-23[MS] Update _MSVC_LANG values for C++17 and C++2aReid Kleckner
2018-07-20Implement cpu_dispatch/cpu_specific MultiversioningErich Keane