Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-13 Dan GohmanRename SelectionDAGISel's FastISel to Fast, to begin...
2008-08-07 Evan ChengFactor code that finalize PHI nodes, jump tables, etc...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-07 Dan GohmanPool-allocation for SDNodes. The pool is allocated...
2008-07-01 Evan ChengDAGSize should not be public.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-03-27 Dan GohmanAvoid creating chain dependencies from CopyToReg nodes...
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-06 Anton KorobeynikovEnumerate SDISel formal parameter attributes. Make...
2006-10-28 Chris Lattnerremove dead method
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-14 Evan ChengStart checking from the root of the matched sub-tree.
2006-10-11 Chris Lattneradd two helper methods.
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-08-07 Evan ChengMove DAGSize to SelectionDAGISel; it's used in tablegen...
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-27 Evan ChengLet each target specific isel provide routine to check...
2006-05-08 Nate BegemanRemove unncessary include
2006-05-05 Nate BegemanSomehow, I missed this part of the checkin a couple...
2006-04-28 Evan ChengRemove the temporary option: -no-isel-fold-inflight
2006-04-28 Evan ChengAdded a temporary option -no-isel-fold-inflight to...
2006-04-23 Nate BegemanFix the updating of the machine CFG when a PHI node...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-02-24 Chris LattnerAdd some hooks for selecting memory addresses.
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2005-08-18 Chris Lattneradd a method
2005-08-17 Chris LattnerThis was moved to the .cpp file
2005-05-13 Chris Lattneradd a new method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-17 Chris LattnerMake methods private, add a method.
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-07 Chris LattnerCommon base class for SelectionDAG-based instruction...