summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/OSTargets.h
Commit message (Expand)AuthorAgeFilesLines
* [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 tripleWarren Ristow2019-12-121-0/+1
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-0/+1
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-101-2/+4
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-281-4/+2
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-271-2/+4
* [Driver] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-1/+4
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+4
* De-templatize non-dependent VS macro logic, NFCReid Kleckner2019-07-091-59/+4
* Clang :: Sema/wchar.c has long been failing on Solaris:Rainer Orth2019-06-171-1/+5
* Add AIX Version MacrosXing Xue2019-05-161-1/+17
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-101-0/+31
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-031-0/+15
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-0/+47
* Revert "Add AIX Target Info"Jason Liu2019-03-131-47/+0
* Add AIX Target InfoJason Liu2019-03-131-0/+47
* [WebAssembly] Add a __wasi__ target macroDan Gohman2019-01-241-1/+17
* [WebAssembly] Support __float128Dan Gohman2019-01-241-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Android is not GNU, so don't claim that it is.Dan Albert2019-01-081-1/+2
* Basic: make `int_least64_t` and `int_fast64_t` match on DarwinSaleem Abdulrasool2018-12-121-0/+9
* [Haiku] Support __float128 for x86 and x86_64Kristina Brooks2018-12-051-0/+10
* [SystemZ] Do not support __float128Ulrich Weigand2018-12-041-1/+0
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-0/+23
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* Basic: correct `__WINT_TYPE__` on WindowsSaleem Abdulrasool2018-09-191-0/+1
* [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