| Age | Commit message (Expand) | Author |
| 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 | propagate cookie management out one layer of function calls. | Chris Lattner |
| 2010-04-06 | Remove unnecessary include. | Devang Patel |
| 2010-04-05 | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner |
| 2010-04-05 | just have all targets create the DwarfWriter. | Chris Lattner |
| 2010-04-05 | 1) make DIE take AsmPrinter instead of DwarfPrinter. | 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 | more interface cleanup make some helpers static functions. | Chris Lattner |
| 2010-04-04 | clean up the asmprinter header and privatize some stuff. | Chris Lattner |
| 2010-04-04 | split inline asm support out to its own .cpp file. | Chris Lattner |
| 2010-04-04 | inline processDebugLoc and simplify it. | Chris Lattner |
| 2010-04-04 | minor tidying. | Chris Lattner |
| 2010-04-04 | clean up the asmprinter interface a bit, rename a few | Chris Lattner |
| 2010-04-04 | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner |
| 2010-04-04 | lazily allocate the GCMetadataPrinters map and remove DenseMap | Chris Lattner |
| 2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
| 2010-04-04 | now that all operand printing happens to specified streams, we can | Chris Lattner |
| 2010-04-04 | remove the raw_ostream from various dwarf printing things. | Chris Lattner |
| 2010-04-04 | mcize the gc metadata printing stuff. | Chris Lattner |
| 2010-04-04 | use EmitRawText instead of O in DwarfPrinter. | Chris Lattner |
| 2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
| 2010-04-04 | change this back too | Chris Lattner |
| 2010-04-04 | check in what I tested. :( | Chris Lattner |
| 2010-04-04 | MMI is always available, rename O -> OS in printInlineAsm. | Chris Lattner |
| 2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
| 2010-04-03 | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner |
| 2010-04-03 | emit the cygwin stub thing through mcstreamer. | Chris Lattner |
| 2010-04-03 | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner |
| 2010-04-03 | start moving towards emitting inline asm statements with | Chris Lattner |
| 2010-04-03 | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner |
| 2010-04-03 | mc'ize comment printing around file scope inline asm. | Chris Lattner |
| 2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
| 2010-03-30 | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner |
| 2010-03-29 | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel |
| 2010-03-28 | Revert 99772. | Devang Patel |
| 2010-03-28 | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel |
| 2010-03-16 | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner |
| 2010-03-16 | Revert r98656, its breaking all over the place. | Daniel Dunbar |
| 2010-03-16 | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner |
| 2010-03-16 | Fix the third (and last known) case of code update problems due | Chris Lattner |
| 2010-03-15 | Implement support for the case when a reference to a addr-of-bb | Chris Lattner |
| 2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
| 2010-03-15 | remove dead method. | Chris Lattner |
| 2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
| 2010-03-14 | change the DBG_LABEL MachineInstr to always be created | Chris Lattner |
| 2010-03-14 | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |