aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2010-07-011-71/+71
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+1
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-1/+1
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-7/+2
* Emit debug info for byval parameters.Devang Patel2010-04-281-1/+6
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-7/+3
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-281-6/+2
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-1/+1
* Add support to emit dwarf ranges.Devang Patel2010-04-161-0/+6
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-1/+1
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-6/+10
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-6/+11
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-1/+11
* missed a header :(Chris Lattner2010-04-041-0/+10
* move some more stuff to asmprinter.Chris Lattner2010-04-041-0/+9
* simplify some code.Chris Lattner2010-04-041-0/+9
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-31/+41
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+10
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-40/+30
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-57/+75
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-43/+51
* inline processDebugLoc and simplify it.Chris Lattner2010-04-041-5/+1
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-041-21/+12
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-5/+0
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-041-6/+5
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-7/+1
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+5
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-1/+2
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-6/+1
* start moving towards emitting inline asm statements with Chris Lattner2010-04-031-1/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-1/+4
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-0/+1
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-291-4/+0
* Revert 99772.Devang Patel2010-03-281-0/+4
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-281-4/+0
* remove dead method.Chris Lattner2010-03-151-4/+0
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-141-2/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-2/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-4/+0
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-121-1/+1
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-081-0/+8
* Fix a few unused parameter warnings.Eric Christopher2010-02-171-1/+1
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-171-0/+5
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-1/+1
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-101-7/+0
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-101-3/+0
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-081-4/+2
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-031-5/+7
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-1/+2
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-281-0/+8