summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add predefined macro __gnu_linux__ for proper aux-tripleYaxun Liu2018-08-291-0/+1
* [OpenMP][NVPTX] Use appropriate _CALL_ELF macro when offloadingGheorghe-Teodor Bercea2018-08-271-1/+6
* [CUDA/OpenMP] Define only some host macros during device compilationJonas Hahnfeld2018-08-251-6/+40
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-1/+1
* P0096R5, P0941R2: Update to match latest feature test macro specification.Richard Smith2018-06-141-49/+53
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-301-1/+1
* Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall2018-05-221-0/+13
* Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson2018-05-221-13/+0
* GNUstep Objective-C ABI version 2David Chisnall2018-05-221-0/+13
* [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.Alexey Bataev2018-05-211-13/+15
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+6
* [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__Yaxun Liu2018-04-251-2/+6
* [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
OpenPOWER on IntegriCloud