summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAge
* ARM: Correctly identify cortex-m4 as v7em.Jim Grosbach2014-06-26
* Add ppc64/power8 as a targetWill Schmidt2014-06-26
* Implement predefined stdint macrosJF Bastien2014-06-25
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-16
* test: add missed file in previous commitSaleem Abdulrasool2014-06-15
* Preprocessor: improve ACLE 6.4.1, 6.4.2 supportSaleem Abdulrasool2014-06-15
* [AArch64] Add default features for CPUs on AArch64 target.Kevin Qin2014-06-11
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-05
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-31
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-21
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-21
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-13
* Test preprocessor defines for NetBSD/ARM.Joerg Sonnenberger2014-05-13
* Target: fix wchar_t definition for Windows on ARMSaleem Abdulrasool2014-05-04
* Add support for -march=bdver4.Benjamin Kramer2014-05-02
* [ARM64/AArch64] Define the correct value for __ARM_NEON_FPBradley Smith2014-05-02
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-02
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-01
* Fix and restore the macro-multiline.c testAlp Toker2014-04-19
* [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.James Molloy2014-04-17
* Revert "Move -fms-extensions predefined macros into InitPreprocessor"Reid Kleckner2014-04-16
* Move -fms-extensions predefined macros into InitPreprocessorReid Kleckner2014-04-16
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-16
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-16
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-04
* Put macro redefinition warnings under -Wmacro-redefinedReid Kleckner2014-04-04
* clang/test/Preprocessor/headermap-rel2.c: Recognize dos path.NAKAMURA Takumi2014-03-30
* Force a header file input to the headermap test to have differentChandler Carruth2014-03-30
* [test] Add a triple to the test.Argyrios Kyrtzidis2014-03-29
* [test] Add a RUN line to get a hint on why the test is failing at the buildbots.Argyrios Kyrtzidis2014-03-29
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* From Matt Thomas: use long long for [u]int64_t and [u]intmax_t onJoerg Sonnenberger2014-03-26
* Update the powerpc64le check to include CALL_ELF=2 check.Will Schmidt2014-03-24
* AArch64_BE test case for predefined macrosChristian Pirker2014-03-24
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-11
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-10
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-02
* clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.NAKAMURA Takumi2014-02-25
* If preprocessing results in a token with leading whitespace that was expandedRichard Smith2014-02-24
* If the first token in a macro that appears at the start of a line expands toRichard Smith2014-02-24
* Implement -fno-short-wcharRichard Barton2014-02-24
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-24
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-24
* Expand macros in pragmas with -fms-extensions and -EReid Kleckner2014-02-20
* Add missing test file for r201615Reid Kleckner2014-02-18
* Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-18
* Fix broken CHECK linesNico Rieck2014-02-16
* Fix broken RUN linesNico Rieck2014-02-16