| Age | Commit message (Expand) | Author |
| 2010-03-05 | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner |
| 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-02-25 | Revert this patch for the time being. Needs more testing. | Scott Michel |
| 2010-02-25 | Large stack frame patch for the CellSPU: handle stack frames that exceed 8176 | Scott Michel |
| 2010-02-23 | disable two patterns that are using non-sensical result pattern types. | Chris Lattner |
| 2010-02-23 | reapply my cellspu changes with a fix to not break the old isel. | Chris Lattner |
| 2010-02-23 | Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. | Dan Gohman |
| 2010-02-23 | fix hte last cellspu failure. | Chris Lattner |
| 2010-02-23 | hack around more crimes in instruction selection. | Chris Lattner |
| 2010-02-23 | the cell backend is making all sorts of unsafe and incorrect assumptions | Chris Lattner |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-10 | print all the newlines at the end of instructions with | 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 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-28 | eliminate a now-useless class. | Chris Lattner |
| 2010-01-28 | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | 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 | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | 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 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-23 | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-20 | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner |
| 2010-01-19 | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner |
| 2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-16 | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner |
| 2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
| 2010-01-15 | remove two write-only sets. | Chris Lattner |
| 2010-01-15 | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-12-28 | Remove dead variable. | Bill Wendling |
| 2009-12-28 | Remove dead store. The initial value was never used, but always overridden. | Bill Wendling |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-12-05 | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
| 2009-11-12 | Make the MachineFunction argument of getFrameRegister const. | David Greene |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-11-10 | Don't mark conditional branch instructions as control barriers. | Dan Gohman |