Age | Commit message (Expand) | Author |
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-16 | Move this code to a common place | Andrew Lenharth |
2006-03-25 | #include Intrinsics.h into all dag isels | Chris Lattner |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-02-11 | fix storing booleans (grawp missed this one) | Duraid Madina |
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-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
2006-01-29 | Targets all now request ConstantFP to be legalized into TargetConstantFP. | Chris Lattner |
2006-01-28 | Remove some dead code | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-21 | insignificant, but next up is proper stack frame layout! | Duraid Madina |
2006-01-20 | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina |
2006-01-20 | fix sext breakage: now we correctly deal with functions that return | Duraid Madina |
2006-01-20 | fix storing bools! eek! | Duraid Madina |
2006-01-17 | oops, this shouldn't have gotten in | Duraid Madina |
2006-01-17 | fixing divides | Duraid Madina |
2006-01-16 | fixing divides: FP should now be 100%, and integers are fine too | Duraid Madina |
2006-01-16 | fix division! again!! pattern isel, prepare to die. | Duraid Madina |
2006-01-15 | explain that r12 is the stack pointer reg | Duraid Madina |
2006-01-13 | don't be a doofus - this fixes storing bools | Duraid Madina |
2006-01-11 | tblgen does this now | Chris Lattner |
2006-01-11 | cleanup GETFD | Duraid Madina |
2005-12-25 | unbreak calls, a few more tests should run. Tomorrow: bugpoint! | Duraid Madina |
2005-12-22 | this is a hack, which may or may not hang around. In short: | Duraid Madina |
2005-12-22 | we can't do this directly in lowering, so we need this case | Duraid Madina |
2005-12-22 | kill SelectCALL() in the DAG isel, we handle this in lowering now, like | Duraid Madina |
2005-11-30 | Pay attn to the node returned by SelectNodeTo | Chris Lattner |
2005-11-25 | add support for dynamic_stackalloc to the dag isel (thanks andrew ;) | Duraid Madina |
2005-11-21 | add support for div/rem to the dag->dag isel. yay. | Duraid Madina |
2005-11-07 | add support for storing and returning bools | Duraid Madina |
2005-11-06 | just some random hacking - calls (particularly indirect) need a lot of | Duraid Madina |
2005-11-04 | oops, forgot to load GP for indirect calls, though the old code now commented | Duraid Madina |
2005-11-04 | add support for loading bools | Duraid Madina |
2005-11-02 | "fix" support for FP constants (this code asserts in the scheduler, | Duraid Madina |
2005-11-02 | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina |
2005-11-01 | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | Duraid Madina |
2005-10-29 | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina |
2005-10-28 | These are autogenerated | Chris Lattner |
2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |