summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-201-24/+42
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-1/+1
* Add support to emit dwarf ranges.Devang Patel2010-04-161-0/+30
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* tidy upChris Lattner2010-04-071-5/+5
* add a comment line that got droppedChris Lattner2010-04-071-5/+4
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-071-11/+67
* Use raw_ostream.Benjamin Kramer2010-04-071-22/+14
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-071-3/+66
* Revert 100573, it's causing some testsuite problems.Dale Johannesen2010-04-061-59/+4
* Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen2010-04-061-4/+59
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-1/+1
* Remove unnecessary include.Devang Patel2010-04-061-1/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-18/+28
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-0/+1
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-0/+7
* resolve a fixme.Chris Lattner2010-04-041-6/+1
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-3/+24
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-27/+24
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-17/+17
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-294/+1
* inline processDebugLoc and simplify it.Chris Lattner2010-04-041-19/+7
* minor tidying.Chris Lattner2010-04-041-15/+14
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-041-15/+9
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-3/+4
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-041-10/+25
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+2
* now that all operand printing happens to specified streams, we canChris Lattner2010-04-041-5/+0
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-1/+1
* mcize the gc metadata printing stuff.Chris Lattner2010-04-041-2/+2
* use EmitRawText instead of O in DwarfPrinter.Chris Lattner2010-04-041-1/+0
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+6
* change this back tooChris Lattner2010-04-041-1/+1
* check in what I tested. :(Chris Lattner2010-04-041-1/+1
* MMI is always available, rename O -> OS in printInlineAsm.Chris Lattner2010-04-041-16/+16
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-6/+6
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-10/+13
* emit the cygwin stub thing through mcstreamer.Chris Lattner2010-04-031-4/+11
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-16/+20
* start moving towards emitting inline asm statements with Chris Lattner2010-04-031-9/+35
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-5/+19
* mc'ize comment printing around file scope inline asm.Chris Lattner2010-04-031-5/+10
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-8/+6
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-7/+5
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-291-17/+4
* Revert 99772.Devang Patel2010-03-281-4/+17
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-281-17/+4
* reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner2010-03-161-3/+21
* Revert r98656, its breaking all over the place.Daniel Dunbar2010-03-161-21/+3
OpenPOWER on IntegriCloud