Get rid of ReadOnlySection duplicate
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.cpp
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* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-08 Anton KorobeynikovReapply 55901: Drop unused variable
2008-09-08 Anton KorobeynikovReapply 55900: We do support EH on x86-64!
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Anton KorobeynikovDrop unused variable
2008-09-08 Anton KorobeynikovWe do support EH on x86-64!
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-08 Anton KorobeynikovGeneralize
2008-07-19 Anton KorobeynikovFix a FIXME :)
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-09 Anton KorobeynikovRemove a FIXME: we really need to use const_data sectio...
2008-07-09 Anton KorobeynikovAdd FIXME for future checking.
2008-07-09 Anton KorobeynikovAdd missed section
2008-07-09 Anton KorobeynikovDistinguish .const and .const_data on Darwin, when...
2008-07-09 Anton KorobeynikovWeak stuff always goes to coalesced sections on Darwin
2008-07-09 Anton KorobeynikovAdd FIXME needed to be resolved later
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovHonour text sections
2008-07-09 Anton KorobeynikovUse isWeakForLinker() hook
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovDrop mergeable flag, if size is no suitable
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 KorobeynikovAdd funny darwin section selection logic
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
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 KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovSplit PrintSectionFlags
2008-07-09 Anton KorobeynikovSplit UniqueSectionForGlobal()
2008-07-09 Anton KorobeynikovSplit PreferredEHDataFormat hook
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-07-09 Anton KorobeynikovWhitespace cleanup
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-04 Duncan SandsLinux also does not require exception handling
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
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 GohmanUse a dedicated IsLinux flag instead of an ELFLinux...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-18 Bill WendlingOn Darwin, GCC issues a ".globl" for something that...
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-11 Dale JohannesenWeak things initialized to 0 don't go in bss on Darwin.
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-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
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-22 Bill WendlingAdd the PCSymbol for Darwin x86 platforms.
2007-08-21 Anton KorobeynikovUse only 1 knob to enable exceptions on Darwin :).
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-06-27 Dan GohmanRemove a redundant newline in the asm output for ELF...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-03 Dan GohmanSets the section names for fixed-size constants and...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Anton KorobeynikovUse correct PC symbol
2007-05-01 Anton KorobeynikovAdjust correct EH-related sections
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-03-08 Evan ChengPut constant data to .const, .const_data, .literal...
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-17 Chris Lattnerdarwin doesn't support .bss, but it does have .zerofill
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Bill WendlingMake inline ASM the INTEL one if it's in that emission...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Reid SpencerFor PR1064:
2007-01-07 Chris Lattnerrelax type
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
next