aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGISel.h
Commit message (Expand)AuthorAgeFilesLines
* SelectionDAGISel::SelectRootInit does not need to be virtual.Dan Gohman2008-08-211-1/+1
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-3/+3
* Rename SelectionDAGISel's FastISel to Fast, to begin to makeDan Gohman2008-08-131-2/+2
* Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc...Evan Cheng2008-08-071-1/+6
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-6/+6
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-211-1/+1
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-2/+3
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-3/+2
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-2/+3
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Pool-allocation for SDNodes. The pool is allocated once for each function,Dan Gohman2008-07-071-1/+4
* DAGSize should not be public.Evan Cheng2008-07-011-3/+6
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-011-2/+3
* Split scheduling from instruction selection.Evan Cheng2008-06-301-5/+7
* add a new -enable-value-prop flag for llcbeta, that enables propagationChris Lattner2008-06-171-0/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman2008-03-271-2/+1
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-071-1/+3
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-271-0/+1
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-4/+4
* Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.Dan Gohman2007-07-241-3/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+194