summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLoweringObjectFile.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-15
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-14
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-23
* Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling2011-06-22
* Add a __LD,__compact_unwind section.Bill Wendling2011-06-22
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-20
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-05
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Remove unused arguments.Rafael Espindola2011-04-20
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-16
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27
* Add a new section and accessor for TLS data.Eric Christopher2010-05-22
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-11
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-11
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-19
* change an accessor to a predicate.Chris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Use OutStreamer.SwitchSection instead of writing out textual section directives.Bob Wilson2009-09-30
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-17
* Big change #1 for personality function references:Chris Lattner2009-09-16
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Add a method to return BSSSection from TargetLoweringObjectFileBruno 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
* reject invalid code like:Chris Lattner2009-08-13
* implement support for uniquing MachO sections.Chris Lattner2009-08-12
* reduce #includageChris Lattner2009-08-12
* 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
* 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