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
/
test
/
CodeGen
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Bugfix in emitSelect()
Jonas Paulsson
2020-02-12
1
-0
/
+43
*
[FPEnv] Fix chain handling regression after 04a8696
Ulrich Weigand
2020-01-14
1
-3
/
+61
*
[FPEnv] Fix chain handling for fpexcept.strict nodes
Ulrich Weigand
2020-01-13
2
-274
/
+278
*
[SystemZ] Fix matching another pattern for nxgrk (PR44496)
Ulrich Weigand
2020-01-09
1
-0
/
+26
*
[SystemZ] Extend fp-strict-alias test case
Ulrich Weigand
2020-01-07
1
-14
/
+85
*
[SystemZ] Fix python failure in test case
Ulrich Weigand
2020-01-07
1
-1
/
+1
*
[SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.
Jonas Paulsson
2020-01-02
2
-71
/
+84
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
9
-11
/
+11
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[FPEnv][X86] More strict int <-> FP conversion fixes
Ulrich Weigand
2019-12-23
2
-6
/
+6
*
[SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).
Jonas Paulsson
2019-12-20
2
-2
/
+56
*
[SystemZ] Bugfix and improve the handling of CC values.
Jonas Paulsson
2019-12-20
5
-44
/
+379
*
[SystemZ][FPEnv] Enable strict vector FP extends/truncations
Ulrich Weigand
2019-12-20
2
-12
/
+70
*
[SystemZ] Recognize mrecord-mcount in backend
Jonas Paulsson
2019-12-19
2
-0
/
+42
*
[FPEnv] Strict versions of llvm.minimum/llvm.maximum
Ulrich Weigand
2019-12-18
2
-0
/
+136
*
[Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.
Jonas Paulsson
2019-12-18
2
-3
/
+2
*
[FPEnv] Remove unnecessary rounding mode argument for constrained intrinsics
Ulrich Weigand
2019-12-17
8
-180
/
+92
*
[SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP
Ulrich Weigand
2019-12-17
8
-5
/
+421
*
[SystemZ] Improve verification of MachineOperands.
Jonas Paulsson
2019-12-16
1
-0
/
+72
*
[SystemZ] Implement the packed stack layout
Jonas Paulsson
2019-12-12
7
-186
/
+274
*
[SystemZ] Add llvm.minimum / llvm.maximum tests
Ulrich Weigand
2019-12-11
2
-32
/
+148
*
[SystemZ] Fix 128-bit strict FMA expansion pre-z14
Ulrich Weigand
2019-12-11
3
-0
/
+123
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
18
-0
/
+4814
*
[TargetLowering] Fix another potential FPE in expandFP_TO_UINT
Craig Topper
2019-12-06
2
-24
/
+42
*
[FPEnv][SelectionDAG] Relax chain requirements
Ulrich Weigand
2019-12-06
3
-451
/
+617
*
[RegisterCoalescer] Fix the creation of subranges when rematerialization is used
Quentin Colombet
2019-12-05
1
-0
/
+46
*
[SelectionDAG] Expand nnan FMINNUM/FMAXNUM to select sequence
Ulrich Weigand
2019-12-04
1
-0
/
+62
*
[SystemZ] Return the right offsets from getCalleeSavedSpillSlots().
Jonas Paulsson
2019-11-25
1
-4
/
+13
*
[SystemZ] Avoid mixing strict and non-strict FP operations in tests
Ulrich Weigand
2019-11-20
7
-74
/
+215
*
[SystemZ] Use fneg in test cases
Ulrich Weigand
2019-11-20
22
-98
/
+88
*
[LegalizeDAG] Convert strict fp nodes to libcalls without losing the chain.
Craig Topper
2019-11-18
1
-165
/
+116
*
[X86] Add more add/sub carry tests
David Zarzycki
2019-11-12
2
-2
/
+2
*
[SystemZ] Add GHC calling convention
Ulrich Weigand
2019-11-04
7
-0
/
+184
*
[SystemZ] Improve handling of huge PC relative immediate offsets.
Jonas Paulsson
2019-11-04
1
-0
/
+31
*
[FPEnv] Strict FP tests should use the requisite function attributes.
Kevin P. Neal
2019-10-04
62
-992
/
+1077
*
[SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.
Jonas Paulsson
2019-09-30
1
-0
/
+29
*
Change -march=systemz to triple and fix test
Kai Nacke
2019-09-27
2
-6
/
+4
*
[SystemZ] Recognize mnop-mcount in backend
Jonas Paulsson
2019-09-26
2
-0
/
+37
*
[SystemZ] Improve emitSelect()
Jonas Paulsson
2019-09-25
4
-70
/
+92
*
[SystemZ] Support z15 processor name
Ulrich Weigand
2019-09-20
20
-26
/
+26
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
19
-19
/
+19
*
[BPI] Adjust the probability for floating point unordered comparison
Guozhi Wei
2019-09-10
1
-1
/
+2
*
[SystemZ] Recognize INLINEASM_BR in backend
Jonas Paulsson
2019-09-05
1
-2
/
+2
*
[SystemZ] Recognize INLINEASM_BR in backend.
Jonas Paulsson
2019-09-03
1
-0
/
+15
*
[SystemZ] Add support for fentry.
Jonas Paulsson
2019-09-03
1
-0
/
+29
*
[SystemZ] Support constrained fpto[su]i intrinsics
Ulrich Weigand
2019-09-02
8
-0
/
+505
*
[SystemZ] Regenerate <8 x i31> store test
Simon Pilgrim
2019-07-29
1
-32
/
+33
*
[TargetLowering] Add SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-23
1
-6
/
+6
*
[Strict FP] Allow more relaxed scheduling
Ulrich Weigand
2019-07-16
2
-87
/
+165
*
[SystemZ] Fix addcarry of addcarry of const carry (PR42606)
Nikita Popov
2019-07-12
1
-0
/
+35
[next]