| Age | Commit message (Expand) | Author |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
| 2010-02-27 | remove a bogus pattern, which had the same pattern as STDU | Chris Lattner |
| 2010-02-26 | Merge PPC instructions FMRS and FMRD into a single FMR instruction. | Jakob Stoklund Olesen |
| 2010-02-26 | Use the right floating point load/store instructions in PPCInstrInfo::foldMem... | Jakob Stoklund Olesen |
| 2010-02-23 | remove a bunch of dead named arguments in input patterns, | Chris Lattner |
| 2010-02-21 | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner |
| 2010-02-16 | Really reserve R2 on PPC Darwin. PR 6314. | Dale Johannesen |
| 2010-02-16 | Drop support for the InReg attribute on the ppc backend. This was used by | Rafael Espindola |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-12 | Add the problem I just hacked around in 96015/96020. | Dale Johannesen |
| 2010-02-12 | This should have gone in with 26015, see comments there. | Dale Johannesen |
| 2010-02-12 | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-08 | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman |
| 2010-02-06 | Fix alignment on ppc linux. This fixes the build of crtend.o | Rafael Espindola |
| 2010-02-03 | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | tidy some targets. | Chris Lattner |
| 2010-02-02 | detemplatize the ppc code emitter. | Chris Lattner |
| 2010-02-02 | remove dead code. | Chris Lattner |
| 2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-02-02 | remove PPCMachOWriterInfo. | Chris Lattner |
| 2010-01-29 | PPC is not ready for sibcall optimization. | Evan Cheng |
| 2010-01-28 | Give AsmPrinter the most common expected implementation of | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-27 | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner |
| 2010-01-27 | ppc/linux isn't ready for this and it was an accident that it was included. | Chris Lattner |
| 2010-01-27 | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-26 | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner |
| 2010-01-25 | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner |
| 2010-01-24 | linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-24 | move PR5945 here. | Chris Lattner |
| 2010-01-24 | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner |
| 2010-01-23 | add a note | Chris Lattner |
| 2010-01-23 | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner |
| 2010-01-23 | move the various directive enums out of the MCStreamer class | Chris Lattner |