remove RET hack, add proper support for rets (watching out for ret voids)
[oota-llvm.git] / lib / Target / IA64 / IA64ISelDAGToDAG.cpp
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Duraid Madinafix sext breakage: now we correctly deal with functions...
2006-01-20 Duraid Madinafix storing bools! eek!
2006-01-17 Duraid Madinaoops, this shouldn't have gotten in
2006-01-17 Duraid Madinafixing divides
2006-01-16 Duraid Madinafixing divides: FP should now be 100%, and integers...
2006-01-16 Duraid Madinafix division! again!! pattern isel, prepare to die.
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-13 Duraid Madinadon't be a doofus - this fixes storing bools
2006-01-11 Chris Lattnertblgen does this now
2006-01-11 Duraid Madinacleanup GETFD
2005-12-25 Duraid Madinaunbreak calls, a few more tests should run. Tomorrow...
2005-12-22 Duraid Madinathis is a hack, which may or may not hang around. In...
2005-12-22 Duraid Madinawe can't do this directly in lowering, so we need this...
2005-12-22 Duraid Madinakill SelectCALL() in the DAG isel, we handle this in...
2005-11-30 Chris LattnerPay attn to the node returned by SelectNodeTo
2005-11-25 Duraid Madinaadd support for dynamic_stackalloc to the dag isel...
2005-11-21 Duraid Madinaadd support for div/rem to the dag->dag isel. yay.
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-04 Duraid Madinaoops, forgot to load GP for indirect calls, though...
2005-11-04 Duraid Madinaadd support for loading bools
2005-11-02 Duraid Madina"fix" support for FP constants (this code asserts in...
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...