assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-04-13 Devang PatelReapply 68847.
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Devang Patelsquash warnings.
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
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 KorobeynikovProvide default implementation of different small-secti...
2008-07-22 Bruno Cardoso LopesBasic support for small sections
2008-07-15 Dan GohmanTargetAsmInfo::SectionForGlobal showed up in a profile...
2008-07-09 Anton KorobeynikovUse only 'subset' of flags
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovUse isWeakForLinker() hook
2008-07-09 Anton KorobeynikovFix several bugs in named sections handling
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovUse 'gnu.linkonce', where needed
2008-07-09 Anton KorobeynikovFix thinko
2008-07-09 Anton KorobeynikovProvide section selection for X86 ELF targets
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-07-09 Anton KorobeynikovUse 'llvm-linkonce' consistently
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-06-28 Anton KorobeynikovStart refactoring of asmprinters: provide a TAI hook...
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-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-28 Lauro Ramos VenancioInitialize TextAlignFillValue. Fix revision 47703.
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-01-15 Dale JohannesenMissed file from previous checkin.
2008-01-10 Dale JohannesenEmit unused EH frames for weak definitions on Darwin,
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-23 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2007-11-21 Dale JohannesenFix compiler warning.
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
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 a bool to indicate if we should set the "indirect...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
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-03 Dan GohmanIndent the .text, .data, and .bss directives in assembl...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
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 Lattneradd new directive
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-01 Evan ChengAdd weak reference directive.
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-27 Reid SpencerInitialize CStringSection member var.
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
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...
next