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
/
lib
/
Target
/
SystemZ
/
SystemZISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Use preferred 16-byte function alignment
Ulrich Weigand
2018-04-24
1
-0
/
+2
*
[SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC).
Jonas Paulsson
2018-03-19
1
-0
/
+4
*
[SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode()
Jonas Paulsson
2018-03-17
1
-19
/
+289
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
1
-1
/
+1
*
[SystemZ] Allow LRV/STRV with volatile memory accesses
Ulrich Weigand
2018-03-02
1
-6
/
+1
*
[SystemZ] Support stackmaps and patchpoints
Ulrich Weigand
2018-03-02
1
-0
/
+11
*
[SystemZ] Support vector registers in inline asm
Ulrich Weigand
2018-03-02
1
-8
/
+35
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[SystemZ] Check the bitwidth before calling isInt/isUInt.
Jonas Paulsson
2018-01-31
1
-1
/
+2
*
[SystemZ] Fix bootstrap failure due to invalid DAG loop
Ulrich Weigand
2018-01-22
1
-2
/
+21
*
[SystemZ] Directly use CC result of compare-and-swap
Ulrich Weigand
2018-01-19
1
-0
/
+124
*
[SystemZ] Rework IPM sequence generation
Ulrich Weigand
2018-01-19
1
-122
/
+58
*
[SystemZ] Implement computeKnownBitsForTargetNode
Ulrich Weigand
2018-01-19
1
-0
/
+24
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[SystemZ] Validate shifted compare value in adjustForTestUnderMask
Ulrich Weigand
2017-12-05
1
-0
/
+2
*
[SystemZ] Bugfix in adjustSubwordCmp.
Jonas Paulsson
2017-11-30
1
-4
/
+11
*
[SystemZ] Fix fall-out from r314428
Ulrich Weigand
2017-09-28
1
-0
/
+6
*
[SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
Ulrich Weigand
2017-09-28
1
-17
/
+45
*
[SystemZ] Fix truncstore + bswap codegen bug
Ulrich Weigand
2017-09-19
1
-1
/
+2
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+1
*
[LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess()
Jonas Paulsson
2017-08-09
1
-15
/
+9
*
[SystemZ] Add support for 128-bit atomic load/store/cmpxchg
Ulrich Weigand
2017-08-04
1
-0
/
+119
*
[SystemZ] Eliminate unnecessary serialization operations
Ulrich Weigand
2017-08-04
1
-9
/
+9
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-38
/
+110
*
[SystemZ] Add support for IBM z14 processor (3/3)
Ulrich Weigand
2017-07-17
1
-3
/
+25
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-8
/
+43
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-1
/
+24
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-2
/
+2
*
[SystemZ] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+2
*
[SystemZ] Simplify handling of 128-bit multiply/divide instruction
Ulrich Weigand
2017-07-05
1
-55
/
+36
*
[SystemZ] Add a check against zero before calling getTestUnderMaskCond()
Jonas Paulsson
2017-06-26
1
-0
/
+2
*
[SystemZ] Remove unnecessary serialization before volatile loads
Ulrich Weigand
2017-06-23
1
-8
/
+5
*
[SystemZ] Propagate MachineMemOperands
Jonas Paulsson
2017-06-07
1
-6
/
+19
*
[SystemZ] Improve buildVector() in SystemZISelLowering.cpp.
Jonas Paulsson
2017-05-29
1
-19
/
+41
*
[SystemZ] Implement getRepRegClassFor()
Jonas Paulsson
2017-05-10
1
-0
/
+9
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-3
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-9
/
+10
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-0
/
+4
*
[SystemZ] Check for presence of vector support in SystemZISelLowering
Jonas Paulsson
2017-04-07
1
-2
/
+5
*
[SystemZ] Remove confusing comment in combineEXTRACT_VECTOR_ELT()
Jonas Paulsson
2017-04-07
1
-2
/
+0
*
[SystemZ] Prevent Merging Bitcast with non-normal loads
Nirav Dave
2017-04-05
1
-2
/
+3
*
[SystemZ] Skip DAGCombining of vector node for older subtargets.
Jonas Paulsson
2017-03-31
1
-0
/
+6
*
[SystemZ] Add check VT.isSimple() in canTreateAsByteVector()
Jonas Paulsson
2017-03-07
1
-1
/
+1
*
[SystemZ] Add comment for ISD::FP_TO_UINT expansion.
Jonas Paulsson
2017-02-02
1
-0
/
+3
*
[SystemZ] Gracefully fail in GeneralShuffle::add() instead of assertion.
Jonas Paulsson
2017-01-24
1
-12
/
+22
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-19
/
+37
*
[SystemZ] Improve isFoldableMemAccessOffset().
Jonas Paulsson
2017-01-11
1
-2
/
+20
*
[SystemZ] Improve use of conditional instructions
Ulrich Weigand
2016-11-28
1
-3
/
+21
*
[SystemZ] Model access registers as LLVM registers
Ulrich Weigand
2016-11-08
1
-5
/
+3
[next]