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
/
AlphaInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-06-13
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-08
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-05-21
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-18
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-10-31
more shotenning
Andrew Lenharth
2006-10-31
Add all that branch mangling niftiness
Andrew Lenharth
2006-10-24
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
implement uncond branch insertion so alpha works work branchfolding.
Chris Lattner
2006-03-09
these are copies too
Andrew Lenharth
2006-02-03
isStoreToStackSlot
Andrew Lenharth
2006-02-02
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2005-11-09
whatever. Intermediate patch to see what breaks. Seems ok.
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-05
Make the rest of file header comments consistent in format and style
Misha Brukman
2005-01-26
initial fp support
Andrew Lenharth
2005-01-24
Clean ups, and taught the instruction selector about immediate forms
Andrew Lenharth
2005-01-22
Let me introduce you to the early stages of the llvm backend for the alpha pr...
Andrew Lenharth