llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Bill WendlingReverted r75484. It was causing a failure with Apple...
2009-07-13 Bill WendlingMore standard way of specifying greater than Leopard.
2009-07-13 Bill WendlingOn greater than Leopard systems, place exception tables...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
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-06-18 Evan ChengOn Darwin, ams printer should output a second label...
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-17 Dan GohmanRecognize bswapl as bswap too.
2009-03-17 Dan GohmanRecognize "bswapq" as an alternate spelling for the...
2009-01-21 Dan GohmanRecognize inline asm for bswap on x86-64 GLIBC. This...
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-19 Rafael EspindolaFix bug 3202.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
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 KorobeynikovMinor cleanup
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* 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!
next