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
/
llvm
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
2014-06-09
1
-0
/
+376
*
R600/SI: Keep 64-bit not on SALU
Matt Arsenault
2014-06-09
2
-1
/
+41
*
R600: Fix selection failure for vector bswap
Matt Arsenault
2014-06-09
1
-0
/
+50
*
[PPC64LE] Generate correct little-endian code for v16i8 multiply
Bill Schmidt
2014-06-09
1
-0
/
+17
*
llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match W...
NAKAMURA Takumi
2014-06-09
1
-2
/
+2
*
[X86] Avoid emitting unnecessary test instructions.
Andrea Di Biagio
2014-06-09
1
-0
/
+24
*
[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
Andrea Di Biagio
2014-06-09
1
-0
/
+20
*
R600: Add more and testcases
Matt Arsenault
2014-06-09
1
-18
/
+88
*
[AArch64] Fix the ordering of the accumulate operand in SchedRW list.
Chad Rosier
2014-06-09
1
-3
/
+4
*
[AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shift
Chad Rosier
2014-06-09
1
-0
/
+8
*
Revert "Do materialize for floating point"
Alp Toker
2014-06-08
1
-39
/
+0
*
Do materialize for floating point
Reed Kotler
2014-06-08
1
-0
/
+39
*
test: add test case for SVN r210406
Saleem Abdulrasool
2014-06-08
1
-0
/
+12
*
Fix typos
Alp Toker
2014-06-07
1
-3
/
+3
*
ARM: correct assertion for long-calls on WoA
Saleem Abdulrasool
2014-06-07
1
-0
/
+18
*
X86: Don't turn shifts into ands if there's another use that may not check fo...
Benjamin Kramer
2014-06-06
1
-0
/
+13
*
Fixed a bug in lowering shuffle_vectors to insertps
Filipe Cabecinhas
2014-06-06
2
-2
/
+15
*
[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian
Bill Schmidt
2014-06-06
1
-0
/
+66
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
6
-9
/
+9
*
[PPC64LE] Add test case for r210282 commit
Bill Schmidt
2014-06-05
1
-0
/
+17
*
Adding explicit triples to the ARM jumptable tests
Tom Roeder
2014-06-05
1
-2
/
+2
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
5
-1
/
+384
*
[mips] Modify long branch for NaCl:
Sasa Stankovic
2014-06-05
1
-0
/
+34
*
Prevent hoisting the instruction whose def might be clobbered by the terminator.
Sasa Stankovic
2014-06-05
1
-0
/
+144
*
R600: Fix test. Using wrong check prefix.
Matt Arsenault
2014-06-05
1
-21
/
+21
*
R600/SI: Match rsq instructions
Matt Arsenault
2014-06-05
1
-0
/
+26
*
Revert r209381 as it isn't a local variable. Add a testcase so that
Eric Christopher
2014-06-03
1
-0
/
+23
*
[AArch64] Add regression tests for the load/store optimizer which cover post-...
Tilmann Scheller
2014-06-03
1
-0
/
+130
*
AArch64: mark small types (i1, i8, i16) as promoted
Tim Northover
2014-06-03
1
-13
/
+14
*
[AArch64] Correctly deal with VPR stack parameter passing.
Jiangning Liu
2014-06-03
1
-0
/
+8
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
3
-3
/
+16
*
[X86] Fix checked arithmetic for i8 on X86.
Andrea Di Biagio
2014-06-02
1
-0
/
+24
*
[AArch64] Add some more regression tests for store pre-index update folding i...
Tilmann Scheller
2014-06-02
1
-0
/
+105
*
[AArch64] Add some more regression tests for load pre-index update folding in...
Tilmann Scheller
2014-06-02
1
-0
/
+106
*
ARMEB: Fix function return type f64
Christian Pirker
2014-06-01
1
-0
/
+12
*
R600/SI: Fix [s|u]int_to_fp for i1
Matt Arsenault
2014-05-31
4
-29
/
+124
*
Make blend tests more specific
Filipe Cabecinhas
2014-05-31
3
-8
/
+17
*
[X86] Add two combine rules to simplify dag nodes introduced during type lega...
Andrea Di Biagio
2014-05-30
2
-27
/
+281
*
Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
2014-05-30
2
-1
/
+14
*
Separate the check for blend shuffle_vector masks
Filipe Cabecinhas
2014-05-30
1
-2
/
+2
*
Fix MIPS exception personality encoding.
Logan Chien
2014-05-30
1
-0
/
+34
*
[pr19636] Fix known bit computation in urem instruction with power of two.
Rafael Espindola
2014-05-30
1
-0
/
+14
*
SelectionDAG: skip barriers for unordered atomic operations
Tim Northover
2014-05-30
1
-12
/
+25
*
ARM: use AAPCS-style prologues for embedded MachO.
Tim Northover
2014-05-30
3
-18
/
+16
*
AArch64 & ARM: disable generic test that relies on no CFG changes.
Tim Northover
2014-05-30
1
-0
/
+3
*
ARM & AArch64: make use of common cmpxchg idioms after expansion
Tim Northover
2014-05-30
55
-78
/
+265
*
AArch64 & ARM: remove undefined behaviour from some tests.
Tim Northover
2014-05-30
13
-62
/
+66
*
Test cases named with dates is a legacy rule not used now. Rename several tes...
Hao Liu
2014-05-30
4
-0
/
+0
*
[X86] Move test from r209863 to CodeGen/X86
Adam Nemet
2014-05-29
1
-0
/
+41
*
[X86] Remove AVX1 vbroadcast intrinsics
Adam Nemet
2014-05-29
1
-24
/
+0
[next]