summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* [clang] Add VFS support for sanitizers' blacklistsJan Korous2019-11-082-4/+8
* remove redundant LLVM version from version string when setting CLANG_VENDORNick Desaulniers2019-11-081-5/+0
* [mips] Set macros for Octeon+ CPUSimon Atanasyan2019-11-071-2/+5
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-072-1/+4
* [X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.Craig Topper2019-11-061-1/+2
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-061-7/+11
* [mips] Set __OCTEON__ macrosSimon Atanasyan2019-11-051-0/+3
* [mips] Fix `__mips_isa_rev` macros value for Octeon CPUSimon Atanasyan2019-11-051-1/+1
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-4/+19
* isBuiltinFunc() uses StringRef instead of const char*Guillaume Chatelet2019-10-291-2/+1
* [Hexagon] Handle remaining registers in getRegisterByName()Krzysztof Parzyszek2019-10-291-1/+4
* [clang-format] Remove duplciate code from Invalid BOM detectionpaulhoad2019-10-241-14/+24
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-212-0/+6
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-2/+14
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-3/+20
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-111-4/+10
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-2/+15
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-082-1/+15
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-1/+15
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-1/+1
* [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
OpenPOWER on IntegriCloud