Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
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.