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
*
fix test that depends on LLVM optimizations
Sanjay Patel
2015-12-24
1
-1
/
+4
*
[X86][ms-inline asm] Test case for adding support for memory operands that in...
Marina Yatsina
2015-12-24
1
-0
/
+32
*
[OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointer
Anastasia Stulova
2015-12-22
1
-3
/
+11
*
[X86] Add missing m64/int64 conversions
Michael Kuperstein
2015-12-20
1
-0
/
+12
*
[X86] Add signed aliases for popcnt intrinsics
Michael Kuperstein
2015-12-20
1
-2
/
+12
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-4
/
+4
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-48
/
+48
*
[ms-inline-asm] Add support for composite structs in MS inline asm
Marina Yatsina
2015-12-17
1
-0
/
+20
*
Reland "[SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32...
Reid Kleckner
2015-12-16
1
-1
/
+2
*
Revert "[SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32...
Reid Kleckner
2015-12-16
1
-2
/
+1
*
[SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32bit
Reid Kleckner
2015-12-15
1
-1
/
+2
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+49
*
clang/test/CodeGen/ms_this.cpp: Fix for -Asserts.
NAKAMURA Takumi
2015-12-15
1
-6
/
+12
*
Fix clang/test/CodeGen/ms_this.cpp.
NAKAMURA Takumi
2015-12-15
1
-3
/
+1
*
Unsupport test that should not be run on Hexagon
Krzysztof Parzyszek
2015-12-15
1
-0
/
+4
*
[Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline ...
Michael Zuckerman
2015-12-15
1
-1
/
+1
*
[Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm
Michael Zuckerman
2015-12-15
1
-0
/
+49
*
[PowerPC] Fix test/CodeGen/ppc-sfvarargs
Petar Jovanovic
2015-12-14
1
-1
/
+1
*
[PowerPC] Fix make-check issues
Petar Jovanovic
2015-12-14
1
-2
/
+2
*
[Power PC] add soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-0
/
+17
*
[Hexagon] Xfail two tests that fail due to over-aligning arrays
Krzysztof Parzyszek
2015-12-14
2
-0
/
+9
*
[Hexagon] Update default paths and arguments
Krzysztof Parzyszek
2015-12-14
1
-1
/
+1
*
Update clang to use the updated LLVM EH instructions
David Majnemer
2015-12-12
3
-88
/
+50
*
Revert r254647.
Easwaran Raman
2015-12-12
1
-9
/
+0
*
Attach maximum function count to Module when using PGO mode
Easwaran Raman
2015-12-12
1
-0
/
+9
*
Mark MS inline ASM 'nodplicate' it it has labels (PR23715)
Hans Wennborg
2015-12-10
1
-2
/
+5
*
[X86][AVX2] Stripped backend codegen tests
Simon Pilgrim
2015-12-08
1
-207
/
+1
*
Explicitly permit undefined behavior in constant initializers for global
Richard Smith
2015-12-08
1
-2
/
+2
*
Remove target specifier from new tests
Teresa Johnson
2015-12-07
1
-4
/
+4
*
Adjust test to fix bot error from r254927.
Teresa Johnson
2015-12-07
1
-1
/
+1
*
[ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson
2015-12-07
1
-0
/
+14
*
[X86][3DNow!] Stripped backend codegen tests
Simon Pilgrim
2015-12-05
1
-26
/
+0
*
Updated test names to match the intrinsics being tested
Simon Pilgrim
2015-12-05
2
-14
/
+14
*
[X86][F16C] Stripped backend codegen tests
Simon Pilgrim
2015-12-05
1
-6
/
+4
*
LLDB JIT needs android vector passing rules.
Stephen Hines
2015-12-04
1
-0
/
+68
*
[PowerPC] Fix calculating address of arguments on stack for variadic func
Petar Jovanovic
2015-12-04
2
-4
/
+9
*
Add tests for pass_object_size.
George Burgess IV
2015-12-03
1
-0
/
+353
*
Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...
Alexander Kornienko
2015-12-03
1
-9
/
+0
*
[X86] Stripped backend codegen tests
Simon Pilgrim
2015-12-03
9
-1285
/
+498
*
generalize CHECK lines to make buildbot happy
Sanjay Patel
2015-12-03
1
-2
/
+2
*
PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith
2015-12-03
2
-2
/
+12
*
change an assert when generating fmuladd to an ordinary 'if' check (PR25719)
Sanjay Patel
2015-12-03
1
-0
/
+12
*
fix typos; NFC
Sanjay Patel
2015-12-02
1
-2
/
+2
*
Teaches clang about Cortex-A35.
Christof Douma
2015-12-02
1
-0
/
+1
*
[X86] _mm256_permutevar8x32_ps should take an integer vector for its shuffle ...
Craig Topper
2015-11-29
1
-1
/
+1
*
[X86][SSE2] Added SSE2 IR + assembly codegen builtin tests
Simon Pilgrim
2015-11-29
1
-0
/
+1656
*
clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c REQUIRES both arm and aarch64.
NAKAMURA Takumi
2015-11-29
1
-0
/
+1
*
ARM v8.1a adds Advanced SIMD instructions for Rounding Double Multiply
Alexandros Lamprineas
2015-11-29
2
-0
/
+249
*
[mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-0
/
+64
*
Revert r254203: [mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-64
/
+0
[next]