| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support non-fallthrough unconditional branches in FastISel. | Dan Gohman | 2008-08-22 | 1 | -1/+1 |
* | First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst. | Evan Cheng | 2008-08-20 | 1 | -2/+2 |
* | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman | 2008-08-20 | 1 | -3/+3 |
* | Dump the instruction that foiled ISel even when -debug is not used. | Dan Gohman | 2008-08-20 | 1 | -1/+3 |
* | Kill off SimpleBBISel, it's replaced by FastISel. | Evan Cheng | 2008-08-20 | 1 | -4/+1 |
* | Disable DAGCombine's alignment inference in "fast" codegen mode. | Dan Gohman | 2008-08-20 | 1 | -4/+4 |
* | Use BitVector instead of std::vector<unsigned char>. | Dan Gohman | 2008-08-20 | 1 | -2/+1 |
* | Fix a leak in the FastISel code that Chris pointed out. | Dan Gohman | 2008-08-20 | 1 | -0/+8 |
* | Add support for running SelectionDAG if FastISel fails. This is under | Dan Gohman | 2008-08-20 | 1 | -11/+16 |
* | Add code to call FastISel, and a command-line option to enable it. | Dan Gohman | 2008-08-19 | 1 | -1/+32 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -17/+18 |
* | Factor GC metadata table assembly generation out of Collector in preparation ... | Gordon Henriksen | 2008-08-17 | 1 | -1/+1 |
* | Rename SelectionDAGISel's FastISel to Fast, to begin to make | Dan Gohman | 2008-08-13 | 1 | -3/+3 |
* | Add skeleton of simple basic block instruction selector. | Evan Cheng | 2008-08-08 | 1 | -3/+7 |
* | Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc... | Evan Cheng | 2008-08-07 | 1 | -14/+23 |
* | Remove the -disable-correct-folding option, which was ugly and is no longer n... | Owen Anderson | 2008-08-05 | 1 | -7/+2 |
* | This option doesn't need to be a target option. It can be in SDISel instead. | Owen Anderson | 2008-08-05 | 1 | -0/+3 |
* | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 1 | -4/+17 |
* | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 1 | -9/+20 |
* | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 1 | -24/+8 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 1 | -2/+3 |
* | Don't look for leaf values to store when lowering stores of | Dan Gohman | 2008-07-30 | 1 | -2/+6 |
* | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman | 2008-07-29 | 1 | -5/+6 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -15/+14 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -247/+247 |
* | Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessary | Dan Gohman | 2008-07-25 | 1 | -7/+15 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -20/+0 |
* | After early-lowering the FORMAL_ARGUMENTS node, delete it. | Dan Gohman | 2008-07-21 | 1 | -0/+7 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 1 | -10/+58 |
* | Turn LegalizeTypes back off again for the moment: | Duncan Sands | 2008-07-17 | 1 | -6/+4 |
* | Turn on LegalizeTypes by default. | Duncan Sands | 2008-07-16 | 1 | -4/+6 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 1 | -16/+33 |
* | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng | 2008-07-12 | 1 | -33/+16 |
* | Add support for putting NamedRegionTimers in TimerGroups, and | Dan Gohman | 2008-07-11 | 1 | -16/+33 |
* | make legalize types be a command line option: -enable-legalize-types. | Chris Lattner | 2008-07-10 | 1 | -5/+8 |
* | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman | 2008-07-07 | 1 | -26/+46 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -6/+0 |
* | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling | 2008-07-03 | 1 | -1/+0 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -24/+6 |
* | Do run ComputeLiveOutVRegInfo with -fast. | Evan Cheng | 2008-07-01 | 1 | -1/+1 |
* | Do not use computationally expensive scheduling heuristics with -fast. | Evan Cheng | 2008-07-01 | 1 | -4/+5 |
* | Apply Chris' suggestion. | Evan Cheng | 2008-07-01 | 1 | -32/+36 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -15/+5 |
* | Use a simpler but equivalent form of RecordSource. | Dan Gohman | 2008-06-30 | 1 | -2/+1 |
* | Add timing report for various sub-passes under SelectionDAGISel. | Evan Cheng | 2008-06-30 | 1 | -0/+26 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -12/+4 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -3/+11 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 1 | -10/+9 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -29/+20 |
* | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling | 2008-06-27 | 1 | -0/+1 |