aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
...
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-1/+2
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-141-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-171-1/+2
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-131-1/+0
* Attempt to fix the Linux build.Owen Anderson2010-09-131-0/+1
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-021-0/+6
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-071-0/+1
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-211-0/+4
* tidy upJim Grosbach2010-07-211-1/+1
* 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