Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
3d2da9a426810e48fd797eaa385a5f072ccd5b69
/
lib
/
Target
/
Alpha
/
AlphaISelDAGToDAG.cpp
82c3d8f
Jimptables working again on alpha.
by Andrew Lenharth
· 19 years ago
0b828e0
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
by Evan Cheng
· 19 years ago
95514ba
SelectNodeTo now returns a SDNode*.
by Evan Cheng
· 19 years ago
9ade218
Select() no longer require Result operand by reference.
by Evan Cheng
· 19 years ago
6da2f32
Match tblgen changes.
by Evan Cheng
· 19 years ago
23329f5
SelectNodeTo() may return a SDOperand that is different from the input.
by Evan Cheng
· 19 years ago
64a752f
Match tablegen changes.
by Evan Cheng
· 19 years ago
2ef88a0
Match tablegen isel changes.
by Evan Cheng
· 19 years ago
2641cad
Remove InFlightSet hack. No longer needed.
by Evan Cheng
· 19 years ago
e37fe9b
Ensure that dump calls that are associated with asserts are removed from
by Jim Laskey
· 19 years ago
df97cc6
Add memory operand and int regs
by Andrew Lenharth
· 19 years ago
c8aba85
I am sure I had commited this workaround before. Perhaps soon I should sort it all out
by Andrew Lenharth
· 19 years ago
0e4dd01
It really helps to be returning to the correct place
by Andrew Lenharth
· 19 years ago
6848be1
Change RET node to include signness information of the return values. i.e.
by Evan Cheng
· 19 years ago
6a3d5a6
Assert if InflightSet is not cleared after instruction selecting a BB.
by Evan Cheng
· 19 years ago
afe358e
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
by Evan Cheng
· 19 years ago
d56aa55
Fix a bogus gcc warning
by Andrew Lenharth
· 19 years ago
4490de0
Initialize SDOperand values because the gcc 4.0.2 compiler complains about them.
by Reid Spencer
· 19 years ago
f87e793
support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4
by Andrew Lenharth
· 19 years ago
afe3f49
mul by const conversion sequences. more coming soon
by Andrew Lenharth
· 19 years ago
420736d
#include Intrinsics.h into all dag isels
by Chris Lattner
· 19 years ago
40ec503
improved zap discovery
by Andrew Lenharth
· 19 years ago
7e9b26f
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
by Evan Cheng
· 20 years ago
3416721
Change Select() from
by Evan Cheng
· 20 years ago
ba2f0a9
Use SelectRoot() as entry of any tblgen based isel.
by Evan Cheng
· 20 years ago
08a9022
Update alpha to reflect recent constantfp legalize changes. It's not clear
by Chris Lattner
· 20 years ago
2d90bd5
Switch to AlphaISD::CALL instead of ISD::CALL
by Chris Lattner
· 20 years ago
2c2c6c6
Add explicit #includes of <iostream>
by Chris Lattner
· 20 years ago
739027e
stack and rpcc
by Andrew Lenharth
· 20 years ago
919e666
make 0 codegen much better
by Andrew Lenharth
· 20 years ago
5d42360
typeo
by Andrew Lenharth
· 20 years ago
feab2f8
Move brcond over and fix some imm patterns. This may be the last change before changing the default alpha isel.
by Andrew Lenharth
· 20 years ago
dcbaf8a
improve constant loading. Still sucks, but oh well
by Andrew Lenharth
· 20 years ago
eececba
add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG
by Andrew Lenharth
· 20 years ago
53d8970
All that just to lower div and rem
by Andrew Lenharth
· 20 years ago
c687b48
All addressing modes are now exposed. The only remaining relocated forms
by Andrew Lenharth
· 20 years ago
4e62951
Let's see if we can break things.
by Andrew Lenharth
· 20 years ago
9fa4d4c
move loads and stores over. Smart addr selection comming
by Andrew Lenharth
· 20 years ago
110f224
fix FP selects
by Andrew Lenharth
· 20 years ago
361f45a
restore a more restricted select
by Andrew Lenharth
· 20 years ago
e41419f
FP select improvements (and likely breakage), oh and crazy people might want to *return* floating point values. Don't see why myself
by Andrew Lenharth
· 20 years ago
bbe1225
fix divide and remainder
by Andrew Lenharth
· 20 years ago
f88471d
more decent branches for FP. I might have to make some intermediate nodes to actually be able to use the DAG for FPcmp
by Andrew Lenharth
· 20 years ago
7962065
move this over to the dag
by Andrew Lenharth
· 20 years ago
b457a93
fix constant pool loads
by Andrew Lenharth
· 20 years ago
9352622
Flags where I think I need them, quick, before the nightly tester starts
by Andrew Lenharth
· 20 years ago
d5acfb4
SelectNodeTo now returns its result, we must pay attention to it.
by Chris Lattner
· 20 years ago
b2156f9
Make typesafe that which isn't: FCMOVxx
by Andrew Lenharth
· 20 years ago
cd80496
FPSelect and more custom lowering
by Andrew Lenharth
· 20 years ago
7f0db91
All sorts of stuff.
by Andrew Lenharth
· 20 years ago
50b3784
massive DAGISel patch. lots and lots more stuff compiles now
by Andrew Lenharth
· 20 years ago
2012cc0
int comparison patterns
by Andrew Lenharth
· 20 years ago
8ecedbe
The dag isel generator generates this now
by Chris Lattner
· 20 years ago
8b7f14e
Add several things.
by Andrew Lenharth
· 20 years ago
756fbeb
Well, the Constant matching pattern works. Can't say much about calls or globals yet.
by Andrew Lenharth
· 20 years ago
d97591a
forgot this one
by Andrew Lenharth
· 20 years ago