summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAge
...
* Add support to emit dwarf ranges.Devang Patel2010-04-16
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-06
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-05
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-05
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-04
* missed a header :(Chris Lattner2010-04-04
* move some more stuff to asmprinter.Chris Lattner2010-04-04
* simplify some code.Chris Lattner2010-04-04
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-04
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-04
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-04
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-04
* inline processDebugLoc and simplify it.Chris Lattner2010-04-04
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-04
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-04
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-04
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-04
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-03
* start moving towards emitting inline asm statements with Chris Lattner2010-04-03
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-03
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-29
* Revert 99772.Devang Patel2010-03-28
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-28
* remove dead method.Chris Lattner2010-03-15
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-14
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-12
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-12
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-08
* Fix a few unused parameter warnings.Eric Christopher2010-02-17
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-17
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-12
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-10
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-10
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-08
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-03
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-28
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-28
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-28
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-28
* rename printVisibility to EmitVisibility and make it private,Chris Lattner2010-01-28
* add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner2010-01-27
* pull linkage emission code out to a new EmitLinkage function.Chris Lattner2010-01-26
* now that enough stuff is constified, move function header printingChris Lattner2010-01-26
* Now that printPICJumpTableSetLabel is not overloaded,Chris Lattner2010-01-26