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
*
[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
*
[SelectionDAG] Fix UpdateChains handling of TokenFactors
Nirav Dave
2018-02-01
1
-0
/
+113
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
11
-254
/
+254
*
[SystemZ] Check the bitwidth before calling isInt/isUInt.
Jonas Paulsson
2018-01-31
1
-0
/
+25
*
Move new test from Generic to SystemZ.
Jonas Paulsson
2018-01-20
1
-0
/
+142
*
[SelectionDAG] Fix codegen of vector stores with non byte-sized elements.
Jonas Paulsson
2018-01-20
1
-1
/
+8
*
[SystemZ] Prefer LOCHI over generating IPM sequences
Ulrich Weigand
2018-01-19
3
-50
/
+42
*
[SystemZ] Directly use CC result of compare-and-swap
Ulrich Weigand
2018-01-19
5
-0
/
+287
*
[SystemZ] Rework IPM sequence generation
Ulrich Weigand
2018-01-19
3
-4
/
+250
*
[SystemZ] Run branch-12.ll test only if long tests enabled
Ulrich Weigand
2018-01-19
2
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
9
-300
/
+282
*
[SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp.
Jonas Paulsson
2018-01-17
1
-0
/
+11953
*
[SystemZ] Check for legality before doing LOAD AND TEST transformations.
Jonas Paulsson
2018-01-15
1
-0
/
+52
*
Temporarily revert
Jonas Paulsson
2018-01-10
1
-52
/
+0
*
[SelectionDAGBuilder] Chain prefetches less aggressively.
Jonas Paulsson
2018-01-10
1
-0
/
+86
*
[SystemZ] Check for legality before doing LOAD AND TEST transformations.
Jonas Paulsson
2018-01-10
1
-0
/
+52
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
2
-2
/
+2
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-2
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
2
-3
/
+3
*
[SystemZ] Bugfix in expandRxSBG()
Jonas Paulsson
2017-12-06
1
-0
/
+24
*
[SystemZ] Validate shifted compare value in adjustForTestUnderMask
Ulrich Weigand
2017-12-05
1
-0
/
+22
*
[SystemZ] set 'guessInstructionProperties = 0' and set flags as needed.
Jonas Paulsson
2017-12-05
4
-17
/
+31
*
[Regalloc] Generate and store multiple regalloc hints.
Jonas Paulsson
2017-12-05
3
-18
/
+13
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
10
-93
/
+93
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
5
-98
/
+98
*
[SystemZ] Bugfix in adjustSubwordCmp.
Jonas Paulsson
2017-11-30
1
-0
/
+192
[next]