Add interface for section override. Use this for Sparc, since it should use named...
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
2008-08-16 Anton KorobeynikovAdd interface for section override. Use this for Sparc...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-07-22 Anton KorobeynikovTie small stuff to non-small by default on ELF platforms
2008-07-22 Bruno Cardoso LopesBasic support for small sections
2008-07-09 Anton KorobeynikovSilence a warning
2008-07-09 Anton KorobeynikovDrop enum and use constants for SectionFlags
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovUnbreak
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-07-09 Anton KorobeynikovMake hooks virtual
2008-07-09 Anton KorobeynikovAdd default section name resolution routine
2008-07-09 Anton KorobeynikovConstify
2008-07-09 Anton KorobeynikovAdd code for default section falgs computation
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-06-28 Anton KorobeynikovStart refactoring of asmprinters: provide a TAI hook...
2008-06-03 Dale JohannesenExpand documentation of StringConstantPrefix.
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-03-26 Dale JohannesenFix a bug in Darwin EH: FDE->CIE pointer must
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-10 Dale JohannesenEmit unused EH frames for weak definitions on Darwin,
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-20 Dale JohannesenFile missing from previous patch.
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-24 Dan GohmanMerge hasDotLoc and hasDotFile into hasDotLocAndDotFile...
2007-09-11 Bill WendlingAdd accessor method.
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-03-08 Evan ChengAdd ReadOnlySection directive.
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Chris Lattnerdocument that BSSSection can be null.
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2006-12-21 Jim LaskeyGrandchildren are covered by protect.
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-01 Evan ChengTypo
2006-12-01 Evan ChengAdd weak reference directive.
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-10-30 Reid SpencerDon't mislead readers by claiming a variable is default...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-26 Evan ChengAdded CStringSection.
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-05 Chris Lattnerremove JumpTableTextSection
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-10-05 Chris LattnerGive TargetAsmInfo a virtual dtor, add a new getSection...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Chris Lattnerorder this properly to avoid warnings in TargetAsmInfo...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specifc asm properties from asm printers.