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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FPEnv] Default NoFPExcept SDNodeFlag to false
Ulrich Weigand
2020-01-02
1
-10
/
+26
*
[SystemZ][FPEnv] Enable strict vector FP extends/truncations
Ulrich Weigand
2019-12-20
1
-2
/
+2
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-8
/
+14
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[SystemZ] Fix typo
Ulrich Weigand
2019-11-04
1
-1
/
+1
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+10
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-0
/
+1
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
Seperate volatility and atomicity/ordering in SelectionDAG
Philip Reames
2019-02-27
1
-0
/
+1
*
[SystemZ] Wait with selection of legal vector/FP constants until Select().
Jonas Paulsson
2019-02-26
1
-3
/
+22
*
[SystemZ] Use VGM whenever possible to load FP immediates.
Jonas Paulsson
2019-02-12
1
-1
/
+3
*
[SystemZ] Improved handling of the @llvm.ctlz intrinsic.
Jonas Paulsson
2019-02-06
1
-0
/
+1
*
[SystemZ] Wait with VGBM selection until after DAGCombine2.
Jonas Paulsson
2019-02-06
1
-4
/
+2
*
[DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER.
Nirav Dave
2019-01-31
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SystemZ] Make better use of VLDEB
Ulrich Weigand
2018-12-20
1
-0
/
+1
*
[SystemZ] Increase the number of VLREPs
Jonas Paulsson
2018-11-13
1
-0
/
+1
*
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ...
Craig Topper
2018-11-05
1
-1
/
+1
*
[SystemZ] Simplify LRV/STRV ISD nodes
Ulrich Weigand
2018-10-30
1
-12
/
+2
*
[SystemZ] Improve handling and cost estimates of vector integer div/rem
Jonas Paulsson
2018-10-25
1
-0
/
+1
*
[SystemZ, TableGen] Fix shift count handling
Ulrich Weigand
2018-08-01
1
-1
/
+0
*
[SystemZ] Handle SADDO et.al. and ADD/SUBCARRY
Ulrich Weigand
2018-04-30
1
-0
/
+16
*
[SystemZ] Do not use glue to represent condition code dependencies
Ulrich Weigand
2018-04-30
1
-5
/
+5
*
[SystemZ] Improve handling of Select pseudo-instructions
Ulrich Weigand
2018-04-30
1
-2
/
+1
*
[SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode()
Jonas Paulsson
2018-03-17
1
-0
/
+6
*
[SystemZ] Support stackmaps and patchpoints
Ulrich Weigand
2018-03-02
1
-0
/
+1
*
[SystemZ] Directly use CC result of compare-and-swap
Ulrich Weigand
2018-01-19
1
-0
/
+2
*
[SystemZ] Rework IPM sequence generation
Ulrich Weigand
2018-01-19
1
-0
/
+2
*
[SystemZ] Implement computeKnownBitsForTargetNode
Ulrich Weigand
2018-01-19
1
-0
/
+8
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[SystemZ] Add support for the "o" inline asm constraint
Ulrich Weigand
2017-11-09
1
-0
/
+2
*
[SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
Ulrich Weigand
2017-09-28
1
-1
/
+5
*
[LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess()
Jonas Paulsson
2017-08-09
1
-1
/
+0
*
[SystemZ] Add support for 128-bit atomic load/store/cmpxchg
Ulrich Weigand
2017-08-04
1
-0
/
+18
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+2
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-0
/
+6
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-0
/
+1
*
[SystemZ] Simplify handling of 128-bit multiply/divide instruction
Ulrich Weigand
2017-07-05
1
-9
/
+6
*
[SystemZ] Remove unnecessary serialization before volatile loads
Ulrich Weigand
2017-06-23
1
-6
/
+0
*
[SystemZ] Implement getRepRegClassFor()
Jonas Paulsson
2017-05-10
1
-0
/
+2
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[SystemZ] Check for presence of vector support in SystemZISelLowering
Jonas Paulsson
2017-04-07
1
-0
/
+1
*
[SystemZ] Improve use of conditional instructions
Ulrich Weigand
2016-11-28
1
-1
/
+2
*
[SystemZ] Model access registers as LLVM registers
Ulrich Weigand
2016-11-08
1
-4
/
+0
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
[LoopStrenghtReduce] Refactoring and addition of a new target cost function.
Jonas Paulsson
2016-08-17
1
-0
/
+1
*
[SystemZ] Remove AND mask of bottom 6 bits when result is used for shift/rotate
Elliot Colp
2016-07-06
1
-0
/
+1
*
[SystemZ] Move misplaced SystemZ::TDC to non-memory opcode range.
Marcin Koscielnicki
2016-07-02
1
-6
/
+6
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-21
/
+14
*
[SystemZ] Split up PerformDAGCombine. [NFC]
Marcin Koscielnicki
2016-06-30
1
-0
/
+7
[next]