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
/
AlphaISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2007-08-31
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-06-22
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-19
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
Dan Gohman
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-01-24
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
Andrew Lenharth
2007-01-24
Fix unordered fp on alpha
Andrew Lenharth
2007-01-19
For PR1043:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-19
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-10-31
more shotenning
Andrew Lenharth
2006-10-31
Let us play simplify the td file (and fix a few missed sub and mul patterns).
Andrew Lenharth
2006-10-20
For PR950:
Reid Spencer
2006-10-11
Reduce the amount of state in the lowering code and drop old pattern ISel fun...
Andrew Lenharth
2006-10-11
Use cute tblgen tricks to make zap handling more powerful. Specifically,
Chris Lattner
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-08-27
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-26
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
Match tblgen changes.
Evan Cheng
2006-08-16
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-07
Match tablegen isel changes.
Evan Cheng
2006-07-28
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-06-21
Add memory operand and int regs
Andrew Lenharth
2006-06-13
I am sure I had commited this workaround before. Perhaps soon I should sort ...
Andrew Lenharth
2006-06-13
It really helps to be returning to the correct place
Andrew Lenharth
2006-05-26
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-25
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-24
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-18
Fix a bogus gcc warning
Andrew Lenharth
2006-04-08
Initialize SDOperand values because the gcc 4.0.2 compiler complains about
Reid Spencer
2006-04-03
support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4
Andrew Lenharth
2006-04-03
mul by const conversion sequences. more coming soon
Andrew Lenharth
2006-03-25
#include Intrinsics.h into all dag isels
Chris Lattner
2006-02-13
improved zap discovery
Andrew Lenharth
2006-02-09
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
Change Select() from
Evan Cheng
2006-02-05
Use SelectRoot() as entry of any tblgen based isel.
Evan Cheng
2006-01-29
Update alpha to reflect recent constantfp legalize changes. It's not clear
Chris Lattner
2006-01-27
Switch to AlphaISD::CALL instead of ISD::CALL
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-16
stack and rpcc
Andrew Lenharth
2006-01-06
make 0 codegen much better
Andrew Lenharth
2006-01-02
typeo
Andrew Lenharth
2006-01-01
Move brcond over and fix some imm patterns. This may be the last change befo...
Andrew Lenharth
2005-12-30
improve constant loading. Still sucks, but oh well
Andrew Lenharth
2005-12-25
add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG
Andrew Lenharth
[next]