summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-041-0/+1
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-212-44/+11
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-206-16/+16
* Emit ASM input in a constant contextBill Wendling2018-12-181-0/+2
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-2/+9
* Basic: make `int_least64_t` and `int_fast64_t` match on DarwinSaleem Abdulrasool2018-12-121-0/+9
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-113-1/+34
* ComputeLineNumbers: delete SSE2 vectorizationFangrui Song2018-12-101-56/+13
* SourceManager: insert(make_pair(..)) -> try_emplace. NFCFangrui Song2018-12-091-5/+2
* [PowerPC] VSX register support for inline assemblyKang Zhang2018-12-072-0/+32
* ARM, AArch64: support `__attribute__((__swiftcall__))`Saleem Abdulrasool2018-12-062-0/+2
* [Hexagon] Add support for Hexagon V66Krzysztof Parzyszek2018-12-051-1/+4
* [Basic] Cleanups in IdentifierInfo following the removal of PTHBruno Ricci2018-12-051-22/+0
* [Haiku] Support __float128 for x86 and x86_64Kristina Brooks2018-12-051-0/+10
* [SystemZ] Do not support __float128Ulrich Weigand2018-12-041-1/+0
* [Basic] Move DiagnosticsEngine::dump from .h to .cppFangrui Song2018-12-011-0/+8
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-10/+14
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-292-0/+25
* [clang][ARC] Add ARCTargetInfoTatyana Krasnukha2018-11-274-0/+104
* [X86] Add -march=cascadelake support in clang.Craig Topper2018-11-271-2/+10
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-19/+32
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-10/+12
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+16
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-013-1/+3
* Add LLVM_FALLTHROUGH annotation after switchReid Kleckner2018-11-011-0/+1
* [Clang][PowerPC] Support constraint 'wi' in asmLi Jia He2018-11-011-0/+1
* NFC: Merge KEYOBJC and KEYARCErik Pilkington2018-10-301-25/+23
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-304-11/+8
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-252-0/+7
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-251-3/+0
* Add gfx909 to GPU ArchTim Renouf2018-10-242-0/+6
* AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov2018-10-241-0/+1
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-6/+11
* Add gfx904 and gfx906 to GPU ArchYaxun Liu2018-10-232-0/+12
* [X86] Remove 'rtm' feature from KNL.Craig Topper2018-10-231-1/+0
* [Hexagon] Remove support for V4Krzysztof Parzyszek2018-10-191-11/+4
* [AArch64] Define __ELF__ for aarch64-none-elf and other similar triples.Eli Friedman2018-10-171-3/+2
* [SystemZ] Actually enable -mzvector keywordsUlrich Weigand2018-10-161-0/+1
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-1/+6
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-105-2158/+17
* [X86] Remove FeatureRTM from Skylake processor listCraig Topper2018-10-101-1/+0
* Introduce code_model macrosAli Tamur2018-10-081-0/+5
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+2
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+2
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-1/+1
* [X86] Add the movbe instruction intrinsics from icc.Craig Topper2018-09-281-0/+3
* [ARM] Prevent DSP and SIM32 being set for v6mSam Parker2018-09-281-1/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-2/+1
OpenPOWER on IntegriCloud