[X86] Optimize stackmap shadows on X86.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris LattnerExuberantAsm is no more.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris Lattnersimplify #includes.
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-24 Owen AndersonDidn't mean to commit this part.
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-16 Sanjiv GuptaReverting back 62301.
2009-01-16 Sanjiv GuptaFew targets do not have a single directive to emit...
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-22 Dan GohmanRefactor a bunch of code out of AsmPrinter::EmitGlobalC...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-03 Dale JohannesenDo not emit a UsedDirective for things in the llvm...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-01 Owen AndersonAdd a version of AsmPrinter::EOL that takes a const...
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-05 Evan ChengUnbreak teh build.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
next