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] Bugfix in emitSelect()
Jonas Paulsson
2020-02-12
1
-2
/
+3
*
[SystemZ][FPEnv] Enable strict vector FP extends/truncations
Ulrich Weigand
2019-12-20
1
-10
/
+58
*
[FPEnv] Strict versions of llvm.minimum/llvm.maximum
Ulrich Weigand
2019-12-18
1
-0
/
+2
*
[SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP
Ulrich Weigand
2019-12-17
1
-0
/
+15
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-1
/
+1
*
[SystemZ] Implement the packed stack layout
Jonas Paulsson
2019-12-12
1
-9
/
+5
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-1
/
+2
*
[SystemZ] Fix 128-bit strict FMA expansion pre-z14
Ulrich Weigand
2019-12-11
1
-6
/
+4
*
[SystemZ] Fix build bot failures
Ulrich Weigand
2019-12-07
1
-4
/
+4
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-38
/
+172
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-1
/
+1
*
[FPEnv] Add an option to disable strict float node mutating to an normal
Pengfei Wang
2019-11-21
1
-0
/
+3
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[SystemZ] Add GHC calling convention
Ulrich Weigand
2019-11-04
1
-0
/
+18
*
[SystemZ] Improve handling of huge PC relative immediate offsets.
Jonas Paulsson
2019-11-04
1
-11
/
+20
*
SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_c...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[SystemZ] Improve emitSelect()
Jonas Paulsson
2019-09-25
1
-33
/
+58
*
[SystemZ] Support z15 processor name
Ulrich Weigand
2019-09-20
1
-1
/
+1
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-25
/
+24
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-24
/
+25
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-25
/
+24
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-3
/
+3
*
[SystemZ] Call erase() on the right MBB in SystemZTargetLowering::emitSelect()
Jonas Paulsson
2019-09-16
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment] fix dubious min function alignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[SystemZ] Support constrained fpto[su]i intrinsics
Ulrich Weigand
2019-09-02
1
-0
/
+16
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-39
/
+39
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-1
/
+1
*
[SystemZ] Fix addcarry of addcarry of const carry (PR42606)
Nikita Popov
2019-07-12
1
-2
/
+14
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-13
/
+230
*
[SystemZ] Fix addcarry of usubo (PR42512)
Nikita Popov
2019-07-05
1
-0
/
+6
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-27
/
+27
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-4
/
+2
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+51
*
[SystemZ] Bugfix in SystemZTargetLowering::combineIntDIVREM()
Jonas Paulsson
2019-05-17
1
-1
/
+1
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-4
/
+2
*
Seperate volatility and atomicity/ordering in SelectionDAG
Philip Reames
2019-02-27
1
-0
/
+21
*
[SystemZ] Wait with selection of legal vector/FP constants until Select().
Jonas Paulsson
2019-02-26
1
-136
/
+111
*
Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."
Jonas Paulsson
2019-02-15
1
-0
/
+8
*
Revert "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."
Francis Visoiu Mistrih
2019-02-15
1
-8
/
+0
*
[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support.
Jonas Paulsson
2019-02-14
1
-0
/
+8
*
[SystemZ] Use VGM whenever possible to load FP immediates.
Jonas Paulsson
2019-02-12
1
-1
/
+31
*
[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
-21
/
+16
*
[SystemZ] Do not return INT_MIN from strcmp/memcmp
Ulrich Weigand
2019-02-06
1
-40
/
+81
*
[DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER.
Nirav Dave
2019-01-31
1
-0
/
+6
[next]