index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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