| Age | Commit message (Expand) | Author |
| 2008-01-16 | Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0. | Evan Cheng |
| 2008-01-16 | Fix a ppc long double regression I introduced yesterday due to a | Chris Lattner |
| 2008-01-16 | merge a few pieces of code that do the store/load to stack | Chris Lattner |
| 2008-01-16 | rename ExpandBIT_CONVERT to EmitStackConvert, generalizing | Chris Lattner |
| 2008-01-16 | simplify a bunch of code by using SelectionDAG::CreateStackTemporary | Chris Lattner |
| 2008-01-16 | Change legalizeop of FP_ROUND and FP_EXTEND to not fall through | Chris Lattner |
| 2008-01-16 | Factor the ReachesChainWithoutSideEffects out of dag combiner into | Chris Lattner |
| 2008-01-15 | The type of the 'abort' node should be pointer type (because | Chris Lattner |
| 2008-01-15 | Add support for targets that have a legal ISD::TRAP. | Chris Lattner |
| 2008-01-15 | Oops. Forgot to commit this. | Evan Cheng |
| 2008-01-15 | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov |
| 2008-01-15 | ByVal stack slot alignment should be at least as large as pointer ABI alignment. | Evan Cheng |
| 2008-01-13 | Remove the assumption that byval has been applied to | Duncan Sands |
| 2008-01-10 | Output sinl for a long double FSIN node, not sin. | Duncan Sands |
| 2008-01-09 | Special copy SUnit's do not have SDNode's. | Evan Cheng |
| 2008-01-08 | Make load->store deletion a bit smarter. This allows us to compile this: | Chris Lattner |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | simplify some code. | Chris Lattner |
| 2008-01-07 | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner |
| 2008-01-07 | add more and significantly better comments to the rest of the machineinstr | Chris Lattner |
| 2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | remove some uses of MachineOpCode, move getSchedClass | Chris Lattner |
| 2008-01-07 | Add predicates methods to TargetOperandInfo, and switch all clients | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2008-01-07 | Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. | Owen Anderson |
| 2008-01-07 | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen |
| 2008-01-05 | If custom lowering of insert element fails, the result Val will be 0. | Nate Begeman |
| 2007-12-31 | Fix PR1833 - eh.exception and eh.selector return two | Duncan Sands |
| 2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson |
| 2007-12-31 | update a couple of references to SSARegMap. | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-30 | fix typo duncan noticed! | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-30 | Start using the simplified methods for adding operands. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-29 | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner |
| 2007-12-29 | make sure not to zap volatile stores, thanks a lot to Dale for noticing this! | Chris Lattner |
| 2007-12-29 | don't fold fp_round(fp_extend(load)) -> fp_round(extload) | Chris Lattner |
| 2007-12-29 | Delete a store whose input is a load from the same pointer: | Chris Lattner |
| 2007-12-22 | initial code for forming an FGETSIGN node. This is disabled until | Chris Lattner |
| 2007-12-22 | improve support for fgetsign | Chris Lattner |
| 2007-12-22 | Tell TargetLoweringOpt whether it is running before | Chris Lattner |
| 2007-12-22 | Add a new FGETSIGN operation, which defaults to expand on all | Chris Lattner |
| 2007-12-20 | More accurate checks for two-address constraints. | Evan Cheng |
| 2007-12-20 | Bring back a burr scheduling heuristic that's still needed. | Evan Cheng |
| 2007-12-19 | Simplify LowerCallTo by using a callsite. | Duncan Sands |
| 2007-12-19 | The C++ exception handling personality function wants | Duncan Sands |