summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-1/+3
* [OpenCL] Added -std/-cl-std=c++Anastasia Stulova2018-04-121-31/+39
* Revert 319303: Add _Float128 as alias to __float128 to enable compilations on...Erich Keane2018-01-151-4/+0
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-291-2/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-16/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+16
* Correct line endings that got mixed up in r320089; NFC.Aaron Ballman2017-12-071-210/+210
* Add new language mode flags for C17.Aaron Ballman2017-12-071-201/+203
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-0/+5
* Add __WINT_MAX__.Ed Schouten2017-12-051-0/+1
* Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane2017-12-041-0/+4
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-5/+5
* [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIRSven van Haastregt2017-12-041-0/+4
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+6
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-6/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+6
* Revert r318669/318694Erich Keane2017-11-201-16/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+16
* This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer2017-09-131-14/+17
* Fix comments about __OPENCL_MEMORY_SCOPE_* macrosYaxun Liu2017-08-161-1/+1
* [OpenCL] Support variable memory scope in atomic builtinsYaxun Liu2017-08-151-4/+6
* Implement latest feature test macro recommendations, P0096R4.Richard Smith2017-08-111-2/+3
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-0/+13
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-1/+4
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-1/+1
* Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner2017-05-261-2/+0
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-0/+2
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-0/+2
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-7/+12
* Bump __cplusplus for C++17 to 201703L per the C++17 DIS.Richard Smith2017-03-201-2/+4
* Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg2017-02-241-4/+6
* [c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith2017-02-211-0/+1
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+2
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-3/+5
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinMichal Gorny2017-01-091-6/+4
* Add __cpp_structured_bindings feature test macro for structured bindings, perRichard Smith2016-12-191-0/+1
* [c++1z] cxx_status: mark p0195r2 as done.Richard Smith2016-12-191-0/+1
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+1
* Revert r289979 due to regressionsYaxun Liu2016-12-161-1/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+1
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-5/+5
* p0012r1: define corresponding feature test macroRichard Smith2016-12-021-1/+1
* [Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz2016-11-211-0/+3
* Add comment explaining this mysterious macro name.Richard Smith2016-10-311-0/+3
* Mark aligned allocation as done.Richard Smith2016-10-101-1/+2
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+9
* Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith2016-09-291-1/+1
* Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith2016-09-281-0/+4
OpenPOWER on IntegriCloud