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
*
Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.
Eric Fiselier
2017-04-20
1
-0
/
+53
*
[ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64
Oliver Stannard
2017-04-18
1
-0
/
+3
*
_CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.
Eric Christopher
2017-03-25
1
-0
/
+4
*
Add the __LONGDOUBLE128 define for ppc targets that have 128 bit long doubles.
Eric Christopher
2017-03-25
1
-0
/
+7
*
Define __HAVE_BSWAP__ on ppc to match gcc since we support both builtins as w...
Eric Christopher
2017-03-25
1
-0
/
+6
*
Add the _CALL_LINUX preprocessor define for ppc linux platforms.
Eric Christopher
2017-03-25
1
-0
/
+6
*
__BIGGEST_ALIGNMENT__ has always been 16 on all power platforms rather
Eric Christopher
2017-03-25
1
-6
/
+6
*
Add preprocessor defines for a bare powerpc64le triple/cpu.
Eric Christopher
2017-03-25
1
-0
/
+3
*
Bump __cplusplus for C++17 to 201703L per the C++17 DIS.
Richard Smith
2017-03-20
1
-2
/
+2
*
Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin.
Eric Christopher
2017-03-16
1
-1
/
+4
*
Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64
Brad Smith
2017-03-06
1
-0
/
+2
*
Also test OpenBSD/powerpc here for the various types expected to be the same ...
Brad Smith
2017-02-25
1
-0
/
+1
*
Hook up OpenBSD AArch64 support
Brad Smith
2017-02-21
1
-0
/
+193
*
[mips] Define macros related to -mabicalls in the preprocessor
Simon Dardis
2017-02-21
1
-0
/
+45
*
Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platfo...
Eric Christopher
2017-02-15
1
-0
/
+1
*
Add check that "#define unix 1" is present for the PS4 target.
Douglas Yung
2017-02-09
1
-0
/
+1
*
Revert "Basic: match GCC behaviour for SuS macro"
Saleem Abdulrasool
2017-02-07
1
-0
/
+3
*
Basic: match GCC behaviour for SuS macro
Saleem Abdulrasool
2017-02-05
1
-3
/
+0
*
[Frontend] The macro that describes the Objective-C bool type should
Alex Lorenz
2017-01-20
1
-0
/
+2
*
Add AVR target and toolchain to Clang
Dylan McKay
2017-01-05
1
-0
/
+171
*
Also recognize -std=iso9899:201x
Benjamin Kramer
2016-12-06
1
-0
/
+3
*
Add a new optimization option -Og
Sylvestre Ledru
2016-11-11
1
-0
/
+6
*
Define __ANDROID_API__ when specified as part of an Android target.
Stephen Hines
2016-11-11
1
-0
/
+5
*
[Sparc] LLONG is not lock-free atomic on v8
Douglas Katzman
2016-11-09
1
-0
/
+1
*
P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith
2016-09-30
1
-5
/
+49
*
[OpenBSD] Add type sign information for OpenBSD
Renato Golin
2016-09-22
1
-0
/
+23
*
OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
Matt Arsenault
2016-09-07
1
-0
/
+1
*
Add support for targeting armv6-unknown-cloudabi-eabihf.
Ed Schouten
2016-09-05
1
-0
/
+5
*
[WebAssembly] Change wasm SizeType to match asmjs
Derek Schuff
2016-09-01
1
-20
/
+20
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-1
/
+1
*
ARM-MachO: stop claiming to be EABI
Tim Northover
2016-05-13
1
-7
/
+7
*
[Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front end
Nemanja Ivanovic
2016-05-09
1
-0
/
+28
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+3
*
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
[next]