| Age | Commit message (Expand) | Author |
| 2010-04-06 | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings |
| 2010-04-06 | Remove assert to treat memmove and memset like memcpy | Mon P Wang |
| 2010-04-06 | propagate cookie management out one layer of function calls. | Chris Lattner |
| 2010-04-06 | report errors through LLVMContext's inline asm handler if available. | Chris Lattner |
| 2010-04-06 | Give MachineModuleInfo an actual Module*. | Chris Lattner |
| 2010-04-06 | Remove unnecessary include. | Devang Patel |
| 2010-04-05 | Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation. | Evan Cheng |
| 2010-04-05 | Give AsmParser an option to control whether it finalizes | Chris Lattner |
| 2010-04-05 | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner |
| 2010-04-05 | Output floating point representations in DWARF format. This is done by outputing | Bill Wendling |
| 2010-04-05 | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner |
| 2010-04-05 | Add a comment. | Dan Gohman |
| 2010-04-05 | lowering a volatile llvm.memcpy to a libc memcpy is ok. | Chris Lattner |
| 2010-04-05 | Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. | Dan Gohman |
| 2010-04-05 | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner |
| 2010-04-05 | hopefully sate the clang self host build, which is apparently | Chris Lattner |
| 2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
| 2010-04-05 | unthread MMI from FastISel | Chris Lattner |
| 2010-04-05 | remove the MMI pointer from MachineFrameInfo. | Chris Lattner |
| 2010-04-05 | enhance MachineFunction to have a MMI pointer. | Chris Lattner |
| 2010-04-05 | privatize more stuff, eliminate vtables. | Chris Lattner |
| 2010-04-05 | reprivatize now that DwarfWriter is gone. | Chris Lattner |
| 2010-04-05 | prune #includes, MMI can never be null | Chris Lattner |
| 2010-04-05 | prune #includes, realize the MMI can never be null. | Chris Lattner |
| 2010-04-05 | finally blast DwarfWriter away. | Chris Lattner |
| 2010-04-05 | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner |
| 2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
| 2010-04-05 | eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo | Chris Lattner |
| 2010-04-05 | fix a regression on 2009-08-17-DebugInfo.m | Chris Lattner |
| 2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
| 2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
| 2010-04-05 | just have all targets create the DwarfWriter. | Chris Lattner |
| 2010-04-05 | nuke DwarfPrinter | Chris Lattner |
| 2010-04-05 | make DwarfException not inherit from DwarfPrinter. | Chris Lattner |
| 2010-04-05 | change SizeOf to take AsmPrinter instead of TargetData, | Chris Lattner |
| 2010-04-05 | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner |
| 2010-04-04 | Move EmitFrameMoves into AsmPrinter. | Chris Lattner |
| 2010-04-04 | simplify code and reduce indentation. | Chris Lattner |
| 2010-04-04 | now that the magic is dispelled, move EmitSectionOffset to AsmPrinter. | Chris Lattner |
| 2010-04-04 | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner |
| 2010-04-04 | only emit section labels if we have debug info, fixing a few | Chris Lattner |
| 2010-04-04 | I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it. | Chris Lattner |
| 2010-04-04 | add some assertions to EmitSectionOffset. | Chris Lattner |
| 2010-04-04 | stop emitting some dead L labels. | Chris Lattner |
| 2010-04-04 | Store an use the symbols emitted at the start of the debug | Chris Lattner |
| 2010-04-04 | remove the didInitial ivar, rename emitInitial to be more | Chris Lattner |
| 2010-04-04 | simplify EmitSectionOffset a little bit, improve comments. | Chris Lattner |
| 2010-04-04 | The "IsSmall" argument to EmitSectionOffset is always true, | Chris Lattner |
| 2010-04-04 | eliminate the "isEH" argument to EmitSectionOffset. | Chris Lattner |
| 2010-04-04 | isAbsoluteEHSectionOffsets always returns false, eliminate it | Chris Lattner |