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
*
[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
*
[SystemZ] Remember to reset the NoPHIs property on MF in createPHIsForSelects()
Jonas Paulsson
2019-01-24
1
-0
/
+2
*
[SystemZ] Handle DBG_VALUE instructions in two places in backend.
Jonas Paulsson
2019-01-23
1
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SystemZ] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-15
/
+11
*
[SystemZ] Make better use of VLDEB
Ulrich Weigand
2018-12-20
1
-1
/
+50
*
[SystemZ] Increase the number of VLREPs
Jonas Paulsson
2018-11-13
1
-0
/
+42
*
[SystemZ] Replicate the load with most uses in buildVector()
Jonas Paulsson
2018-11-12
1
-8
/
+11
*
[SystemZ] Avoid inserting same value after replication
Jonas Paulsson
2018-11-09
1
-1
/
+3
*
[SystemZ] Simplify LRV/STRV ISD nodes
Ulrich Weigand
2018-10-30
1
-6
/
+6
*
[SystemZ] Improve handling and cost estimates of vector integer div/rem
Jonas Paulsson
2018-10-25
1
-0
/
+25
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-10
/
+10
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
[SystemZ] Replace subreg_r with subreg_h
Krzysztof Parzyszek
2018-08-15
1
-2
/
+2
*
[SystemZ, TableGen] Fix shift count handling
Ulrich Weigand
2018-08-01
1
-78
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELT
Simon Pilgrim
2018-07-17
1
-10
/
+26
*
[SystemZ] Bugfix in combineSTORE().
Jonas Paulsson
2018-05-25
1
-1
/
+1
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-3
/
+3
*
[SystemZ] Handle SADDO et.al. and ADD/SUBCARRY
Ulrich Weigand
2018-04-30
1
-0
/
+163
*
[SystemZ] Do not use glue to represent condition code dependencies
Ulrich Weigand
2018-04-30
1
-94
/
+192
*
[SystemZ] Improve handling of Select pseudo-instructions
Ulrich Weigand
2018-04-30
1
-17
/
+4
*
[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
[next]