summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAge
...
* We need to put any kind of data with a relocation into aEric Christopher2010-01-07
* Reverting the EH table patches.Bill Wendling2009-11-19
* The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling2009-11-19
* Attempt #2:Bill Wendling2009-11-18
* add some missing #includesChris Lattner2009-11-07
* Pass StringRef by value.Daniel Dunbar2009-11-06
* --- Reverse-merging r82282 into '.':Bill Wendling2009-09-20
* Still one more thing wrong here...Bill Wendling2009-09-20
* Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling2009-09-20
* Revert r82274. It's causing failures in the CINT2006 benchmarks.Bill Wendling2009-09-19
* It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling2009-09-18
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-17
* Big change #1 for personality function references:Chris Lattner2009-09-16
* Provide proper section flags for various BSS flavoursAnton Korobeynikov2009-09-09
* Whitespace cleanupAnton Korobeynikov2009-09-09
* Simplify.Daniel Dunbar2009-08-26
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-18
* Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov2009-08-18
* Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer2009-08-17
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-17
* the .eh_frame sections we generate need to be writable (whichChris Lattner2009-08-15
* If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow Chris Lattner2009-08-15
* Make these matching rules more strict so that they don'tDan Gohman2009-08-14
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-13
* reject invalid code like:Chris Lattner2009-08-13
* implement support for uniquing MachO sections.Chris Lattner2009-08-12
* reduce #includageChris Lattner2009-08-12
* Tidy #includes.Dan Gohman2009-08-11
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-08
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-06
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-05
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-04
* fix a fixme: don't create an explicit "CStringSection" for ELF,Chris Lattner2009-08-04
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-04
* make MergeableCString be a SectionKind "abstract class", andChris Lattner2009-08-04
* Eliminate textual section switching from the x86 backend, oneChris Lattner2009-08-03
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-02
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-02
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-02
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-01