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
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-27
1
-1
/
+7
*
[ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao
2016-04-18
1
-0
/
+3
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-3
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+3
*
Revert "Set the default C standard to C99 when targeting the PS4."
Sean Silva
2016-04-06
1
-1
/
+0
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-04
1
-0
/
+1
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+3
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-43
/
+45
*
Basic: fix __USER_LABEL_PREFIX__ on Cygwin
Saleem Abdulrasool
2016-02-26
1
-0
/
+7
*
Relax recently added clang version checks.
Tim Northover
2016-02-11
1
-11
/
+11
*
Use new --match-full-lines FileCheck feature for Preprocessor/init.c.
James Y Knight
2016-02-11
1
-1008
/
+1008
*
Do not define GXX_RTTI macro for C.
Yunzhong Gao
2016-01-26
1
-5
/
+8
*
[WebAssembly] Change long double to be quadruple-precision floating point.
Dan Gohman
2015-11-10
1
-24
/
+24
*
Simplify DefaultCPU in ARMTargetInfo
Renato Golin
2015-10-08
1
-12
/
+7
*
[CUDA] 32-bit NVPTX should have 32-bit long type.
Artem Belevich
2015-09-28
1
-10
/
+10
*
[WebAssembly] Define the atomic type sizes
Dan Gohman
2015-09-14
1
-22
/
+22
*
[WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64
Dan Gohman
2015-09-14
1
-20
/
+20
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+632
*
Fix typo in test
Eli Bendersky
2015-09-01
1
-2
/
+2
*
[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD.
Brad Smith
2015-08-13
1
-8
/
+9
*
R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
2015-07-17
1
-1
/
+8
*
[Targets] Define __BOOL_DEFINED for Windows targets in C++ mode
David Majnemer
2015-07-15
1
-0
/
+2
*
[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.
James Y Knight
2015-06-04
1
-7
/
+16
*
[Basic] Define __declspec for cygwin
David Majnemer
2015-05-28
1
-0
/
+10
*
[Mips] Generate warning for invalid '-mnan' and '-march' combinations
Petar Jovanovic
2015-04-14
1
-1
/
+6
*
Set the type of ptrdiff_t to signed on NVPTX targets
Eli Bendersky
2015-04-01
1
-3
/
+3
*
Set NVPTX64 target's size_t to match other 64-bit targets
Eli Bendersky
2015-04-01
1
-8
/
+8
*
[SystemZ] Fix definition of IntMaxType / Int64Type
Ulrich Weigand
2015-03-30
1
-16
/
+16
*
[PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
2015-03-11
1
-0
/
+1
*
Add target information for CloudABI on x86-64.
Ed Schouten
2015-03-11
1
-0
/
+305
*
Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions.
Renato Golin
2015-02-27
1
-0
/
+7
*
AMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
Tom Stellard
2015-02-27
1
-0
/
+3
*
Add C11 *_DECIMAL_DIG.
Ed Schouten
2015-02-23
1
-37
/
+40
*
[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names
Simon Atanasyan
2015-02-20
1
-0
/
+36
*
[mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64
Vasileios Kalintiris
2015-02-12
1
-2
/
+2
*
Preprocessor: support __BIGGEST_ALIGNMENT__ macro
Tim Northover
2015-02-06
1
-0
/
+224
*
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
[next]