Rearrange handling of jump tables. Highlights:
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86AsmPrinter.cpp
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnerpull the non-pic jump table case out of printPICJumpTab...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneremit ELF .type directives through MCStreamer instead...
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattneruse some helpers instead of duplicating logic.
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattnermore cleanups. Emit the .local directive even on cygwi...
2010-01-19 Chris Lattnersome cleanups
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-18 Chris Lattnerunbreak x86 jump tables with my previous patch.
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris Lattnereliminate uses of deprecated mangler apis
2010-01-16 Chris Lattnerswitch X86 target off CurFunctionName and MCIze more.
2010-01-16 Chris LattnerMCize tis, and make it keep CurrentFnSym up to date...
2010-01-16 Chris Lattnerrevert the x86 part of my last patch, cygwin is mutatin...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-19 Chris Lattnerremove accidental comment.
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-15 Anton KorobeynikovDllexport stuff cleanup:
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2009-09-20 Chris Lattnermove target registry stuff to X86ATTAsmPrinter.cpp
2009-09-20 Chris Lattnersimplify this now that createX86CodePrinterPass is...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter class -> X86AsmPrinter
2009-09-20 Chris Lattnerdelete X86IntelAsmPrinter! Now -x86-asm-syntax just...
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-18 Chris Lattnerminor cleanup
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
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-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-08-24 Cedric VenetUse additionnal include directory instead of ../ in...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...