aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
AgeCommit message (Expand)Author
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner
2009-07-27simplify #includes.Chris Lattner
2009-07-22Put comment printing under asm-verbose.David Greene
2009-07-21make AsmPrinter::doFinalization iterate over the global variablesChris Lattner
2009-07-17remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner
2009-07-17Untangle a snarl that I discovered when updating the mangler,Chris Lattner
2009-07-15Get rid of postInstructionAction and call EmitComments directly.David Greene
2009-07-15remove printSuffixedName.Chris Lattner
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-14Do not use Mangler to remove '1' from linkage name.Devang Patel
2009-07-13Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel
2009-07-13Add infrastructure to allow post instruction printing action triggers.David Greene
2009-07-01Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar
2009-06-25Privatize some more debug-related static data.Owen Anderson
2009-06-24Didn't mean to commit this part.Owen Anderson
2009-06-24Down with statics!Owen Anderson
2009-06-24Move local statics to per-instance variables.Owen Anderson
2009-06-24sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner
2009-06-24eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner
2009-05-07Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis
2009-04-30Fix compilation for some targets other than x86.Argyrios Kyrtzidis
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Second attempt:Bill Wendling
2009-04-28Initialized arrays can be in any address space.Sanjiv Gupta
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-04-10Pass in the std::string parameter instead of returning it by value.Bill Wendling
2009-04-10Constify getter methods.Bill Wendling
2009-04-09StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
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