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
/
Alpha
/
Alpha.td
Age
Commit message (
Expand
)
Author
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2009-07-19
Switch Alpha over to the new call lowering style. New code mostly
Eli Friedman
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-04-16
For PR1336:
Reid Spencer
2007-01-24
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
Andrew Lenharth
2006-05-18
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-17
Remove PointerType from class Target
Evan Cheng
2006-03-09
Alpha Scheduling classes
Andrew Lenharth
2006-01-27
Subtarget feature can now set any variable to any value
Evan Cheng
2006-01-27
PHI and INLINEASM are now built-in instructions provided by Target.td
Chris Lattner
2005-10-26
Add attribute name and type to SubtargetFeatures.
Jim Laskey
2005-10-23
Add subtarget feature/processor defns to the .td file
Chris Lattner
2005-06-23
remove a pseudo instruction, make ret always right, and fix vararg chains
Andrew Lenharth
2005-04-05
added lowerargs support for varargs
Andrew Lenharth
2005-02-05
Make the rest of file header comments consistent in format and style
Misha Brukman
2005-01-22
Let me introduce you to the early stages of the llvm backend for the alpha pr...
Andrew Lenharth