summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Whitespace cleanupAnton Korobeynikov2008-07-091-16/+16
* Move flag decoding stuff into special hookAnton Korobeynikov2008-07-091-17/+24
* Properly handle linkonce stuffAnton Korobeynikov2008-07-091-30/+82
* Provide skeletone code for calculation of section, where global should be emi...Anton Korobeynikov2008-07-091-2/+95
* Linux also does not require exception handlingDuncan Sands2008-07-041-1/+0
* Darwin doesn't need exception handling information for the "move" info whenBill Wendling2008-07-011-0/+1
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+1
* Output correct exception handling and frame infoDuncan Sands2008-05-071-2/+0
* Use a dedicated IsLinux flag instead of an ELFLinux TargetType.Dan Gohman2008-05-051-2/+1
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-051-0/+5
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+1
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-251-2/+3
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-1/+2
* On Darwin, GCC issues a ".globl" for something that has a "visibility protected"Bill Wendling2008-03-181-0/+1
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-291-5/+6
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-0/+1
* Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov2008-02-271-1/+65
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-151-4/+11
* Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen2008-01-111-1/+1
* Emit unused EH frames for weak definitions on Darwin,Dale Johannesen2008-01-101-3/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-0/+2
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-131-1/+2
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-2/+1
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-111-0/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+2
* Add the PCSymbol for Darwin x86 platforms.Bill Wendling2007-08-221-0/+1
* Use only 1 knob to enable exceptions on Darwin :). Anton Korobeynikov2007-08-211-0/+8
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-2/+2
* Minor cleanup:Anton Korobeynikov2007-07-251-1/+4
* Long live the exception handling!Anton Korobeynikov2007-07-141-2/+3
* Remove a redundant newline in the asm output for ELF .rodata sections.Dan Gohman2007-06-271-1/+1
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-2/+0
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-16/+13
* Sets the section names for fixed-size constants and use the mergeableDan Gohman2007-05-031-0/+5
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-011-2/+4
* Use correct PC symbolAnton Korobeynikov2007-05-011-0/+2
* Adjust correct EH-related sectionsAnton Korobeynikov2007-05-011-0/+4
OpenPOWER on IntegriCloud