summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/OSTargets.h
Commit message (Expand)AuthorAgeFilesLines
* [MS] Update _MSVC_LANG values for C++17 and C++2aReid Kleckner2018-07-231-2/+4
* Always use __mcount on NetBSD. Some platforms don't provide _mcount.Joerg Sonnenberger2018-07-171-1/+1
* Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...Reid Kleckner2018-06-041-3/+0
* Cap "voluntary" vector alignment at 16 for all Darwin platforms.John McCall2018-06-011-0/+3
* [Solaris] Only define _REENTRANT if -pthreadRainer Orth2018-05-151-1/+2
* [Solaris] __float128 is supported on Solaris/x86Rainer Orth2018-04-231-0/+10
* Correct the alignment for the PS4 targetMatthew Voss2018-03-071-0/+1
* Fix TLS support check for Darwin 32-bit simulator targets.Volodymyr Sapsai2018-01-051-9/+15
* [WebAssembly] Don't use Wasm function sections for more than one functionDan Gohman2017-12-051-5/+0
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-11/+0
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-0/+11
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-11/+0
* [MINGW] normalize WIN32 macrosMartell Malone2017-11-211-0/+5
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-3/+4
* Define _GNU_SOURCE for RTEMS c++Walter Lee2017-08-021-0/+2
* Move RTEMS to OSTargets.hWalter Lee2017-07-311-0/+34
* Revert r264998 and r265035.Akira Hatanaka2017-07-271-7/+0
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-33/+0
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+739
OpenPOWER on IntegriCloud