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
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
No longer SCE_PRIVATE ;)
Sean Silva
2015-01-27
1
-1
/
+0
*
Begin to teach clang about the PS4.
Alex Rosenberg
2015-01-27
1
-0
/
+114
*
[Mips] Fix type of 64-bit integer in case of MIPS N64 ABI
Simon Atanasyan
2015-01-22
1
-30
/
+644
*
[Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 options
Simon Atanasyan
2015-01-15
1
-0
/
+18
*
[mips] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
2014-12-10
1
-0
/
+2
*
Hook up FreeBSD AArch64 support
Ed Maste
2014-11-13
1
-0
/
+193
*
Switch C compilations to C11 by default.
Richard Smith
2014-10-20
1
-3
/
+3
*
[ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Oliver Stannard
2014-08-28
1
-4
/
+5
*
Add predefined macros to identify x86_64h architectures.
Bob Wilson
2014-08-08
1
-0
/
+7
*
Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
2014-07-28
1
-96
/
+96
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-0
/
+9
*
AArch64: use aarch64_be instead of arm64_be in all tests.
Tim Northover
2014-07-23
1
-1
/
+0
*
If char/short are shorter than int, do not use U as suffix for
Joerg Sonnenberger
2014-07-17
1
-258
/
+258
*
Always set the C suffix macro, even if it is empty.
Joerg Sonnenberger
2014-07-17
1
-0
/
+95
*
Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
Joerg Sonnenberger
2014-07-17
1
-0
/
+32
*
Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
Joerg Sonnenberger
2014-07-15
1
-0
/
+67
*
Make sure int64_t and uint64_t are consistent.
Joerg Sonnenberger
2014-07-15
1
-18
/
+18
*
Provide builtin macros as template for PRIab and SCNab, matching the
Joerg Sonnenberger
2014-07-15
1
-0
/
+890
*
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
*
[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...
Daniel Sanders
2014-07-09
1
-0
/
+10
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-0
/
+28
*
Implement predefined stdint macros
JF Bastien
2014-06-25
1
-1
/
+1665
*
Add -std=c++1z flag for C++17 features.
Richard Smith
2014-06-16
1
-0
/
+18
*
[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...
Matheus Almeida
2014-06-05
1
-1
/
+13
*
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
*
[ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.
James Molloy
2014-04-17
1
-0
/
+2
*
[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
*
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
*
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
*
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
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-1
/
+1
*
Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__
David Majnemer
2014-02-09
1
-0
/
+26
*
Test pre-defined macros of aarch64-netbsd.
Joerg Sonnenberger
2014-02-02
1
-0
/
+100
*
[Mips] Fix __mips macro definition.
Simon Atanasyan
2014-01-27
1
-4
/
+4
*
[Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...
Simon Atanasyan
2014-01-27
1
-12
/
+12
*
[Mips] Add tests to check MIPS arch macros.
Simon Atanasyan
2014-01-27
1
-0
/
+44
*
PR18465: [Thumbv8] add predefined macros
Weiming Zhao
2014-01-22
1
-0
/
+20
*
Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.
Tim Northover
2013-11-11
1
-0
/
+7
*
NetBSD 6.99.26 switched to default rounding mode, so adjust
Joerg Sonnenberger
2013-11-11
1
-0
/
+210
*
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...
Silviu Baranga
2013-10-21
1
-0
/
+20
[prev]
[next]