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
...
*
[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Mandeep Singh Grang
2016-04-20
1
-1
/
+1
*
[Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriate
Krzysztof Parzyszek
2016-04-18
1
-0
/
+26
*
[ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao
2016-04-18
1
-0
/
+3
*
Improve diagnostic for the case when a non-defined function-like macro is used
Richard Smith
2016-04-16
2
-4
/
+17
*
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
*
[X86] Introduction of -march=lakemont.
Andrey Turetskiy
2016-04-05
1
-0
/
+12
*
Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs
2016-04-05
4
-8
/
+49
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-04
1
-0
/
+1
*
Clean up a couple more preprocessor tests to use match-full-lines.
James Y Knight
2016-04-01
4
-434
/
+434
*
Diagnose missing macro argument following charize operator.
Andy Gibbs
2016-04-01
1
-1
/
+12
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+3
*
Combine identical check-prefixes in Clang test/Preprocessor/arm-target-featur...
Artyom Skrobov
2016-03-23
1
-149
/
+75
*
[ARM] Clang tests for ARM Cortex-A32 support
Renato Golin
2016-03-21
1
-10
/
+12
*
Add more ARM Cortex-R8 regression tests to Clang.
Pablo Barrio
2016-03-16
2
-10
/
+13
*
Myriad: define __myriad2 macro automatically
Douglas Katzman
2016-03-15
1
-1
/
+10
*
Test commit - Remove some trailing whitespace
Pablo Barrio
2016-03-15
1
-1
/
+1
*
Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What yea...
Richard Smith
2016-03-08
1
-0
/
+10
*
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim
2016-03-05
1
-2
/
+0
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-43
/
+45
*
[ARM] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith
2016-03-03
1
-0
/
+36
*
[X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...
Craig Topper
2016-02-29
2
-0
/
+34
*
AMDGPU: Fix broken/confusing predefined macro
Matt Arsenault
2016-02-27
1
-0
/
+14
*
Basic: fix __USER_LABEL_PREFIX__ on Cygwin
Saleem Abdulrasool
2016-02-26
1
-0
/
+7
*
AArch64: fix Cyclone CPU features list.
Tim Northover
2016-02-24
1
-3
/
+3
*
Added SKL and CNL processors and features to Clang
Elena Demikhovsky
2016-02-21
1
-2
/
+140
*
Accept "-Weverything" in clang diagnistic pragmas
Sunil Srivastava
2016-02-13
3
-0
/
+68
*
Relax recently added clang version checks.
Tim Northover
2016-02-11
1
-11
/
+11
*
[Driver] Add support for Qualcomm's Kryo CPU.
Chad Rosier
2016-02-11
1
-0
/
+2
*
Use new --match-full-lines FileCheck feature for Preprocessor/init.c.
James Y Knight
2016-02-11
1
-1008
/
+1008
*
[ARM] Add command-line options for ARMv8.2-A
Oliver Stannard
2016-02-11
1
-0
/
+6
*
Fixed preprocessed output of the first token for pragmas.
Alexey Bataev
2016-02-09
1
-0
/
+6
*
[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Ulrich Weigand
2016-02-05
1
-0
/
+8
*
[x86] Correct setting of WIntType for MCU target
Andrey Bokhanko
2016-02-04
1
-0
/
+1
*
Add -nocudainc option to CUDA preprocessor test.
Samuel Antao
2016-02-04
1
-5
/
+5
*
Adding a test for PR25717.
Yunzhong Gao
2016-01-27
1
-0
/
+17
*
Do not define GXX_RTTI macro for C.
Yunzhong Gao
2016-01-26
1
-5
/
+8
*
[MSVC Compat] Accept elided commas in macro function arguments
Ehsan Akhgari
2016-01-22
1
-0
/
+9
*
Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber
2016-01-19
1
-2
/
+24
*
When copying whitespace flags from the token naming a macro argument onto the
Richard Smith
2016-01-15
1
-0
/
+6
*
[CUDA] Add tests for compiling CUDA files with -E.
Justin Lebar
2016-01-14
1
-0
/
+32
*
Correct setting of UserLabelPrefix for MCU target.
Andrey Bokhanko
2016-01-14
1
-0
/
+1
*
[AArch64] Teaches clang about Samsung Exynos-M1
MinSeong Kim
2016-01-05
1
-0
/
+2
*
Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.
Nico Weber
2015-12-29
1
-2
/
+5
*
[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.
Daniel Sanders
2015-12-22
1
-0
/
+12
*
Teaches clang about Cortex-A35.
Christof Douma
2015-12-02
1
-0
/
+2
*
ARM v8.1a adds Advanced SIMD instructions for Rounding Double Multiply
Alexandros Lamprineas
2015-11-29
2
-0
/
+4
*
[WebAssembly] Change long double to be quadruple-precision floating point.
Dan Gohman
2015-11-10
1
-24
/
+24
*
Add the variant of __sparc_v9__ with five underscores, not just four.
Joerg Sonnenberger
2015-11-10
1
-0
/
+3
[prev]
[next]