| Age | Commit message (Expand) | Author |
| 2008-02-13 | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman |
| 2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
| 2008-02-13 | Simplify. | Evan Cheng |
| 2008-02-13 | Initial support for copy elimination by commuting its definition MI. | Evan Cheng |
| 2008-02-13 | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng |
| 2008-02-13 | Added debugging routine dumpUses. | Evan Cheng |
| 2008-02-13 | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman |
| 2008-02-12 | Add a doxygen comment for SrcValueSDNode, to make its purpose | Dan Gohman |
| 2008-02-11 | From Chris' review: change MemOperandSDNode's constructor to pass its | Dan Gohman |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-08 | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman |
| 2008-02-08 | Avoid needlessly casting away const qualifiers. | Dan Gohman |
| 2008-02-07 | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-02-05 | Unbreak teh build. | Evan Cheng |
| 2008-02-04 | Typo. | Evan Cheng |
| 2008-02-03 | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |
| 2008-02-01 | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
| 2008-01-31 | Fix a typo in a comment. | Dan Gohman |
| 2008-01-31 | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-30 | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng |
| 2008-01-30 | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman |
| 2008-01-30 | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman |
| 2008-01-29 | Fix a typo in a comment. | Dan Gohman |
| 2008-01-29 | Add explicit keywords. | Dan Gohman |
| 2008-01-27 | Fixes for BreakCriticalMachineCodeEdge by Fernando. | Owen Anderson |
| 2008-01-27 | make isExactlyValue work for long double. | Chris Lattner |
| 2008-01-25 | Reorder a field to reduce the size of StackObject. Note that this | Chris Lattner |
| 2008-01-25 | move this field back. Moving the field causes miscompilations (!) of voronoi... | Chris Lattner |
| 2008-01-25 | move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo | Chris Lattner |
| 2008-01-25 | add a fixme. | Chris Lattner |
| 2008-01-24 | Move some functionality for adding flags to MachineInstr's into methods on Ma... | Owen Anderson |
| 2008-01-21 | Fix the failures in the PPC JIT by marking relocation entries for | Chris Lattner |
| 2008-01-17 | add some helper methods. | Chris Lattner |
| 2008-01-17 | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner |
| 2008-01-16 | Do not mark EH tables no-dead-strip unless the | Dale Johannesen |
| 2008-01-16 | Factor the ReachesChainWithoutSideEffects out of dag combiner into | Chris Lattner |
| 2008-01-15 | Move some calls to getVRegDef higher in the callgraph, so they don't get exec... | Owen Anderson |
| 2008-01-15 | Unbreak the build. | Evan Cheng |
| 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-11 | remove some incorrect classof's. | Chris Lattner |
| 2008-01-11 | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner |
| 2008-01-11 | More CellSPU refinement and progress: | Scott Michel |
| 2008-01-10 | Output sinl for a long double FSIN node, not sin. | Duncan Sands |