index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Preprocessor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
Joerg Sonnenberger
2014-07-14
1
-18
/
+19
*
[x32] Add __ILP32__ macro for ILP32 platforms
Pavel Chupin
2014-07-14
1
-0
/
+162
*
Avoid definining more GCC specific predefined macros in clang-cl
Ehsan Akhgari
2014-07-10
1
-1
/
+16
*
[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...
Daniel Sanders
2014-07-09
1
-0
/
+10
*
Do not define __STRICT_ANSI__ in clang-cl
Ehsan Akhgari
2014-06-30
1
-0
/
+1
*
ARM: Correctly identify cortex-m4 as v7em.
Jim Grosbach
2014-06-26
1
-4
/
+19
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-0
/
+28
*
Implement predefined stdint macros
JF Bastien
2014-06-25
2
-1
/
+1721
*
Add -std=c++1z flag for C++17 features.
Richard Smith
2014-06-16
1
-0
/
+18
*
test: add missed file in previous commit
Saleem Abdulrasool
2014-06-15
1
-3
/
+3
*
Preprocessor: improve ACLE 6.4.1, 6.4.2 support
Saleem Abdulrasool
2014-06-15
1
-0
/
+40
*
[AArch64] Add default features for CPUs on AArch64 target.
Kevin Qin
2014-06-11
1
-0
/
+10
*
[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...
Matheus Almeida
2014-06-05
1
-1
/
+13
*
Preprocessor: make C++ operator names as macro identifiers a compatible exten...
Alp Toker
2014-05-31
1
-1
/
+2
*
Preprocessor: recover gracefully when C++ operator names are used as macro id...
Alp Toker
2014-05-31
1
-2
/
+11
*
Provide an aka for the C++ operator name macro diagnostic
Alp Toker
2014-05-21
1
-3
/
+3
*
Preprocessor: support defined() with operator names for MS compatibility
Alp Toker
2014-05-21
4
-10
/
+39
*
Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind
Joerg Sonnenberger
2014-05-13
1
-0
/
+1
*
Test preprocessor defines for NetBSD/ARM.
Joerg Sonnenberger
2014-05-13
1
-0
/
+103
*
Target: fix wchar_t definition for Windows on ARM
Saleem Abdulrasool
2014-05-04
1
-0
/
+5
*
Add support for -march=bdver4.
Benjamin Kramer
2014-05-02
1
-0
/
+70
*
[ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
2014-05-02
1
-2
/
+7
*
[ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
2014-05-02
1
-0
/
+5
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-0
/
+10
*
Fix and restore the macro-multiline.c test
Alp Toker
2014-04-19
2
-8
/
+7
*
[ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.
James Molloy
2014-04-17
2
-0
/
+3
*
Revert "Move -fms-extensions predefined macros into InitPreprocessor"
Reid Kleckner
2014-04-16
1
-6
/
+2
*
Move -fms-extensions predefined macros into InitPreprocessor
Reid Kleckner
2014-04-16
1
-2
/
+6
*
[ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...
James Molloy
2014-04-16
1
-2
/
+0
*
[ARM64] Fix up predefines, including adding big endian support to Targets.cpp
James Molloy
2014-04-16
1
-0
/
+2
*
Driver: add target definition for Windows on ARM
Saleem Abdulrasool
2014-04-04
1
-0
/
+33
*
Put macro redefinition warnings under -Wmacro-redefined
Reid Kleckner
2014-04-04
1
-0
/
+19
*
clang/test/Preprocessor/headermap-rel2.c: Recognize dos path.
NAKAMURA Takumi
2014-03-30
1
-2
/
+2
*
Force a header file input to the headermap test to have different
Chandler Carruth
2014-03-30
1
-1
/
+1
*
[test] Add a triple to the test.
Argyrios Kyrtzidis
2014-03-29
1
-2
/
+2
*
[test] Add a RUN line to get a hint on why the test is failing at the buildbots.
Argyrios Kyrtzidis
2014-03-29
1
-0
/
+1
*
[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...
Argyrios Kyrtzidis
2014-03-29
4
-0
/
+15
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-2
/
+122
*
From Matt Thomas: use long long for [u]int64_t and [u]intmax_t on
Joerg Sonnenberger
2014-03-26
1
-5
/
+5
*
Update the powerpc64le check to include CALL_ELF=2 check.
Will Schmidt
2014-03-24
1
-0
/
+1
*
AArch64_BE test case for predefined macros
Christian Pirker
2014-03-24
1
-2
/
+110
*
[HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...
Argyrios Kyrtzidis
2014-03-11
1
-0
/
+2
*
Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros
Robert Lytton
2014-03-10
1
-0
/
+11
*
Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
David Majnemer
2014-03-02
1
-27
/
+0
*
clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.
NAKAMURA Takumi
2014-02-25
1
-1
/
+5
*
If preprocessing results in a token with leading whitespace that was expanded
Richard Smith
2014-02-24
1
-1
/
+1
*
If the first token in a macro that appears at the start of a line expands to
Richard Smith
2014-02-24
1
-1
/
+8
*
Implement -fno-short-wchar
Richard Barton
2014-02-24
1
-0
/
+6
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-5
/
+105
*
Update __cplusplus to match the value in the C++14 DIS preview (D3937).
Richard Smith
2014-02-24
1
-2
/
+2
[next]