summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-132-5/+25
* [FileManager] Don't crash if reading from stdin and stat(".") failsDavid Majnemer2016-04-121-1/+1
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-0/+5
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-121-0/+4
* Correct pg instrumentation for AArch64Saleem Abdulrasool2016-04-101-5/+0
* Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool2016-04-101-2/+11
* Basic: thread TargetOptions into TargetInfoSaleem Abdulrasool2016-04-091-292/+335
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-083-392/+293
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-073-2/+36
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-071-292/+357
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+2
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-3/+16
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-0/+7
* [VFS] Handle empty entries in directory traversalBruno Cardoso Lopes2016-03-301-8/+13
* AMDGPU: Remove separate r600 double data layoutMatt Arsenault2016-03-301-5/+1
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-301-0/+2
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-301-0/+2
* Add additional Hi/Lo registers to Clang MipsTargetInfoBaseHrvoje Varga2016-03-291-1/+2
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+108
* Check if a path is already absolute before trying to make it so.Bob Wilson2016-03-261-0/+3
* Fix a missing comma between two string literals.Etienne Bergeron2016-03-241-1/+1
* [X86] Add "x87" in x86 target feature map.Andrey Turetskiy2016-03-231-0/+3
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-18/+95
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-95/+18
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-18/+95
* Reapply [2]: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-171-16/+64
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+4
* Revert r263617, "Reapply: [VFS] Add support for handling path traversals"NAKAMURA Takumi2016-03-161-64/+16
* Reapply: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-161-16/+64
* Myriad: define __myriad2 macro automaticallyDouglas Katzman2016-03-151-1/+22
* [modules] Simplify code logic. NFC.Davide Italiano2016-03-091-6/+2
* Implement __builtin_eh_return_data_regno for SPARC and SPARC64.Joerg Sonnenberger2016-03-071-0/+6
* [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE Simon Pilgrim2016-03-051-1/+0
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-042-129/+95
* [MIPS] initFeatureMap() to handle empty string argumentBhushan D. Attarde2016-03-041-0/+2
* [VFS] Switch from close to SafelyCloseFileDescriptorDavid Majnemer2016-03-041-13/+3
* [ARM] Add Clang targeting for ARMv8-M Baseline/MainlineBradley Smith2016-03-031-7/+13
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-13/+42
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+1
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-012-0/+7
* AMDGPU: Add missing Volcanic Islands targetsTom Stellard2016-02-291-0/+2
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-291-3/+9
* [X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...Craig Topper2016-02-291-6/+2
* AMDGPU: Fix broken/confusing predefined macroMatt Arsenault2016-02-271-1/+5
* AMDGPU: Fix inconsistent register name for flat_scratchMatt Arsenault2016-02-271-2/+2
* Basic: fix __USER_LABEL_PREFIX__ on CygwinSaleem Abdulrasool2016-02-261-0/+1
* Revert "[VFS] Add support for handling path traversals"Bruno Cardoso Lopes2016-02-231-39/+15
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-98/+19
* [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-02-221-19/+98
* [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-02-221-15/+39
OpenPOWER on IntegriCloud