summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAge
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-09
* Reapply 55901: Drop unused variableAnton Korobeynikov2008-09-08
* Reapply 55900: We do support EH on x86-64!Anton Korobeynikov2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* Drop unused variableAnton Korobeynikov2008-09-08
* We do support EH on x86-64!Anton Korobeynikov2008-09-08
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-16
* GeneralizeAnton Korobeynikov2008-08-08
* Fix a FIXME :)Anton Korobeynikov2008-07-19
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-19
* Remove a FIXME: we really need to use const_data section on darwin forAnton Korobeynikov2008-07-09
* Add FIXME for future checking.Anton Korobeynikov2008-07-09
* Add missed sectionAnton Korobeynikov2008-07-09
* Distinguish .const and .const_data on Darwin, when needed. This is somehow cr...Anton Korobeynikov2008-07-09
* Weak stuff always goes to coalesced sections on DarwinAnton Korobeynikov2008-07-09
* Add FIXME needed to be resolved laterAnton Korobeynikov2008-07-09
* TypoAnton Korobeynikov2008-07-09
* First sketch of special section objectsAnton Korobeynikov2008-07-09
* Honour text sectionsAnton Korobeynikov2008-07-09
* Use isWeakForLinker() hookAnton Korobeynikov2008-07-09
* Another bunch of hacks for named sections supportAnton Korobeynikov2008-07-09
* TypoAnton Korobeynikov2008-07-09
* Drop mergeable flag, if size is no suitableAnton Korobeynikov2008-07-09
* Fix several bugs in named sections handlingAnton Korobeynikov2008-07-09
* Add hacky way to distinguish named and named sections. This will be generaliz...Anton Korobeynikov2008-07-09
* Add funny darwin section selection logicAnton Korobeynikov2008-07-09
* Handle ELF mergeable sectionsAnton Korobeynikov2008-07-09
* Provide section selection for X86 ELF targetsAnton Korobeynikov2008-07-09
* Provide general hook for section name calculationAnton Korobeynikov2008-07-09
* Print entity size for mergeable sectionsAnton Korobeynikov2008-07-09
* Split PrintSectionFlagsAnton Korobeynikov2008-07-09
* Split UniqueSectionForGlobal()Anton Korobeynikov2008-07-09
* Split PreferredEHDataFormat hookAnton Korobeynikov2008-07-09
* Split X86TargetAsmInfo into 4 subtarget-specific classesAnton Korobeynikov2008-07-09
* Whitespace cleanupAnton Korobeynikov2008-07-09
* Move flag decoding stuff into special hookAnton Korobeynikov2008-07-09
* Properly handle linkonce stuffAnton Korobeynikov2008-07-09
* Provide skeletone code for calculation of section, where global should be emi...Anton Korobeynikov2008-07-09
* Linux also does not require exception handlingDuncan Sands2008-07-04
* Darwin doesn't need exception handling information for the "move" info whenBill Wendling2008-07-01
* Add StringConstantPrefix to control what theDale Johannesen2008-06-03
* Output correct exception handling and frame infoDuncan Sands2008-05-07
* Use a dedicated IsLinux flag instead of an ELFLinux TargetType.Dan Gohman2008-05-05
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-05
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-25
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* On Darwin, GCC issues a ".globl" for something that has a "visibility protected"Bill Wendling2008-03-18
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-29
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28