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
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)
Simon Pilgrim
2018-08-29
1
-4
/
+4
*
[PPC] Remove Darwin support from POWER backend.
Kit Barton
2018-08-28
1
-0
/
+22
*
[RegisterCoalscer] Manually remove leftover segments when commuting def
Krzysztof Parzyszek
2018-08-21
1
-0
/
+78
*
[SystemZ] Require asserts in subregliveness-06.mir
Krzysztof Parzyszek
2018-08-16
1
-0
/
+3
*
[MachineVerifier] Check if predecessor is jointly dominated by undefs
Krzysztof Parzyszek
2018-08-16
1
-0
/
+272
*
[RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDef
Krzysztof Parzyszek
2018-08-16
1
-0
/
+48
*
[RegisterCoalescer] Ensure that both registers have subranges if one does
Krzysztof Parzyszek
2018-08-15
1
-0
/
+41
*
[RegisterCoalescer] Reset VNInfo def when copying segments over
Krzysztof Parzyszek
2018-08-15
1
-0
/
+51
*
[RegAlloc] Check that subreg liveness tracking applies to given virtual reg
Krzysztof Parzyszek
2018-08-15
1
-0
/
+22
*
[SystemZ] Add testcase for r339778
Krzysztof Parzyszek
2018-08-15
1
-0
/
+48
*
[SystemZ] Improve handling of instructions which expand to several groups
Jonas Paulsson
2018-08-03
1
-0
/
+90
*
[SystemZ, TableGen] Fix shift count handling
Ulrich Weigand
2018-08-01
1
-0
/
+12
*
[SystemZ] Improve decoding in case of instructions with four register operands.
Jonas Paulsson
2018-07-31
1
-2
/
+2
*
[SystemZ] Test case formatting fixes
Ulrich Weigand
2018-07-20
215
-2814
/
+2814
*
[SystemZ] Reimplent SchedModel IssueWidth and WriteRes/ReadAdvance mappings.
Jonas Paulsson
2018-07-20
10
-69
/
+67
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
2
-2
/
+2
*
Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...
George Rimar
2018-06-22
1
-3
/
+3
*
Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...
George Rimar
2018-06-22
1
-3
/
+3
*
[MC] - Add .stack_size sections into groups and link them with .text
George Rimar
2018-06-22
1
-3
/
+3
*
[BranchFolding] Fix live-in's when hoisting code
Karl-Johan Karlsson
2018-06-07
1
-0
/
+57
*
[SystemZ] Bugfix in combineSTORE().
Jonas Paulsson
2018-05-25
1
-0
/
+19
*
[RegUsageInfoCollector] Bugfix for callee saved registers.
Jonas Paulsson
2018-05-25
1
-0
/
+34
*
[SystemZ] Fold AHIMux in foldMemoryOperandImpl.
Jonas Paulsson
2018-05-18
1
-0
/
+38
*
[SystemZ] Bugfix for MVCLoop CC clobbering.
Jonas Paulsson
2018-05-07
1
-0
/
+34
*
[RegUsageInfoCollector] Bugfix for handling of register aliases.
Jonas Paulsson
2018-05-04
1
-0
/
+45
*
[SystemZ] Handle SADDO et.al. and ADD/SUBCARRY
Ulrich Weigand
2018-04-30
43
-2
/
+10404
*
[SystemZ] Do not use glue to represent condition code dependencies
Ulrich Weigand
2018-04-30
4
-7
/
+46
*
[SystemZ] Improve handling of Select pseudo-instructions
Ulrich Weigand
2018-04-30
1
-6
/
+10
*
[PostRASink]Add register dependency check for implicit operands
Jun Bum Lim
2018-04-13
1
-0
/
+63
*
[MachineLICM] Re-enable hoisting of constant stores
Zaara Syeda
2018-04-09
1
-0
/
+145
*
Use local symbols for creating .stack-size.
Rafael Espindola
2018-03-26
1
-3
/
+6
*
[SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.
Jonas Paulsson
2018-03-20
1
-0
/
+1
*
[SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC).
Jonas Paulsson
2018-03-19
1
-0
/
+20
*
[SystemZ] Add 'REQUIRES: asserts' to test case using debug output.
Jonas Paulsson
2018-03-17
1
-0
/
+1
*
[SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode()
Jonas Paulsson
2018-03-17
7
-2
/
+1265
*
[SelectionDAG] Handle big endian target BITCAST in computeKnownBits()
Jonas Paulsson
2018-03-17
1
-0
/
+29
*
[CodeGenPrepare] Respect endianness in splitMergedValStore.
Jonas Paulsson
2018-03-13
1
-0
/
+22
*
[SystemZ] Fix test cases after r326613
Ulrich Weigand
2018-03-02
6
-185
/
+50
*
[SystemZ] Add support for anyregcc calling convention
Ulrich Weigand
2018-03-02
3
-0
/
+613
*
[SystemZ] Support stackmaps and patchpoints
Ulrich Weigand
2018-03-02
5
-0
/
+871
*
[SystemZ] Fix common-code users of stack size
Ulrich Weigand
2018-03-02
1
-0
/
+38
*
[SystemZ] Support vector registers in inline asm
Ulrich Weigand
2018-03-02
1
-0
/
+138
*
[DAGCombiner] When combining zero_extend of a truncate, only mask before exte...
Craig Topper
2018-03-01
1
-2
/
+2
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2018-02-27
1
-6
/
+6
*
[SystemZ] Also update the CHECK line for VPDI
Jonas Paulsson
2018-02-23
1
-1
/
+1
*
[SystemZ] Fix VPDI argument in test.
Jonas Paulsson
2018-02-23
1
-1
/
+1
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Quentin Colombet
2018-02-17
1
-6
/
+6
*
[SelectionDAG] Consider endianness in scalarizeVectorStore().
Jonas Paulsson
2018-02-02
2
-64
/
+66
*
[SystemZ] Update test case (NFC)
Jonas Paulsson
2018-02-02
1
-2
/
+2
*
[MachineCopyPropagation] Extend pass to do COPY source forwarding
Geoff Berry
2018-02-01
1
-6
/
+6
[next]