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] 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
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-2
/
+1
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-6
/
+6
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-7
/
+5
*
Fix SystemZ hang caused by r279105
Elliot Colp
2016-08-23
1
-29
/
+24
*
[SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround
Michael Kuperstein
2016-08-18
1
-2
/
+2
*
Fix SystemZ compilation abort caused by negative AND mask
Elliot Colp
2016-08-18
1
-3
/
+34
*
[LoopStrenghtReduce] Refactoring and addition of a new target cost function.
Jonas Paulsson
2016-08-17
1
-0
/
+23
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-11
/
+11
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-47
/
+31
*
[SystemZ] Utilize Test Data Class instructions.
Marcin Koscielnicki
2016-07-10
1
-0
/
+5
*
[SystemZ] Remove AND mask of bottom 6 bits when result is used for shift/rotate
Elliot Colp
2016-07-06
1
-1
/
+54
*
[SystemZ] Move misplaced SystemZ::TDC to non-memory opcode range.
Marcin Koscielnicki
2016-07-02
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-125
/
+117
*
[SystemZ] Split up PerformDAGCombine. [NFC]
Marcin Koscielnicki
2016-06-30
1
-142
/
+176
*
[SystemZ] Add floating-point test data class instructions.
Marcin Koscielnicki
2016-06-29
1
-0
/
+1
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-2
/
+1
[next]