aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply 68847.Devang Patel2009-04-131-0/+2
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-111-1/+0
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-111-0/+1
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-301-1/+6
* Add data.rel stuffAnton Korobeynikov2009-03-301-6/+1
* Recognize bswapl as bswap too.Dan Gohman2009-03-171-2/+5
* Recognize "bswapq" as an alternate spelling for the bswap instruction.Dan Gohman2009-03-171-2/+2
* Recognize inline asm for bswap on x86-64 GLIBC. This allows itDan Gohman2009-01-211-1/+11
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-051-2/+0
* 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...asl2008-08-161-1/+1
* GeneralizeAnton Korobeynikov2008-08-081-2/+4
* Fix a FIXME :)asl2008-07-191-0/+2
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeasl2008-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