]> granicus.if.org Git - clang/history - test/Preprocessor
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / Preprocessor /
2017-06-15 Daniel JasperRevert "Define _GNU_SOURCE for rtems c++"
2017-06-14 James Y KnightDefine _GNU_SOURCE for rtems c++
2017-06-07 Petar JovanovicReapply r304929 [mips] Add runtime options to enable...
2017-06-07 Petar JovanovicRevert r304929 [mips] Add runtime options to enable...
2017-06-07 Petar Jovanovic[mips] Add runtime options to enable/disable madd.fmt...
2017-06-07 Dan Gohman[WebAssembly] Set MaxAtomicInlineWidth to 64.
2017-05-25 Erich KeaneRevert MSVC CXXOperatorNames patch due to issues with...
2017-05-24 Erich KeaneFor Microsoft compatibility, set fno_operator_names
2017-05-23 Reid KlecknerAdd test coverage for recent behavior change in GNU...
2017-05-08 Simon Pilgrim[X86][LWP] Add __LWP__ macro tests
2017-05-05 Richard SmithPermit keywords in module names in #pragma clang module *.
2017-05-04 James Y KnightFix whitespace before token-paste of an argument.
2017-05-04 Richard SmithAdd #pragma clang module begin/end pragmas and generate...
2017-05-03 Ahmed Bougacha[Driver] Update AArch64 testcase to match llvm r302078.
2017-04-29 Richard SmithAdd pragma to perform module import and use it in ...
2017-04-28 Alex LorenzUse the -Wunknown-warning-option group for the "unknown...
2017-04-27 Duncan P. N. Exon... Headers: Make the type of SIZE_MAX the same as size_t
2017-04-27 Duncan P. N. Exon... Preprocessor: Suppress -Wnonportable-include-path for...
2017-04-27 Duncan P. N. Exon... Darwin: Define __STDC_NO_THREADS__ on Darwin targets
2017-04-20 Eric FiselierAdd __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use...
2017-04-18 Oliver Stannard[ARM,AArch64] Define __ELF__ for arm-none-eabihf and...
2017-04-15 Eric ChristopherWhen we turn on vsx it should also turn on altivec...
2017-03-28 Eric ChristopherDefault enable the rtm feature only on skylake and...
2017-03-25 Eric Christopher_CALL_LINUX is only defined on 64-bit ppc linux platfor...
2017-03-25 Eric ChristopherAdd the __LONGDOUBLE128 define for ppc targets that...
2017-03-25 Eric ChristopherDefine __HAVE_BSWAP__ on ppc to match gcc since we...
2017-03-25 Eric ChristopherAdd the _CALL_LINUX preprocessor define for ppc linux...
2017-03-25 Eric Christopher__BIGGEST_ALIGNMENT__ has always been 16 on all power...
2017-03-25 Eric ChristopherAdd preprocessor defines for a bare powerpc64le triple...
2017-03-20 Eric ChristopherTurn on HTM on power8 and later (including powerpc64le...
2017-03-20 Richard SmithBump __cplusplus for C++17 to 201703L per the C++17...
2017-03-16 Eric ChristopherAdd a small test for __STRUCT_PARM_ALIGN__ for ppc64...
2017-03-07 Joel Jones[AArch64] Vulcan is now ThunderXT99
2017-03-06 Brad SmithSet the Int64Type / IntMaxType types correctly for...
2017-02-25 Brad SmithAlso test OpenBSD/powerpc here for the various types...
2017-02-21 Brad SmithHook up OpenBSD AArch64 support
2017-02-21 Simon Dardis[mips] Define macros related to -mabicalls in the prepr...
2017-02-20 Sanne Wouda[ARM] Add regression tests for Cortex-M23 and Cortex-M33
2017-02-15 Eric ChristopherAdd a definition for __STRUCT_PARM_ALIGN__ for elfv2...
2017-02-09 George Burgess IVAdd support for armv7ve flag in clang (PR31358).
2017-02-09 Craig Topper[X86] Clzero flag addition and inclusion under znver1
2017-02-09 Douglas YungAdd check that "#define unix 1" is present for the...
2017-02-08 Craig Topper[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line...
2017-02-08 Craig Topper[X86] Add -msgx/-mno-sgx command line options and __SGX...
2017-02-08 Craig Topper[X86] Add -mmpx/-mno-mpx command line options and __MPX...
2017-02-08 Craig Topper[X86] Add -mclwb/-mno-clwb command line arguments and...
2017-02-08 Craig Topper[X86] Add -mclflushopt/-mno-clflushopt command line...
2017-02-07 Saleem AbdulrasoolRevert "Basic: match GCC behaviour for SuS macro"
2017-02-06 Ulrich Weigand[SystemZ] Provide predefined __ARCH__ and __VX__ macros
2017-02-05 Saleem AbdulrasoolBasic: match GCC behaviour for SuS macro
2017-01-20 Alex Lorenz[Frontend] The macro that describes the Objective-C...
2017-01-14 Yaron KerenFix PR31644 introduced by r287138 and add a regression...
2017-01-10 Craig TopperAMD family 17h (znver1) enablement
2017-01-05 Justin Lebar[CUDA] More correctly inherit primitive types from...
2017-01-05 Dylan McKayAdd AVR target and toolchain to Clang
2016-12-21 Tim NorthoverARM: define a macro for the FPv5 FPU in ARM mode.
2016-12-13 Evandro MenezesAdd support for Samsung Exynos M3 (NFC)
2016-12-06 Benjamin KramerAlso recognize -std=iso9899:201x
2016-11-18 Justin Lebar[CUDA] Attempt to fix test failures in cuda-macos-inclu...
2016-11-18 Justin Lebar[CUDA] Initialize our header search using the host...
2016-11-17 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-11-11 Sylvestre LedruAdd a new optimization option -Og
2016-11-11 Stephen HinesDefine __ANDROID_API__ when specified as part of an...
2016-11-09 Douglas Katzman[Sparc] LLONG is not lock-free atomic on v8
2016-11-09 Craig Topper[AVX-512] Make VBMI instruction set enabling imply...
2016-10-31 Ulrich Weigand[SystemZ] Add -march=archX aliases
2016-10-28 Bruno Cardoso LopesRevert "[Preprocessor] Support for '-dI' flag"
2016-10-28 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-10-27 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-25 Erik VerbruggenInclude full filename range for missing includes
2016-10-07 Javed Absar[ARM]: Add Cortex-R52 target
2016-09-30 Richard SmithP0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT_...
2016-09-27 Nemanja Ivanovic[Power9] Builtins for ELF v.2 ABI conformance - front...
2016-09-22 Renato Golin[OpenBSD] Add type sign information for OpenBSD
2016-09-21 Albert GutowskiAdd -Wignored-pragma-intrinsic flag
2016-09-09 Justin Lebar[CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same...
2016-09-07 Reid KlecknerParsing MS pragma intrinsic
2016-09-07 Matt ArsenaultOpenCL: Defining __ENDIAN_LITTLE__ and fix target endia...
2016-09-05 Ed SchoutenAdd support for targeting armv6-unknown-cloudabi-eabihf.
2016-09-01 Derek Schuff[WebAssembly] Change wasm SizeType to match asmjs
2016-08-02 Artem Belevich[CUDA] Updated CUDA tests that must run w/o CUDA instal...
2016-08-02 Artem Belevich[CUDA] Do not allow using NVPTX target for host compila...
2016-08-01 Evandro Menezes[AArch64] Add support for Samsung Exynos M2 (NFC).
2016-07-25 Douglas Katzman[Myriad]: better compatibility with vendor source
2016-06-29 Pankaj Gode[Driver][AArch64] Add support for Broadcom Vulcan core.
2016-06-28 David Majnemer[clang-cl] Define _MSVC_LANG
2016-06-23 Rafael EspindolaRestructure the propagation of -fPIC/-fPIE.
2016-06-03 Sjoerd MeijerAdd a few missing Clang regression tests for Cortex...
2016-06-02 Sjoerd MeijerThis adds target support and tests for Cortex-A73
2016-05-25 Renato GolinRevert "[AArch64] Using new TargetParser in Clang"
2016-05-25 Renato Golin[AArch64] Try to fix test from r270688 with unordered...
2016-05-23 Justin Lebar[CUDA] Add -fcuda-approx-transcendentals flag.
2016-05-16 Paul Robinson[PS4] Change the names of some "environmental" things...
2016-05-13 Tim NorthoverARM-MachO: stop claiming to be EABI
2016-05-09 Nemanja Ivanovic[Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front end
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-06 Nico WeberFix sysroot-prefix.c on Windows (/ vs \).
2016-05-06 Saleem Abdulrasooltest: attempt to repair windows build
2016-05-06 Saleem AbdulrasoolFrontend: support -I=path for sysroot expansion
2016-04-29 Justin Lebar[CUDA] Copy host builtin types to NVPTXTargetInfo.
next