summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-282-24/+14
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-272-14/+24
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-271-0/+14
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-13/+11
* [msvc] Add necessary #include to make compiler intrinsics available.Richard Smith2019-08-261-0/+4
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-261-5/+6
* Fix file header.Richard Smith2019-08-261-1/+1
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-262-0/+72
* Fix use of invalidated iterator introduced by r369680.Richard Smith2019-08-261-4/+4
* FileManager: Factor duplicated code in getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-251-11/+6
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-0/+18
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-25/+55
* NFCI: Simplify SourceManager::translateFile by removing code path that should...Alex Lorenz2019-08-211-107/+21
* clang: Fix typo in commentNico Weber2019-08-211-1/+1
* Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-1/+1
* Revert "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-1/+1
* [ARM] push LR before __gnu_mcount_ncJian Cai2019-08-161-1/+1
* [RISCV] Add inline asm constraint A for RISC-VLewis Revill2019-08-161-0/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-7/+7
* [AMDGPU] Do not assume a default GCN targetStanislav Mekhanoshin2019-08-141-4/+1
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-141-0/+15
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+10
* Add SVE opaque built-in typesRichard Sandiford2019-08-092-0/+11
* [ARM] Set default alignment to 64bitsDiogo N. Sampaio2019-08-081-1/+2
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-052-0/+46
* Use switch instead of series of comparisonsSerge Pavlov2019-08-031-0/+10
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-012-3/+3
* [clang] Adopt llvm::ErrorOr in FileManager methodsHarlan Haskins2019-08-011-52/+76
* [Parser] Use special definition for pragma annotationsSerge Pavlov2019-08-011-0/+10
* [RISCV] Add FreeBSD targetsSam Elliott2019-08-011-6/+17
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-312-0/+7
* [RISCV] Support 'f' Inline Assembly ConstraintSam Elliott2019-07-311-0/+4
* [RISCV] Add support for floating point registers in inlineasmSimon Cook2019-07-311-9/+24
* [Driver] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-1/+4
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-301-3/+0
* Revert "[ARM] Set default alignment to 64bits"Petr Hosek2019-07-271-2/+1
* [ARM] Set default alignment to 64bitsSimi Pallipurath2019-07-261-1/+2
* Remove CallingConvMethodTypeErich Keane2019-07-252-4/+4
* Test commit. NFC.Sjoerd Meijer2019-07-241-1/+1
* [SVE][Inline-Asm] Add support to specify SVE registers in the clobber listSander de Smalen2019-07-241-2/+11
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-231-0/+1
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+4
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-182-6/+13
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-182-13/+6
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-182-6/+13
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-172-7/+0
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-172-0/+7
* [AArch64] Consistent types and naming for AArch64 target features (NFC)Momchil Velikov2019-07-172-24/+25
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-162-0/+43
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
OpenPOWER on IntegriCloud