summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger2014-07-141-18/+19
* [x32] Add __ILP32__ macro for ILP32 platformsPavel Chupin2014-07-141-0/+162
* Avoid definining more GCC specific predefined macros in clang-clEhsan Akhgari2014-07-101-1/+16
* [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...Daniel Sanders2014-07-091-0/+10
* Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari2014-06-301-0/+1
* ARM: Correctly identify cortex-m4 as v7em.Jim Grosbach2014-06-261-4/+19
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+28
* Implement predefined stdint macrosJF Bastien2014-06-252-1/+1721
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+18
* test: add missed file in previous commitSaleem Abdulrasool2014-06-151-3/+3
* Preprocessor: improve ACLE 6.4.1, 6.4.2 supportSaleem Abdulrasool2014-06-151-0/+40
* [AArch64] Add default features for CPUs on AArch64 target.Kevin Qin2014-06-111-0/+10
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-051-1/+13
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-311-1/+2
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-311-2/+11
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-211-3/+3
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-214-10/+39
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+1
* Test preprocessor defines for NetBSD/ARM.Joerg Sonnenberger2014-05-131-0/+103
* Target: fix wchar_t definition for Windows on ARMSaleem Abdulrasool2014-05-041-0/+5
* Add support for -march=bdver4.Benjamin Kramer2014-05-021-0/+70
* [ARM64/AArch64] Define the correct value for __ARM_NEON_FPBradley Smith2014-05-021-2/+7
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-021-0/+5
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-011-0/+10
* Fix and restore the macro-multiline.c testAlp Toker2014-04-192-8/+7
* [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.James Molloy2014-04-172-0/+3
* Revert "Move -fms-extensions predefined macros into InitPreprocessor"Reid Kleckner2014-04-161-6/+2
* Move -fms-extensions predefined macros into InitPreprocessorReid Kleckner2014-04-161-2/+6
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-2/+0
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-161-0/+2
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-0/+33
* Put macro redefinition warnings under -Wmacro-redefinedReid Kleckner2014-04-041-0/+19
* clang/test/Preprocessor/headermap-rel2.c: Recognize dos path.NAKAMURA Takumi2014-03-301-2/+2
* Force a header file input to the headermap test to have differentChandler Carruth2014-03-301-1/+1
* [test] Add a triple to the test.Argyrios Kyrtzidis2014-03-291-2/+2
* [test] Add a RUN line to get a hint on why the test is failing at the buildbots.Argyrios Kyrtzidis2014-03-291-0/+1
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-294-0/+15
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+122
* From Matt Thomas: use long long for [u]int64_t and [u]intmax_t onJoerg Sonnenberger2014-03-261-5/+5
* Update the powerpc64le check to include CALL_ELF=2 check.Will Schmidt2014-03-241-0/+1
* AArch64_BE test case for predefined macrosChristian Pirker2014-03-241-2/+110
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-111-0/+2
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-101-0/+11
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-021-27/+0
* clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.NAKAMURA Takumi2014-02-251-1/+5
* If preprocessing results in a token with leading whitespace that was expandedRichard Smith2014-02-241-1/+1
* If the first token in a macro that appears at the start of a line expands toRichard Smith2014-02-241-1/+8
* Implement -fno-short-wcharRichard Barton2014-02-241-0/+6
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-5/+105
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-241-2/+2
OpenPOWER on IntegriCloud