| Commit message (Expand) | Author | Age | Files | Lines |
* | SelectNodeTo() may return a SDOperand that is different from the input. | Evan Cheng | 2006-08-16 | 1 | -31/+20 |
* | Match tablegen changes. | Evan Cheng | 2006-08-11 | 1 | -25/+21 |
* | Match tablegen isel changes. | Evan Cheng | 2006-08-07 | 1 | -70/+28 |
* | Remove InFlightSet hack. No longer needed. | Evan Cheng | 2006-07-28 | 1 | -1/+0 |
* | Remove NodeDepth | Evan Cheng | 2006-07-27 | 1 | -6/+1 |
* | It was pointed out that DEBUG() is only available with -debug. | Jim Laskey | 2006-07-11 | 1 | -1/+5 |
* | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey | 2006-07-11 | 1 | -1/+1 |
* | Assert if InflightSet is not cleared after instruction selecting a BB. | Evan Cheng | 2006-05-25 | 1 | -0/+1 |
* | Clear HandleMap and ReplaceMap after instruction selection. Or it may cause | Evan Cheng | 2006-05-24 | 1 | -0/+2 |
* | Move this code to a common place | Andrew Lenharth | 2006-05-16 | 1 | -3/+0 |
* | #include Intrinsics.h into all dag isels | Chris Lattner | 2006-03-25 | 1 | -0/+1 |
* | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng | 2006-03-13 | 1 | -3/+4 |
* | fix storing booleans (grawp missed this one) | Duraid Madina | 2006-02-11 | 1 | -3/+3 |
* | Match getTargetNode() changes (now return SDNode* instead of SDOperand). | Evan Cheng | 2006-02-09 | 1 | -64/+78 |
* | Change Select() from | Evan Cheng | 2006-02-09 | 1 | -48/+82 |
* | Use SelectRoot() as entry of any tblgen based isel. | Evan Cheng | 2006-02-05 | 1 | -1/+2 |
* | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng | 2006-01-31 | 1 | -2/+4 |
* | Targets all now request ConstantFP to be legalized into TargetConstantFP. | Chris Lattner | 2006-01-29 | 1 | -1/+1 |
* | Remove some dead code | Chris Lattner | 2006-01-28 | 1 | -30/+0 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | insignificant, but next up is proper stack frame layout! | Duraid Madina | 2006-01-21 | 1 | -1/+2 |
* | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina | 2006-01-20 | 1 | -51/+0 |
* | fix sext breakage: now we correctly deal with functions that return | Duraid Madina | 2006-01-20 | 1 | -1/+1 |
* | fix storing bools! eek! | Duraid Madina | 2006-01-20 | 1 | -2/+2 |
* | oops, this shouldn't have gotten in | Duraid Madina | 2006-01-17 | 1 | -2/+0 |
* | fixing divides | Duraid Madina | 2006-01-17 | 1 | -12/+9 |
* | fixing divides: FP should now be 100%, and integers are fine too | Duraid Madina | 2006-01-16 | 1 | -17/+24 |
* | fix division! again!! pattern isel, prepare to die. | Duraid Madina | 2006-01-16 | 1 | -101/+97 |
* | explain that r12 is the stack pointer reg | Duraid Madina | 2006-01-15 | 1 | -32/+2 |
* | don't be a doofus - this fixes storing bools | Duraid Madina | 2006-01-13 | 1 | -2/+5 |
* | tblgen does this now | Chris Lattner | 2006-01-11 | 1 | -2/+0 |
* | cleanup GETFD | Duraid Madina | 2006-01-11 | 1 | -4/+3 |
* | unbreak calls, a few more tests should run. Tomorrow: bugpoint! | Duraid Madina | 2005-12-25 | 1 | -2/+1 |
* | this is a hack, which may or may not hang around. In short: | Duraid Madina | 2005-12-22 | 1 | -0/+67 |
* | we can't do this directly in lowering, so we need this case | Duraid Madina | 2005-12-22 | 1 | -0/+8 |
* | kill SelectCALL() in the DAG isel, we handle this in lowering now, like | Duraid Madina | 2005-12-22 | 1 | -189/+47 |
* | Pay attn to the node returned by SelectNodeTo | Chris Lattner | 2005-11-30 | 1 | -37/+28 |
* | add support for dynamic_stackalloc to the dag isel (thanks andrew ;) | Duraid Madina | 2005-11-25 | 1 | -3/+31 |
* | add support for div/rem to the dag->dag isel. yay. | Duraid Madina | 2005-11-21 | 1 | -0/+180 |
* | add support for storing and returning bools | Duraid Madina | 2005-11-07 | 1 | -5/+26 |
* | just some random hacking - calls (particularly indirect) need a lot of | Duraid Madina | 2005-11-06 | 1 | -14/+25 |
* | oops, forgot to load GP for indirect calls, though the old code now commented | Duraid Madina | 2005-11-04 | 1 | -4/+21 |
* | add support for loading bools | Duraid Madina | 2005-11-04 | 1 | -1/+7 |
* | "fix" support for FP constants (this code asserts in the scheduler, | Duraid Madina | 2005-11-02 | 1 | -2/+4 |
* | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina | 2005-11-02 | 1 | -0/+8 |
* | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | Duraid Madina | 2005-11-01 | 1 | -0/+20 |
* | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina | 2005-10-29 | 1 | -0/+7 |
* | These are autogenerated | Chris Lattner | 2005-10-28 | 1 | -33/+0 |
* | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina | 2005-10-28 | 1 | -0/+497 |