| Age | Commit message (Expand) | Author |
| 2007-09-18 | Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE. | Tanya Lattner |
| 2007-09-13 | Added getNumDefs(). | Evan Cheng |
| 2007-09-12 | Yet another getTargetNode variant. | Evan Cheng |
| 2007-09-11 | Move dump out of class, use "\n" instead of endl | Daniel Berlin |
| 2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
| 2007-09-11 | Convert to use ilist and non-pointer lists for extra goodness | Daniel Berlin |
| 2007-09-11 | Add accessor method. | Bill Wendling |
| 2007-09-11 | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-09-11 | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling |
| 2007-09-11 | Add a ValueInfoT template parameter to DenseMap so that it can properly make ... | Owen Anderson |
| 2007-09-11 | Don't bother to initialize values corresponding to empty or tombstone | Owen Anderson |
| 2007-09-11 | Fix bugs with &=, intersect with complement. Add three argument version of in... | Daniel Berlin |
| 2007-09-11 | Fix non-deterministic behavior in the DenseMap copy constructor. | Owen Anderson |
| 2007-09-11 | Add remaining functions necessary for andersen's | Daniel Berlin |
| 2007-09-09 | Add SparseBitVector implementation | Daniel Berlin |
| 2007-09-08 | Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar... | Chuck Rose III |
| 2007-09-07 | Add support for having different alignment for objects on call frames. | Rafael Espindola |
| 2007-09-07 | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-09-06 | Constify to catch bugs. | David Greene |
| 2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
| 2007-09-06 | Pluggable coalescers inplementation. | David Greene |
| 2007-09-05 | Accidentially left this out. | Evan Cheng |
| 2007-09-05 | Use pool allocator for all the VNInfo's to improve memory access locality. Th... | Evan Cheng |
| 2007-09-05 | Added Reset() to free all allocated memory regions and reset state to be the ... | Evan Cheng |
| 2007-09-04 | fix reversal bug in preceding checkin | Dale Johannesen |
| 2007-09-04 | Update GEP constructors to use an iterator interface to fix | David Greene |
| 2007-08-31 | Add mod, copysign, abs operations to APFloat. | Dale Johannesen |
| 2007-08-31 | Revise per review of previous patch. | Dale Johannesen |
| 2007-08-31 | Remove an unnecessary element, saving 4 bytes per LiveInterval. | Evan Cheng |
| 2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
| 2007-08-30 | Added Graphviz escaping for the '|' character. | Ted Kremenek |
| 2007-08-30 | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng |
| 2007-08-30 | Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin... | Evan Cheng |
| 2007-08-30 | Change LegalFPImmediates to use APFloat. | Dale Johannesen |
| 2007-08-29 | Change LiveRange so it keeps a pointer to the VNInfo rather than an index. | Evan Cheng |
| 2007-08-29 | Silence implicit 64->32-bit conversion warnings. | Chris Lattner |
| 2007-08-29 | getMinSignedBits needs to take into consider the sign bit when the value is p... | Chris Lattner |
| 2007-08-28 | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | Dan Gohman |
| 2007-08-28 | Recover most of the compile time regression due to recent live interval changes. | Evan Cheng |
| 2007-08-27 | Update InvokeInst to work like CallInst | David Greene |
| 2007-08-27 | If the source and destination pointers in an llvm.memmove are known | Dan Gohman |
| 2007-08-27 | There is an impedance matching problem between LLVM and | Duncan Sands |
| 2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
| 2007-08-26 | Revise per review comments. | Dale Johannesen |
| 2007-08-25 | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen |
| 2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
| 2007-08-25 | Comment out declaration of operator== (undefined). | Dale Johannesen |
| 2007-08-24 | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen |