summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-1/+12
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+22
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-1/+2
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-261-2/+1
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-1/+2
* Change of UserLabelPrefix default value from "_" to ""Andrey Bokhanko2016-01-222-32/+23
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+10
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+10
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+15
* Correct setting of UserLabelPrefix for MCU target.Andrey Bokhanko2016-01-141-0/+1
* [vfs] Normalize working directory if requested.Benjamin Kramer2016-01-091-0/+17
* ARM: allow __thread on OS versions that have the required runtime support.Tim Northover2016-01-071-1/+18
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-2/+2
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-062-2/+20
* [AArch64] Teaches clang about Samsung Exynos-M1MinSeong Kim2016-01-051-1/+2
* [X86][PKU] add clang intrinsic for {RD|WR}PKRUAsaf Badouh2015-12-311-1/+7
* [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev2015-12-281-5/+13
* Replace llvm::utostr calls in Twine context with Twines. NFC.Benjamin Kramer2015-12-241-1/+1
* [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders2015-12-221-0/+8
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-211-1/+0
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-1/+12
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-41/+72
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-1/+16
* [VFS] Fix status() of opened redirected fileBen Langmuir2015-12-101-22/+28
* unique_ptrify some collections in FileManagerDavid Blaikie2015-12-091-16/+10
* 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
OpenPOWER on IntegriCloud