aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
AgeCommit message (Expand)Author
2009-03-10wire up support for emitting "special" values from inline asmChris Lattner
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-18Put code that generates debug labels into TableGen so that it can be used byBill Wendling
2009-01-30Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta
2009-01-16Reverting back 62301.Sanjiv Gupta
2009-01-16Few targets do not have a single directive to emit global constants.Sanjiv Gupta
2009-01-13Use DwarfWriter to record dbg variables.Devang Patel
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-22Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman
2008-11-22Make a convenient helper for printing offsets.Anton Korobeynikov
2008-11-08Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov
2008-11-08Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov
2008-09-24Use generic section-handling stuff to emit constant pool entriesAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-09-24Provide direct function to switch to SectionAnton Korobeynikov
2008-09-03Do not emit a UsedDirective for things in the llvm.usedDale Johannesen
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-08-17Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen
2008-08-16Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-07-08Unbreak C++ tests on x86 Darwin.Evan Cheng
2008-07-08Avoid unnecessary string construction during asm printing.Evan Cheng
2008-07-01Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...Owen Anderson
2008-06-04Change packed struct layout so that field sizesDuncan Sands
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-02-29Don't fill eh frames even though these are text sections.Evan Cheng
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-05Unbreak teh build.Evan Cheng
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-02-01Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng
2008-01-07Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-14Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov
2007-11-09Much improved pic jumptable codegen:Evan Cheng
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-09-24Add a routine for emitting .file directives, for setting upDan Gohman
2007-09-18Don't pass back a reference to a temporary.Bill Wendling
2007-09-18The exception handling function info should be reset for each newBill Wendling
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-25EmitAlignment() also emits optional fill value.Evan Cheng
2007-05-31Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel