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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Let arrays be inputs to inline asm
David Majnemer
2014-07-14
2
-0
/
+14
*
ARM: Add NOP intrinsic mapping in arm_acle.h
Yi Kong
2014-07-14
1
-0
/
+8
*
ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
2014-07-14
2
-0
/
+7
*
Add test cases for AArch64 hints codegen
Yi Kong
2014-07-13
1
-0
/
+8
*
tests: use a more precise target for tests
Saleem Abdulrasool
2014-07-12
1
-2
/
+2
*
CodeGen: support hint intrinsics from ACLE on AArch64
Saleem Abdulrasool
2014-07-12
1
-0
/
+37
*
Improve comments of ARM ACLE header file and tests
Yi Kong
2014-07-12
1
-3
/
+8
*
Add nonnull in CodeGen for __attribute__((returns_nonnull))
Hal Finkel
2014-07-12
1
-0
/
+6
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-10
/
+14
*
Form a CallExpr from __noop without parens
Reid Kleckner
2014-07-11
1
-5
/
+22
*
MS extension: Make __noop be the integer zero, not void
Reid Kleckner
2014-07-11
1
-3
/
+3
*
Add nonnull in CodeGen for __attribute__((nonnull))
Hal Finkel
2014-07-11
1
-0
/
+17
*
[UBSan] Introduce type-based blacklisting.
Alexey Samsonov
2014-07-10
1
-0
/
+25
*
Fix (and reenable) ppc64-align-struct.c test for non-assert builds.
Ulrich Weigand
2014-07-10
1
-37
/
+36
*
Quick (attempted) fix for non-asserts builds for a test introduced in r212743.
David Blaikie
2014-07-10
1
-0
/
+1
*
[PowerPC] ABI support for aligned by-value aggregates
Ulrich Weigand
2014-07-10
2
-1
/
+137
*
[PowerPC] ABI support for non-Altivec vector types
Ulrich Weigand
2014-07-10
1
-0
/
+52
*
[mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.
Daniel Sanders
2014-07-09
1
-0
/
+32
*
ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.
Tim Northover
2014-07-09
3
-0
/
+107
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-0
/
+9
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+1
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
2
-4
/
+11
*
CodeGen: add support for a few MSVC ARM intrinsics
Saleem Abdulrasool
2014-07-05
1
-0
/
+63
*
Add a test case for the tilde operator in Microsoft inline assembly
Ehsan Akhgari
2014-07-05
1
-0
/
+2
*
Fixed test CodeGen/captured-statements.c for powerpc64-linux.
Alexey Bataev
2014-07-04
1
-2
/
+2
*
Restore global static array in test case
Gerolf Hoflehner
2014-07-03
1
-1
/
+1
*
[ARM] Implement ISB memory barrier intrinsic
Yi Kong
2014-07-03
1
-0
/
+1
*
Add the __qdbl intrinsic to the arm_acle.h header
Renato Golin
2014-07-03
1
-0
/
+9
*
Move the calling of emitTargetMD() later.
Robert Lytton
2014-07-03
1
-40
/
+51
*
ARMEB: Fix function result return for composite types
Christian Pirker
2014-07-03
1
-0
/
+37
*
ARM: rename ARM builtins to use __builtin_arm prefix
Saleem Abdulrasool
2014-07-03
1
-5
/
+5
*
CodeGen: make target builtins support languages
Saleem Abdulrasool
2014-07-02
2
-8
/
+40
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
2
-3
/
+31
*
ARM: add support for v8 ldaex/stlex builtins.
Tim Northover
2014-07-02
1
-1
/
+162
*
X86: inline all atomic operations up to 128-bits.
Tim Northover
2014-07-02
1
-0
/
+29
*
Added test for capturing VLA types if the captured variable is a function par...
Alexey Bataev
2014-07-02
1
-0
/
+13
*
Enable test/CodeGen/indirect-goto.c in 64b for local arrays
Gerolf Hoflehner
2014-07-01
1
-3
/
+2
*
Temporarily disable the indirect-goto.c test.
Bob Wilson
2014-07-01
1
-1
/
+2
*
[x86] Add Clang support for intrinsic __rdpmc.
Andrea Di Biagio
2014-06-30
1
-0
/
+1
*
Second part of fix in CodeGen/captured-statements-nested.c
Alexey Bataev
2014-06-30
1
-1
/
+1
*
Test fix
Alexey Bataev
2014-06-30
1
-4
/
+4
*
Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC
Alexey Bataev
2014-06-30
1
-1
/
+1
*
Fixed CodeGen/captured-statements-nested.c test
Alexey Bataev
2014-06-30
1
-26
/
+23
*
Disable CodeGen/captured-statements-nested.c
Alexey Bataev
2014-06-30
1
-0
/
+1
*
Fixed CodeGen/captured-statements-nested.c test
Alexey Bataev
2014-06-30
1
-20
/
+19
*
Disable CodeGen/captured-statements-nested.c
Alexey Bataev
2014-06-30
1
-1
/
+1
*
Temp XFAIL CodeGen/captured-statements-nested.c to fix the test
Alexey Bataev
2014-06-30
1
-0
/
+1
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
2
-6
/
+33
*
Remove some incorrect test suppressions
Alp Toker
2014-06-30
4
-4
/
+0
*
Basic: fix handling for Windows Itanium environment
Saleem Abdulrasool
2014-06-28
1
-0
/
+15
[next]