summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Merging r214119:Bill Wendling2014-08-042-141/+141
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-11/+53
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-172-261/+261
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-0/+95
* Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2014-07-171-0/+32
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-1/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+1
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-2/+2
* Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger2014-07-151-0/+67
* Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger2014-07-151-18/+18
* Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2014-07-151-0/+890
* 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