| Age | Commit message (Expand) | Author |
| 2007-09-11 | Enable indirect encoding for the personality function | Bill Wendling |
| 2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-09-10 | Add some notes about better flag handling. | Chris Lattner |
| 2007-09-07 | Add missing index versions of instructions to the map. | Bill Wendling |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-09-05 | LVXL and STVXL are also a load and store resp. | Bill Wendling |
| 2007-09-05 | Add the 64-bit versions of the DS* Altivec instructions. | Bill Wendling |
| 2007-09-04 | Fix for PR1613: added 64-bit rotate left PPC instructions and patterns. | Evan Cheng |
| 2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
| 2007-08-30 | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng |
| 2007-08-30 | Use i64 on a PPC64 machine | Bill Wendling |
| 2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
| 2007-08-24 | Disable EH generation until PPC works 100%. | Chris Lattner |
| 2007-08-23 | new example | Chris Lattner |
| 2007-08-09 | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen |
| 2007-08-07 | Fix spelling of mtvscr and mfvscr. | Dale Johannesen |
| 2007-08-03 | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen |
| 2007-08-02 | More explicit keywords. | Dan Gohman |
| 2007-08-01 | Some out operands were incorrectly specified as input operands. | Evan Cheng |
| 2007-07-30 | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng |
| 2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
| 2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
| 2007-07-25 | Fix debug info and globals filled with zeros. | Nick Lewycky |
| 2007-07-21 | No more noResults. | Evan Cheng |
| 2007-07-20 | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng |
| 2007-07-20 | Oops. These stores actually produce results. | Evan Cheng |
| 2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
| 2007-07-14 | Long live the exception handling! | Anton Korobeynikov |
| 2007-07-13 | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen |
| 2007-07-11 | Assert when TLS is not implemented. | Lauro Ramos Venancio |
| 2007-07-09 | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman |
| 2007-07-09 | The various "getModuleMatchQuality" implementations should return | Chris Lattner |
| 2007-07-06 | Do away with ImmutablePredicateOperand. | Evan Cheng |
| 2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
| 2007-07-05 | PPC conditional branch predicate does not change after isel. | Evan Cheng |
| 2007-06-29 | Convert .cvsignore files | John Criswell |
| 2007-06-29 | Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ... | Evan Cheng |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-06-19 | describe an argument, hide it. | Chris Lattner |
| 2007-06-19 | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner |
| 2007-06-14 | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman |
| 2007-06-13 | Handle blocks with 2 unconditional branches in AnalyzeBranch. | Dale Johannesen |
| 2007-06-08 | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng |
| 2007-05-29 | Implementation of compilation callback in PPC ELF32 | Nicolas Geoffray |
| 2007-05-22 | name change requested by review of previous patch | Dale Johannesen |
| 2007-05-22 | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen |
| 2007-05-21 | BlockHasNoFallThrough() now returns true if block ends with a return instruct... | Evan Cheng |
| 2007-05-18 | Apply this patch: | Dan Gohman |
| 2007-05-18 | RemoveBranch() and InsertBranch() now returns number of instructions deleted ... | Evan Cheng |