index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
1
-0
/
+40
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
1
-0
/
+34
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
1
-0
/
+115
*
[SystemZ] Extend test-under-mask support to high GR32s
Richard Sandiford
2013-10-01
1
-0
/
+29
*
[SystemZ] Extend 32-bit RISBG optimizations to high words
Richard Sandiford
2013-10-01
1
-0
/
+25
*
[SystemZ] Extend pseudo conditional 8- and 16-bit stores to high words
Richard Sandiford
2013-10-01
1
-0
/
+32
*
[SystemZ] Add test missing from r191764.
Richard Sandiford
2013-10-01
1
-0
/
+30
*
[SystemZ] Allow integer AND involving high words
Richard Sandiford
2013-10-01
1
-0
/
+63
*
[SystemZ] Allow integer XOR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+42
*
[SystemZ] Allow integer OR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+42
*
[SystemZ] Allow integer insertions with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+38
*
[SystemZ] Allow selects with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+28
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
1
-0
/
+57
*
[SystemZ] Add register zero extensions involving at least one high word
Richard Sandiford
2013-10-01
2
-0
/
+388
*
[SystemZ] Add truncating high-word stores (STCH and STHH)
Richard Sandiford
2013-10-01
1
-0
/
+46
*
[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)
Richard Sandiford
2013-10-01
1
-0
/
+48
*
[SystemZ] Add sign-extending high-word loads (LBH and LHH)
Richard Sandiford
2013-10-01
1
-0
/
+48
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-0
/
+52
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
1
-6
/
+8
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-2
/
+4
*
[SystemZ] Rein back the use of block operations
Richard Sandiford
2013-09-27
3
-121
/
+73
*
[SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
2013-09-27
1
-0
/
+35
*
[SystemZ] Add unsigned compare-and-branch instructions
Richard Sandiford
2013-09-18
25
-154
/
+781
*
[SystemZ] Improve extload handling
Richard Sandiford
2013-09-16
1
-2
/
+2
*
[SystemZ] Try to fold shifts into TMxx
Richard Sandiford
2013-09-13
2
-0
/
+80
*
[SystemZ] Add TM and TMY
Richard Sandiford
2013-09-10
1
-0
/
+245
*
[SystemZ] Tweak integer comparison code
Richard Sandiford
2013-09-06
1
-0
/
+101
*
[SystemZ] Use XC for a memset of 0
Richard Sandiford
2013-09-06
1
-42
/
+26
*
[SystemZ] Add NC, OC and XC
Richard Sandiford
2013-09-05
3
-0
/
+511
*
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
2013-09-03
1
-0
/
+352
*
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
2013-08-28
3
-2
/
+294
*
[SystemZ] Extend memcmp support to all constant lengths
Richard Sandiford
2013-08-28
2
-4
/
+96
*
[SystemZ] Extend memcpy and memset support to all constant lengths
Richard Sandiford
2013-08-27
5
-29
/
+224
*
[SystemZ] Add basic prefetch support
Richard Sandiford
2013-08-23
1
-0
/
+87
*
[SystemZ] Try reversing comparisons whose first operand is in memory
Richard Sandiford
2013-08-23
18
-2
/
+430
*
[SystemZ] Prefer LHI;ST... over LAY;MV...
Richard Sandiford
2013-08-23
6
-48
/
+49
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
2
-1
/
+31
*
[SystemZ] Define remainig *MUL_LOHI patterns
Richard Sandiford
2013-08-21
2
-3
/
+63
*
[SystemZ] Use FI[EDX]BRA for codegen
Richard Sandiford
2013-08-21
2
-6
/
+315
*
[SystemZ] Use SRST to optimize memchr
Richard Sandiford
2013-08-20
2
-0
/
+78
*
Fix test typo and add usual "br %r14" test
Richard Sandiford
2013-08-20
1
-1
/
+2
*
Fix overly pessimistic shortcut in post-RA MachineLICM
Richard Sandiford
2013-08-20
1
-0
/
+22
*
[SystemZ] Add negative integer absolute (load negative)
Richard Sandiford
2013-08-19
1
-0
/
+91
*
[SystemZ] Add integer absolute (load positive)
Richard Sandiford
2013-08-19
1
-0
/
+83
*
[SystemZ] Add support for sibling calls
Richard Sandiford
2013-08-19
3
-154
/
+125
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
2
-0
/
+78
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
1
-0
/
+50
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
2
-0
/
+142
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
2
-1
/
+136
*
[SystemZ] Fix sign of integer memcmp result
Richard Sandiford
2013-08-16
1
-8
/
+7
[next]