summaryrefslogtreecommitdiff
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-3/+2
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-171-2/+8
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-161-1/+74
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-2/+3
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-102-14/+24
* [ARM] Add support for the s,j,x,N,O inline asm constraintsDavid Candler2019-09-051-5/+88
* Add -m(no)-spe to clangJustin Hibbits2019-09-052-1/+10
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-051-0/+2
* [RISCV] Correct Logic around ilp32e macrosSam Elliott2019-09-031-2/+3
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-311-14/+17
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-302-16/+31
* FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-301-6/+2
* Remove `FileManager::invalidateCache` as it has no callers anymore. NFC.Volodymyr Sapsai2019-08-291-14/+0
* [X86] Remove what little support we had for MPXCraig Topper2019-08-292-9/+0
* 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