Implement changes from Chris's feedback.
[oota-llvm.git] / lib / Target / IA64 / IA64ISelDAGToDAG.cpp
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-16 Dan GohmanTrim #includes.
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-09 Chris Lattnerrandom bugfix sitting in my tree.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-28 Chris LattnerAdd chain inputs for loads.
2008-05-28 Chris Lattnerloads should get chains. THis helps but does not solve...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-03 Chris Lattnerexplicitly include Compiler.h instead of getting it...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-06-19 Dan GohmanPass a SelectionDAG into SDNode::dump everywhere it...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Duraid Madinafix storing bools to mem and unordered FP ops
2006-11-02 Reid SpencerFor PR786:
2006-10-24 Chris LattnerFix CodeGen/IA64/ret-0.ll, which has apparently been...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-11 Evan ChengNaming consistency.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Evan ChengRemove NodeDepth
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-16 Andrew LenharthMove this code to a common place
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-02-11 Duraid Madinafix storing booleans (grawp missed this one)
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-29 Chris LattnerTargets all now request ConstantFP to be legalized...
2006-01-28 Chris LattnerRemove some dead code
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Duraid Madinainsignificant, but next up is proper stack frame layout!
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...