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
/
SystemZInstrFormats.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).
Jonas Paulsson
2019-12-20
1
-3
/
+12
*
[SystemZ] Bugfix and improve the handling of CC values.
Jonas Paulsson
2019-12-20
1
-3
/
+12
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-83
/
+83
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-83
/
+83
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-83
/
+83
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-5
/
+110
*
[SystemZ] Support vector load/store alignment hints
Ulrich Weigand
2019-06-19
1
-10
/
+42
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
1
-67
/
+137
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SystemZ] "Generic" vector assembler instructions shoud clobber CC
Ulrich Weigand
2018-12-20
1
-9
/
+14
*
[SystemZ] Bugfix for MVCLoop CC clobbering.
Jonas Paulsson
2018-05-07
1
-1
/
+1
*
[SystemZ] Do not use glue to represent condition code dependencies
Ulrich Weigand
2018-04-30
1
-26
/
+52
*
[SystemZ] Refactor some VT casts in DAG match patterns
Ulrich Weigand
2018-04-30
1
-59
/
+59
*
[SystemZ] Improve handling of Select pseudo-instructions
Ulrich Weigand
2018-04-30
1
-2
/
+6
*
[SystemZ] Remove scheduling info from some Pseudo instructions (NFC).
Jonas Paulsson
2018-04-27
1
-1
/
+2
*
[SystemZ] set 'guessInstructionProperties = 0' and set flags as needed.
Jonas Paulsson
2017-12-05
1
-3
/
+11
*
[SystemZ] Add support for IBM z14 processor (3/3)
Ulrich Weigand
2017-07-17
1
-2
/
+2
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-10
/
+316
*
[SystemZ] Add all remaining instructions
Ulrich Weigand
2017-06-30
1
-0
/
+106
*
[SystemZ] Add decimal floating-point instructions
Ulrich Weigand
2017-05-30
1
-0
/
+57
*
[SystemZ] Add hexadecimal floating-point instructions
Ulrich Weigand
2017-05-30
1
-9
/
+31
*
[SystemZ] Add miscellaneous instructions
Ulrich Weigand
2017-05-10
1
-0
/
+11
*
[SystemZ] Add missing arithmetic instructions
Ulrich Weigand
2017-05-10
1
-0
/
+71
*
[SystemZ] Add decimal integer instructions
Ulrich Weigand
2017-05-10
1
-2
/
+91
*
[SystemZ] Add crypto instructions
Ulrich Weigand
2017-05-10
1
-0
/
+26
*
[SystemZ] Add translate/convert instructions
Ulrich Weigand
2017-05-10
1
-0
/
+49
*
[SystemZ] Add missing memory/string instructions
Ulrich Weigand
2017-05-10
1
-10
/
+41
*
[SystemZ] Support remaining atomic instructions
Ulrich Weigand
2016-12-02
1
-0
/
+29
*
[SystemZ] Support floating-point control register instructions
Ulrich Weigand
2016-12-02
1
-5
/
+27
*
[SystemZ] Refactor hasSideEffects setting
Ulrich Weigand
2016-12-02
1
-30
/
+9
*
[SystemZ] Support execution hint instructions
Ulrich Weigand
2016-11-28
1
-0
/
+65
*
[SystemZ] Add remaining branch instructions
Ulrich Weigand
2016-11-28
1
-7
/
+84
*
[SystemZ] Improve use of conditional instructions
Ulrich Weigand
2016-11-28
1
-71
/
+128
*
[SystemZ] Support CL(G)T instructions
Ulrich Weigand
2016-11-11
1
-0
/
+25
*
[SystemZ] Add program mask and addressing mode instructions
Ulrich Weigand
2016-11-08
1
-0
/
+7
*
[SystemZ] Always use semantic instruction classes
Ulrich Weigand
2016-11-08
1
-2
/
+139
*
[SystemZ] Refactor InstRR* instruction format patterns
Ulrich Weigand
2016-11-08
1
-65
/
+98
*
[SystemZ] Rename some Inst* instruction format classes
Ulrich Weigand
2016-11-08
1
-84
/
+84
*
[SystemZ] Refactor branch and conditional instruction patterns
Ulrich Weigand
2016-11-08
1
-85
/
+596
*
[SystemZ] Fix encoding of MVCK and .insn ss
Ulrich Weigand
2016-10-31
1
-3
/
+3
*
[SystemZ] Do not use LOC(G) for volatile loads
Ulrich Weigand
2016-10-25
1
-1
/
+1
*
[SystemZ] Post-RA scheduler implementation
Jonas Paulsson
2016-10-20
1
-2
/
+4
*
[SystemZ] Add missing vector instructions for the assembler
Ulrich Weigand
2016-10-19
1
-5
/
+178
*
[SystemZ] Add optional argument to some vector string instructions
Ulrich Weigand
2016-10-19
1
-27
/
+69
*
[SystemZ] Add support for the .insn directive
Zhan Jun Liau
2016-08-08
1
-0
/
+190
*
[SystemZ] Add missing classes and instructions
Zhan Jun Liau
2016-08-05
1
-0
/
+82
*
[SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities
Zhan Jun Liau
2016-07-11
1
-0
/
+30
*
[SystemZ] Add support for missing instructions
Zhan Jun Liau
2016-07-08
1
-4
/
+74
*
[SystemZ] Add floating-point test data class instructions.
Marcin Koscielnicki
2016-06-29
1
-0
/
+12
*
[SystemZ] Support Compare and Traps
Zhan Jun Liau
2016-06-10
1
-0
/
+34
[next]