summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+6
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-052-0/+5
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-0/+1
* [x86] Correct setting of WIntType for MCU targetAndrey Bokhanko2016-02-041-0/+1
* Basic: mark TLS as supported on Windows on ARMSaleem Abdulrasool2016-02-041-1/+0
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-9/+20
* [OpenCL] Adding reserved operator logical xor for OpenCLAnastasia Stulova2016-02-031-0/+1
* -inline-asm][X86] Add ability to use AVX512 in MS inline asmMarina Yatsina2016-02-031-0/+8
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-021-2/+9
* Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob2016-02-011-9/+2
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-0/+2
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-011-2/+9
* Remove the egregious PCHContainer layering hack that doesn't seem to be neces...Benjamin Kramer2016-02-011-5/+0
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline.Yury Gribov2016-01-281-0/+8
* Small refactor in isBeforeInTranslationUnit.Yury Gribov2016-01-281-6/+6
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-5/+5
* Revert "Change of UserLabelPrefix default value from "_" to """James Y Knight2016-01-272-23/+32
* Remove autoconf supportChris Bieneman2016-01-261-40/+0
* [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
OpenPOWER on IntegriCloud