Age | Commit message (Expand) | Author |
2008-11-12 | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman |
2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-23 | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman |
2008-09-03 | Create HandlePHINodesInSuccessorBlocksFast, a version of | Dan Gohman |
2008-08-28 | Fix a FastISel bug where the instructions from lowering the arguments | Dan Gohman |
2008-08-27 | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-21 | SelectionDAGISel::SelectRootInit does not need to be virtual. | Dan Gohman |
2008-08-17 | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen |
2008-08-13 | Rename SelectionDAGISel's FastISel to Fast, to begin to make | Dan Gohman |
2008-08-07 | Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc... | Evan Cheng |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-21 | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman |
2008-07-14 | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman |
2008-07-12 | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng |
2008-07-11 | Add support for putting NamedRegionTimers in TimerGroups, and | Dan Gohman |
2008-07-11 | Trim unnecessary #includes. | Dan Gohman |
2008-07-07 | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman |
2008-07-01 | DAGSize should not be public. | Evan Cheng |
2008-07-01 | Do not use computationally expensive scheduling heuristics with -fast. | Evan Cheng |
2008-06-30 | Split scheduling from instruction selection. | Evan Cheng |
2008-06-17 | add a new -enable-value-prop flag for llcbeta, that enables propagation | Chris Lattner |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-03-27 | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman |
2008-01-07 | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen |
2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-08-27 | If the source and destination pointers in an llvm.memmove are known | Dan Gohman |
2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
2007-07-24 | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. | Dan Gohman |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-09 | Next stage into switch lowering refactoring | Anton Korobeynikov |
2007-04-04 | Properly emit range comparisons for switch cases, where neighbour cases | Anton Korobeynikov |
2007-03-25 | First step of switch lowering refactoring: perform worklist-driven | Anton Korobeynikov |
2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
2007-03-07 | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov |
2007-03-06 | Enumerate SDISel formal parameter attributes. Make use of new | Anton Korobeynikov |
2006-10-28 | remove dead method | Chris Lattner |
2006-10-27 | Turn conditions like x<Y|z==q into multiple blocks. | Chris Lattner |
2006-10-24 | Generalize CaseBlock a bit more: | Chris Lattner |
2006-10-24 | generalize 'CaseBlock'. It really allows any comparison to be inserted. | Chris Lattner |
2006-10-14 | Start checking from the root of the matched sub-tree. | Evan Cheng |
2006-10-11 | add two helper methods. | Chris Lattner |
2006-09-28 | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner |
2006-08-07 | Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code. | Evan Cheng |
2006-08-01 | Now that the ISel is available, it's possible to create a default instruction | Jim Laskey |