| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bill's change in r95336 broke empty aggregates embedded | Chris Lattner | 2010-04-20 | 1 | -24/+42 |
| * | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
| * | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 1 | -0/+30 |
| * | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -1/+1 |
| * | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
| * | tidy up | Chris Lattner | 2010-04-07 | 1 | -5/+5 |
| * | add a comment line that got dropped | Chris Lattner | 2010-04-07 | 1 | -5/+4 |
| * | Workaround the breakage in r100616 by guarding all timers with | Torok Edwin | 2010-04-07 | 1 | -11/+67 |
| * | Use raw_ostream. | Benjamin Kramer | 2010-04-07 | 1 | -22/+14 |
| * | Move printing of target-indepedent DEBUG_VALUE comments | Dale Johannesen | 2010-04-07 | 1 | -3/+66 |
| * | Revert 100573, it's causing some testsuite problems. | Dale Johannesen | 2010-04-06 | 1 | -59/+4 |
| * | Move printing of DEBUG_VALUE comments to target-independent place. | Dale Johannesen | 2010-04-06 | 1 | -4/+59 |
| * | propagate cookie management out one layer of function calls. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
| * | Remove unnecessary include. | Devang Patel | 2010-04-06 | 1 | -1/+0 |
| * | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner | 2010-04-05 | 1 | -18/+28 |
| * | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
| * | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner | 2010-04-05 | 1 | -0/+7 |
| * | resolve a fixme. | Chris Lattner | 2010-04-04 | 1 | -6/+1 |
| * | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner | 2010-04-04 | 1 | -3/+24 |
| * | more interface cleanup make some helpers static functions. | Chris Lattner | 2010-04-04 | 1 | -27/+24 |
| * | clean up the asmprinter header and privatize some stuff. | Chris Lattner | 2010-04-04 | 1 | -17/+17 |
| * | split inline asm support out to its own .cpp file. | Chris Lattner | 2010-04-04 | 1 | -294/+1 |
| * | inline processDebugLoc and simplify it. | Chris Lattner | 2010-04-04 | 1 | -19/+7 |
| * | minor tidying. | Chris Lattner | 2010-04-04 | 1 | -15/+14 |
| * | clean up the asmprinter interface a bit, rename a few | Chris Lattner | 2010-04-04 | 1 | -15/+9 |
| * | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner | 2010-04-04 | 1 | -3/+4 |
| * | lazily allocate the GCMetadataPrinters map and remove DenseMap | Chris Lattner | 2010-04-04 | 1 | -10/+25 |
| * | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -4/+2 |
| * | now that all operand printing happens to specified streams, we can | Chris Lattner | 2010-04-04 | 1 | -5/+0 |
| * | remove the raw_ostream from various dwarf printing things. | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
| * | mcize the gc metadata printing stuff. | Chris Lattner | 2010-04-04 | 1 | -2/+2 |
| * | use EmitRawText instead of O in DwarfPrinter. | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
| * | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -4/+6 |
| * | change this back too | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
| * | check in what I tested. :( | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
| * | MMI is always available, rename O -> OS in printInlineAsm. | Chris Lattner | 2010-04-04 | 1 | -16/+16 |
| * | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -6/+6 |
| * | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -10/+13 |
| * | emit the cygwin stub thing through mcstreamer. | Chris Lattner | 2010-04-03 | 1 | -4/+11 |
| * | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner | 2010-04-03 | 1 | -16/+20 |
| * | start moving towards emitting inline asm statements with | Chris Lattner | 2010-04-03 | 1 | -9/+35 |
| * | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 1 | -5/+19 |
| * | mc'ize comment printing around file scope inline asm. | Chris Lattner | 2010-04-03 | 1 | -5/+10 |
| * | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -8/+6 |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -7/+5 |
| * | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel | 2010-03-29 | 1 | -17/+4 |
| * | Revert 99772. | Devang Patel | 2010-03-28 | 1 | -4/+17 |
| * | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel | 2010-03-28 | 1 | -17/+4 |
| * | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner | 2010-03-16 | 1 | -3/+21 |
| * | Revert r98656, its breaking all over the place. | Daniel Dunbar | 2010-03-16 | 1 | -21/+3 |