summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make various changes suggested by Chris.David Greene2009-08-181-36/+48
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-15/+10
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-42/+42
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-171-9/+4
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-1/+1
* Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar2009-08-141-0/+4
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-7/+9
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-29/+29
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-121-2/+2
* Fix a few more places to use PadToColumn instead of tabs. And fixDan Gohman2009-08-121-6/+8
* Use PadToColumn instead of tabs for aligning comments. Fix one placeDan Gohman2009-08-121-63/+122
* Change the asmprinter to print the comment character before theChris Lattner2009-08-111-3/+4
* "TAI::JumpTableDirective" is always null for current arm targets, simplifyChris Lattner2009-08-111-14/+12
* Add support for printing loop structure information in asm comments.David Greene2009-08-101-3/+99
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-12/+1
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-081-1/+1
* code cleanupChris Lattner2009-08-071-20/+18
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-071-32/+0
* tidy upChris Lattner2009-08-071-7/+4
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-051-2/+16
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-051-15/+13
* add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner2009-08-051-0/+3
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-041-4/+0
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-031-21/+14
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-031-57/+3
* make getObjFileLowering() return a non-const reference.Chris Lattner2009-08-031-1/+1
* make SwitchToSection accept null sections for now.Chris Lattner2009-08-031-3/+8
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-021-2/+2
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-011-8/+7
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-011-11/+9
* loweringinfo is always non-null.Chris Lattner2009-08-011-1/+1
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-011-13/+13
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-9/+8
* Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman2009-07-311-0/+1
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-311-1/+21
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-311-1/+1
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-6/+8
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-311-0/+4
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-2/+3
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-6/+11
* hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner2009-07-271-0/+11
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-10/+10
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-1/+1
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-261-4/+8
* make SectionKind know whether a symbol is weak or not in additionChris Lattner2009-07-261-8/+10
* rename Mergable -> Mergeable and Writable -> WriteableChris Lattner2009-07-261-5/+5
* two files I missed in the last commit.Chris Lattner2009-07-261-6/+6
* simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner2009-07-261-5/+16
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-1/+1
* remove a use of SectionFlagsForGlobal.Chris Lattner2009-07-241-3/+4
OpenPOWER on IntegriCloud