index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
AVX-512: Handled extractelement from mask vector;
Elena Demikhovsky
2013-11-14
2
-0
/
+33
*
R600/SI: Add testcase for problem I ran into
Matt Arsenault
2013-11-14
1
-0
/
+18
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
1
-0
/
+16
*
Add test case for AArch64 NEON instruction set misc.
Kevin Qin
2013-11-14
2
-0
/
+2255
*
Don't mangle \n and "
Rafael Espindola
2013-11-14
1
-0
/
+6
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
2
-112
/
+1090
*
Suppress llvm-cov.test on Win32, with REQUIRES: shell
NAKAMURA Takumi
2013-11-14
1
-0
/
+2
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
4
-1
/
+972
*
Fixing a heisenbug where the memory dependence analysis behaves differently
Yunzhong Gao
2013-11-14
1
-0
/
+260
*
llvm-cov: Removed StringMap holding GCOVLines.
Yuchen Wu
2013-11-14
1
-0
/
+0
*
llvm-cov: Replaced asserts with proper error handling.
Yuchen Wu
2013-11-14
1
-1
/
+5
*
Take care of long short branch immediate instructions for mips16 in
Reed Kotler
2013-11-13
2
-0
/
+59
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
4
-20
/
+27
*
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
2013-11-13
8
-109
/
+128
*
llvm-cov: Changed XFAIL targets to be more generic.
Yuchen Wu
2013-11-13
1
-1
/
+1
*
Added basic unit test for llvm-cov.
Yuchen Wu
2013-11-13
7
-0
/
+171
*
[AArch64] Add support for legacy AArch32 NEON scalar shift by immediate
Chad Rosier
2013-11-13
1
-18
/
+18
*
Enable generating legacy IT block for AArch32
Weiming Zhao
2013-11-13
9
-2
/
+15
*
[SystemZ] Add the general form of BCR
Richard Sandiford
2013-11-13
3
-0
/
+144
*
FileCheck: fix matching of one check-prefix is a prefix of another
Alexey Samsonov
2013-11-13
1
-0
/
+5
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
2
-14
/
+14
*
Fix bug in .gpword directive parsing.
Vladimir Medic
2013-11-13
1
-1
/
+2
*
Support for microMIPS trap instruction with immediate operands.
Zoran Jovanovic
2013-11-13
3
-0
/
+54
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
2
-0
/
+153
*
FileCheck: fix a bug with multiple --check-prefix options.
Alexey Samsonov
2013-11-13
1
-0
/
+10
*
XCore target: implement exception handling
Robert Lytton
2013-11-13
2
-8
/
+137
*
This patch fixes a bug in floating point operands parsing, when instruction a...
Vladimir Medic
2013-11-13
1
-1
/
+3
*
Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...
NAKAMURA Takumi
2013-11-13
4
-4
/
+4
*
Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.
NAKAMURA Takumi
2013-11-13
4
-4
/
+4
*
Allow the code which returns the length for inline assembler to know
Reed Kotler
2013-11-13
1
-0
/
+29
*
Add a test case to verify that misusing anyregcc crashes as expected.
Andrew Trick
2013-11-13
1
-0
/
+17
*
R600: Fix selection failure on EXTLOAD
Matt Arsenault
2013-11-13
1
-0
/
+51
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
1
-0
/
+42
*
Cleanup the stackmap operand folding code and fix a corner case.
Andrew Trick
2013-11-12
1
-1
/
+21
*
improve dependence analysis testcases
Sebastian Pop
2013-11-12
3
-1
/
+30
*
delinearization of arrays
Sebastian Pop
2013-11-12
11
-0
/
+751
*
Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...
Nadav Rotem
2013-11-12
1
-0
/
+35
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-0
/
+29
*
[mips] Fix a bug in function CC_MipsO32_FP64. The second double precision
Akira Hatanaka
2013-11-12
1
-6
/
+6
*
[mips] Run test case with command line option -mattr=+fp64.
Akira Hatanaka
2013-11-12
1
-16
/
+39
*
Protect user-supplied runtime library functions in LTO
Justin Bogner
2013-11-12
1
-0
/
+27
*
ARM: diagnose invalid system LDM/STM
Tim Northover
2013-11-12
1
-0
/
+5
*
[mips] Fix and re-enable a test case that has been disabled for a long time.
Akira Hatanaka
2013-11-12
1
-99
/
+120
*
[OCaml] Dynamically link LLVM on --enable-shared builds
Peter Zotov
2013-11-12
1
-1
/
+1
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
1
-0
/
+28
*
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
Chad Rosier
2013-11-12
10
-6
/
+674
*
Simplify operand folding when rematerializing a load.
Andrew Trick
2013-11-12
1
-11
/
+6
*
[mips][msa] Enable inlinse assembly for MSA.
Daniel Sanders
2013-11-12
1
-0
/
+34
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-3
/
+6
[prev]
[next]