index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
/
SystemZRegisterInfo.td
Age
Commit message (
Expand
)
Author
2013-05-06
[SystemZ] Add back end
Ulrich Weigand
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-06-17
Allocate SystemZ callee-saved registers backwards: R13-R6
Jakob Stoklund Olesen
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
Remove custom allocation orders in SystemZ.
Jakob Stoklund Olesen
2011-05-30
Remove the DwarfNumbers from the subregisters. They should use DW_OP_bit_piece
Rafael Espindola
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-05-28
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Use SubRegIndex in SystemZ.
Jakob Stoklund Olesen
2009-07-16
Out GR128 regclass is not a 'real' i128 one.
Anton Korobeynikov
2009-07-16
Add FP regs
Anton Korobeynikov
2009-07-16
Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...
Anton Korobeynikov
2009-07-16
Properly handle divides. As a bonus - implement memory versions of them.
Anton Korobeynikov
2009-07-16
Add proper register aliases
Anton Korobeynikov
2009-07-16
Fix thinko
Anton Korobeynikov
2009-07-16
Fix epic bug with invalid regclass for R0D
Anton Korobeynikov
2009-07-16
More register pairs (now 32 bit ones)
Anton Korobeynikov
2009-07-16
Add even-odd register pairs
Anton Korobeynikov
2009-07-16
Change register allocation order to reduce amount of callee-saved regs to be ...
Anton Korobeynikov
2009-07-16
Change register allocation order, so R0 will be allocated the last among scra...
Anton Korobeynikov
2009-07-16
Add shifts and reg-imm address matching
Anton Korobeynikov
2009-07-16
Add bunch of 32-bit patterns... Uffff :)
Anton Korobeynikov
2009-07-16
Add 32 bit subregs
Anton Korobeynikov
2009-07-16
Add add reg-reg and reg-imm patterns
Anton Korobeynikov
2009-07-16
Let's start another backend :)
Anton Korobeynikov