| Age | Commit message (Expand) | Author |
| 2010-08-25 | add a specialization for the MVT form of getTypeAction, since it is | Chris Lattner |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
| 2010-07-24 | Hook in GlobalMerge pass | Anton Korobeynikov |
| 2010-07-23 | - Allow target to specify when is register pressure "too high". In most cases, | Evan Cheng |
| 2010-07-21 | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng |
| 2010-07-19 | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng |
| 2010-07-19 | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng |
| 2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
| 2010-07-07 | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-07 | Move ArgFlagsTy, OutputArg, and InputArg out of SelectionDAGNodes.h and | Dan Gohman |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-07-06 | Fix up -fstack-protector on linux to use the segment | Eric Christopher |
| 2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
| 2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
| 2010-06-23 | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach |
| 2010-06-23 | remove trailing whitespace | Jim Grosbach |
| 2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
| 2010-05-20 | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-15 | Allow TargetLowering::getRegClassFor() to be called on illegal types. Also | Evan Cheng |
| 2010-05-14 | Get rid of the bit twiddling to read / set OpActions and ValueTypeActions. Th... | Evan Cheng |
| 2010-05-13 | Eliminate use of magic numbers to access OpActions. It also has the effect of... | Evan Cheng |
| 2010-05-13 | Fix up LoadExtActions, TruncStoreActions, and IndexedModeActions representati... | Evan Cheng |
| 2010-05-13 | 80 col violation. | Evan Cheng |
| 2010-05-11 | Trim #includes and forward declarations. | Dan Gohman |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-11 | Remove the TargetLowering::getSubtarget() virtual function, which | Dan Gohman |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
| 2010-04-25 | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen |
| 2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
| 2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
| 2010-04-20 | Because of the EMMS problem, right now we have to support | Dale Johannesen |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
| 2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
| 2010-04-16 | Fix this code to avoid implicit assumptions about the length of the array. | Dan Gohman |
| 2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |