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
/
lib
/
Target
/
SystemZ
/
SystemZInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix imm printing for logical instructions.
Anton Korobeynikov
2011-02-01
1
-24
/
+24
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-4
/
+4
*
Remove isTwoAddress from SystemZ.
Eric Christopher
2010-06-21
1
-6
/
+7
*
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-28
1
-2
/
+2
*
Improve systemz to model cmp and ucmp nodes as returning
Chris Lattner
2010-03-28
1
-37
/
+27
*
set SDNPVariadic on nodes throughout the rest of the targets that
Chris Lattner
2010-03-19
1
-1
/
+1
*
fix a type compatibility bug. imm is i32 in the input
Chris Lattner
2010-03-08
1
-1
/
+2
*
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
1
-1
/
+1
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
1
-1
/
+1
*
Update SystemZ to use PSW following the way x86 uses EFLAGS. Besides
Dan Gohman
2009-10-28
1
-25
/
+25
*
Some dummy cost model for s390x:
Anton Korobeynikov
2009-08-22
1
-0
/
+4
*
Typo :(
Anton Korobeynikov
2009-08-21
1
-2
/
+2
*
Correct instruction names for subtract-with-borrow
Anton Korobeynikov
2009-08-21
1
-2
/
+2
*
Convert bswap test to filecheck, add more test entries & convert stuff to fil...
Anton Korobeynikov
2009-08-05
1
-1
/
+1
*
Add memory versions of some instructions.
Anton Korobeynikov
2009-08-05
1
-6
/
+83
*
Add carry producing / using versions of add / sub
Anton Korobeynikov
2009-07-18
1
-6
/
+63
*
Provide expansion for ct* intrinsics
Anton Korobeynikov
2009-07-18
1
-0
/
+12
*
Temporary disable 16 bit bswap
Anton Korobeynikov
2009-07-16
1
-3
/
+4
*
Add instruction formats and few opcodes
Anton Korobeynikov
2009-07-16
1
-490
/
+619
*
Add bswap patterns
Anton Korobeynikov
2009-07-16
1
-0
/
+18
*
Provide crazy pseudos for regpairs spills / reloads
Anton Korobeynikov
2009-07-16
1
-1
/
+30
*
Revert the commit, it just hides the real bug
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Out GR128 regclass is not a 'real' i128 one.
Anton Korobeynikov
2009-07-16
1
-3
/
+3
*
Handle bitconverts
Anton Korobeynikov
2009-07-16
1
-4
/
+5
*
Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...
Anton Korobeynikov
2009-07-16
1
-2
/
+1
*
Handle FP callee-saved regs
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Implement all comparisons
Anton Korobeynikov
2009-07-16
1
-7
/
+30
*
Add constpool lowering / printing
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Fix fallout from prev. patch
Anton Korobeynikov
2009-07-16
1
-4
/
+4
*
Use divide single for 32 bit signed divides
Anton Korobeynikov
2009-07-16
1
-4
/
+4
*
Implement 'large' PIC model
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Implement shifts properly (hopefilly - finally!)
Anton Korobeynikov
2009-07-16
1
-17
/
+5
*
Remove redundand register move
Anton Korobeynikov
2009-07-16
1
-0
/
+8
*
Properly handle divides. As a bonus - implement memory versions of them.
Anton Korobeynikov
2009-07-16
1
-60
/
+26
*
Fix epic fail: full-width muls are not commutable. This unbreaks bunch of stu...
Anton Korobeynikov
2009-07-16
1
-2
/
+1
*
32 bit rotate is not twoaddr instruction
Anton Korobeynikov
2009-07-16
1
-2
/
+1
*
32 bit shifts have only 12 bit displacements
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Unbreak indirect branches
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
All calls clobbers R14
Anton Korobeynikov
2009-07-16
1
-3
/
+3
*
Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.
Anton Korobeynikov
2009-07-16
1
-8
/
+10
*
Add support for 12 bit displacements
Anton Korobeynikov
2009-07-16
1
-62
/
+101
*
Add jump tables
Anton Korobeynikov
2009-07-16
1
-11
/
+10
*
Exapnd br_jt into indirect branch. Provide pattern for indirect branches.
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Implement 64 bit immediates
Anton Korobeynikov
2009-07-16
1
-0
/
+4
*
Add rotates
Anton Korobeynikov
2009-07-16
1
-1
/
+11
*
Add patterns for integer negate
Anton Korobeynikov
2009-07-16
1
-0
/
+15
*
Provide proper patterns for and with imm instructions. Tune the tests accordi...
Anton Korobeynikov
2009-07-16
1
-241
/
+15
*
Add 32 bit and reg-imm and disable invalid patterns for now
Anton Korobeynikov
2009-07-16
1
-2
/
+27
*
Add z9 and z10 target processors. Mark z10-only instructions as such.
Anton Korobeynikov
2009-07-16
1
-9
/
+20
*
Fix MUL64rm instruction asmprinting
Anton Korobeynikov
2009-07-16
1
-1
/
+1
[next]