summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* improve support for uniontype and ConstantUnion, patch by Tim Northover!Chris Lattner2010-03-161-3/+21
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-161-7/+10
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-151-0/+10
* Emit dwarf variable info communicated by code generator through DBG_VALUE mac...Devang Patel2010-03-151-0/+2
* remove dead method.Chris Lattner2010-03-151-7/+0
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-141-21/+4
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-7/+1
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-141-3/+1
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-141-1/+6
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-6/+6
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-8/+9
* remove gone method, grr symlinks.Chris Lattner2010-03-121-6/+0
* inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner2010-03-121-11/+8
* give Mangler access to TargetData.Chris Lattner2010-03-121-1/+1
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-121-6/+1
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-121-1/+1
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-111-0/+3
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-16/+19
* reapply r98035:Chris Lattner2010-03-091-4/+3
* Speculatively revert r98035. It appears to have caused a set of buildbotEric Christopher2010-03-091-3/+4
* Now that setStartLabel takes an MCSymbol, we can de-ID'izeChris Lattner2010-03-091-4/+3
OpenPOWER on IntegriCloud