aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* squash warnings.Devang Patel2009-01-051-0/+1
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-291-0/+1
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-241-0/+1
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-241-0/+1
* Fix bug 3202.Rafael Espindola2008-12-191-0/+10
* Fix bug 3140.Rafael Espindola2008-12-031-0/+3
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-10/+9
* Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov2008-10-051-87/+84
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-26/+26
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-22/+26
* Minor cleanupAnton Korobeynikov2008-09-241-0/+2
* Use crazy template-based inheritance instead of virtual one.Anton Korobeynikov2008-09-241-26/+20
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-3/+0
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-8/+2
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-1/+2
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-1/+1
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-091-0/+1
* Reapply 55901: Drop unused variableAnton Korobeynikov2008-09-081-1/+0
* Reapply 55900: We do support EH on x86-64!Anton Korobeynikov2008-09-081-2/+1
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-081-1/+3
* Drop unused variableAnton Korobeynikov2008-09-081-1/+0
* We do support EH on x86-64!Anton Korobeynikov2008-09-081-2/+1
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-161-1/+1
* GeneralizeAnton Korobeynikov2008-08-081-2/+4
* Fix a FIXME :)Anton Korobeynikov2008-07-191-0/+2
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-191-242/+11
* Remove a FIXME: we really need to use const_data section on darwin forAnton Korobeynikov2008-07-091-3/+4
* Add FIXME for future checking.Anton Korobeynikov2008-07-091-0/+2
* Add missed sectionAnton Korobeynikov2008-07-091-0/+1
* Distinguish .const and .const_data on Darwin, when needed. This is somehow cr...Anton Korobeynikov2008-07-091-1/+3
* Weak stuff always goes to coalesced sections on DarwinAnton Korobeynikov2008-07-091-2/+6
* Add FIXME needed to be resolved laterAnton Korobeynikov2008-07-091-0/+1
* TypoAnton Korobeynikov2008-07-091-1/+1
* First sketch of special section objectsAnton Korobeynikov2008-07-091-159/+97
* Honour text sectionsAnton Korobeynikov2008-07-091-1/+1
* Use isWeakForLinker() hookAnton Korobeynikov2008-07-091-6/+2
* Another bunch of hacks for named sections supportAnton Korobeynikov2008-07-091-10/+20
* TypoAnton Korobeynikov2008-07-091-1/+1
* Drop mergeable flag, if size is no suitableAnton Korobeynikov2008-07-091-2/+8
* Fix several bugs in named sections handlingAnton Korobeynikov2008-07-091-11/+9
* Add hacky way to distinguish named and named sections. This will be generaliz...Anton Korobeynikov2008-07-091-5/+32
* Add funny darwin section selection logicAnton Korobeynikov2008-07-091-13/+118
* Handle ELF mergeable sectionsAnton Korobeynikov2008-07-091-2/+63
* Provide section selection for X86 ELF targetsAnton Korobeynikov2008-07-091-64/+45
* Provide general hook for section name calculationAnton Korobeynikov2008-07-091-6/+6
* Print entity size for mergeable sectionsAnton Korobeynikov2008-07-091-1/+2
* Split PrintSectionFlagsAnton Korobeynikov2008-07-091-80/+68
* Split UniqueSectionForGlobal()Anton Korobeynikov2008-07-091-31/+25
* Split PreferredEHDataFormat hookAnton Korobeynikov2008-07-091-52/+81
* Split X86TargetAsmInfo into 4 subtarget-specific classesAnton Korobeynikov2008-07-091-189/+186