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
/
AlphaISelLowering.cpp
Age
Commit message (
Expand
)
Author
2006-08-11
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.
Chris Lattner
2006-07-03
These are already implemented
Andrew Lenharth
2006-06-27
this case isn't handled
Andrew Lenharth
2006-06-21
Add memory operand and int regs
Andrew Lenharth
2006-06-21
inline asm, at least for floats
Andrew Lenharth
2006-06-21
fix argument problem
Andrew Lenharth
2006-06-13
It really helps to be returning to the correct place
Andrew Lenharth
2006-06-12
Let the alpha breakage begin. First Formals and RET. next Calls
Andrew Lenharth
2006-05-16
Move this code to a common place
Andrew Lenharth
2006-05-12
remove dead variable.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-06
This may be overconservative, but it lets the new cfe compile
Andrew Lenharth
2006-04-06
fix some linking problems with the new gcc
Andrew Lenharth
2006-04-03
mul by const conversion sequences. more coming soon
Andrew Lenharth
2006-04-02
This makes McCat/12-IOtest go 8x faster or so
Andrew Lenharth
2006-04-02
This will be needed soon
Andrew Lenharth
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-09
fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i...
Andrew Lenharth
2006-03-05
Copysign needs to be expanded everywhere. Note that Alpha and IA64 should
Chris Lattner
2006-02-13
Switch targets over to using SelectionDAG::getCALLSEQ_START to create
Chris Lattner
2006-02-01
Fix some of the stuff in the PPC README file, and clean up legalization
Nate Begeman
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-29
Update alpha to reflect recent constantfp legalize changes. It's not clear
Chris Lattner
2006-01-28
Implement Promote for VAARG, and allow it to be custom promoted for people
Nate Begeman
2006-01-27
Switch to AlphaISD::CALL instead of ISD::CALL
Chris Lattner
2006-01-25
oops
Andrew Lenharth
2006-01-25
forgot one
Andrew Lenharth
2006-01-25
make things compile again
Andrew Lenharth
2006-01-25
First part of bug 680:
Nate Begeman
2006-01-23
bye bye Pattern ISEL
Andrew Lenharth
2006-01-23
added stores to lsmark
Andrew Lenharth
2006-01-23
fix up more lsmark stuff
Andrew Lenharth
2006-01-23
yea, lowering this stuff will basically work
Andrew Lenharth
2006-01-19
typo
Andrew Lenharth
2006-01-16
stack and rpcc
Andrew Lenharth
2006-01-16
Friendly names
Andrew Lenharth
2006-01-14
bswap implementation
Nate Begeman
2006-01-13
expand unsupported stacksave/stackrestore nodes
Chris Lattner
2006-01-11
Add bswap, rotl, and rotr nodes
Nate Begeman
2006-01-05
Had expand logic backward.
Jim Laskey
2006-01-05
Added initial support for DEBUG_LABEL allowing debug specific labels to be
Jim Laskey
2005-12-25
All that just to lower div and rem
Andrew Lenharth
2005-12-24
All addressing modes are now exposed. The only remaining relocated forms
Andrew Lenharth
2005-12-24
Let's see if we can break things.
Andrew Lenharth
2005-12-21
Disengage DEBUG_LOC from non-PPC targets.
Jim Laskey
2005-11-30
Make typesafe that which isn't: FCMOVxx
Andrew Lenharth
2005-11-30
FPSelect and more custom lowering
Andrew Lenharth
2005-11-30
All sorts of stuff.
Andrew Lenharth
2005-11-29
No targets support line number info yet.
Chris Lattner
[next]