aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-151-19/+5
* remove printSuffixedName.Chris Lattner2009-07-151-7/+0
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-3/+3
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-141-4/+0
* Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-1/+5
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-2/+22
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-5/+5
* Privatize some more debug-related static data.Owen Anderson2009-06-251-0/+3
* Didn't mean to commit this part.Owen Anderson2009-06-241-3/+0
* Down with statics!Owen Anderson2009-06-241-0/+3
* Move local statics to per-instance variables.Owen Anderson2009-06-241-0/+6
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-3/+5
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-3/+0
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argiris Kirtzidis2009-05-071-1/+4
* Fix compilation for some targets other than x86.Argiris Kirtzidis2009-04-301-0/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+4
* Second attempt:Bill Wendling2009-04-291-4/+4
* Initialized arrays can be in any address space.Sanjiv Gupta2009-04-281-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-4/+4
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-4/+4
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-101-2/+4
* Constify getter methods.Bill Wendling2009-04-101-1/+1
* StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling2009-04-091-1/+2
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-3/+11
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-1/+1
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+7
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-5/+5
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-6/+7
* Reverting back 62301.Sanjiv Gupta2009-01-161-1/+1
* Few targets do not have a single directive to emit global constants.Sanjiv Gupta2009-01-161-1/+1
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-131-4/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-221-0/+8
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-0/+3
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-3/+0
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-0/+3
* Use generic section-handling stuff to emit constant pool entriesAnton Korobeynikov2008-09-241-2/+0
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-0/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-6/+0
* Provide direct function to switch to SectionAnton Korobeynikov2008-09-241-1/+6
* Do not emit a UsedDirective for things in the llvm.usedDale Johannesen2008-09-031-0/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-3/+3
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-171-2/+12
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...asl2008-08-161-8/+0
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-0/+4
* Unbreak C++ tests on x86 Darwin.Evan Cheng2008-07-081-2/+3
* Avoid unnecessary string construction during asm printing.Evan Cheng2008-07-081-0/+1
* Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...Owen Anderson2008-07-011-0/+1
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-2/+1