summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-16/+1
* [Basic] Rangify two for loops. NFC.Vedant Kumar2015-12-091-4/+4
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+2
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-1/+16
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+2
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+2
* [WebAssembly] Remove an obsolete TODO comment.Dan Gohman2015-12-051-1/+0
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-3/+19
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-1/+1
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+2
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-011-1/+1
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-2/+12
* Use std::begin() and std::end() instead of doing the same manually. NFCCraig Topper2015-11-301-4/+2
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-291-0/+10
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+2
* [Diagnostics] Call setMapping on the correct diagnostic states in a few place...Craig Topper2015-11-261-3/+3
* Use range-based for loops. NFCCraig Topper2015-11-261-7/+7
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-262-6/+4
* [X86] Support for C calling convention only for MCU target.Alexey Bataev2015-11-251-10/+23
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-0/+2
* [modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith2015-11-241-1/+2
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-0/+17
* AMDGPU: Add support for 's' and 'v' asm constraintsTom Stellard2015-11-191-2/+9
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-0/+30
* [ARM] Pass in the architecture to TargetParser to cope with API changeBradley Smith2015-11-161-2/+3
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-5/+0
* [Basic] Fix DRY violation, just call getLineTable() (NFC)Vedant Kumar2015-11-121-8/+3
* Silencing a -Wreturn-type warning for control reaching the end of a non-void ...Aaron Ballman2015-11-111-0/+1
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-0/+2
* Add the variant of __sparc_v9__ with five underscores, not just four.Joerg Sonnenberger2015-11-101-1/+3
* Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger2015-11-091-14/+88
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-092-36/+3
* [x86] Additional small fix for MCU psABI supportAndrey Bokhanko2015-11-051-2/+6
* [modules] If we're given a module file, via -fmodule-file=, for a module, butRichard Smith2015-11-051-5/+6
* [x86] Front-end part of MCU psABI supportAndrey Bokhanko2015-11-021-1/+7
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-10/+40
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-302-1/+7
* Preprocessor: define correct tvOS and watchOS version macrosTim Northover2015-10-301-1/+16
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-281-1/+7
* Simplify boolean conditional return statements in lib/Basic.Rafael Espindola2015-10-241-3/+3
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-1/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-11/+3
* [coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith2015-10-221-1/+3
* Use StringRef instead of calling c_str and doing pointer math before eventual...Craig Topper2015-10-211-2/+2
* Fix __ARM_FP value for sp-only FPUs with Half-precisionRichard Barton2015-10-211-1/+1
* Use range-based for loops. NFC.Craig Topper2015-10-211-24/+18
* Use std::find instead of a manual loop.Craig Topper2015-10-211-4/+2
* Parse into an unsigned type instead of a signed type and then checking for po...Craig Topper2015-10-211-5/+4
* Fix bad indentation.Craig Topper2015-10-211-1/+1
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-8/+7
OpenPOWER on IntegriCloud