| Age | Commit message (Expand) | Author |
| 2010-04-06 | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall |
| 2010-04-06 | Revert 100573, it's causing some testsuite problems. | Dale Johannesen |
| 2010-04-06 | Move printing of DEBUG_VALUE comments to target-independent place. | Dale Johannesen |
| 2010-04-06 | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings |
| 2010-04-06 | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings |
| 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 | Remove unnecessary include. | Devang Patel |
| 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 | hopefully sate the clang self host build, which is apparently | 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 | 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 |
| 2010-04-04 | move some more stuff to asmprinter. | Chris Lattner |
| 2010-04-04 | simplify some code. | Chris Lattner |
| 2010-04-04 | move EmitEncodingByte to AsmPrinter. | Chris Lattner |
| 2010-04-04 | move EmitCFAByte to AsmPrinter. | Chris Lattner |
| 2010-04-04 | inline EmitDifference away. | Chris Lattner |
| 2010-04-04 | resolve a fixme. | Chris Lattner |
| 2010-04-04 | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner |
| 2010-04-04 | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner |