aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLoweringObjectFile.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-03-25Prune some includes and forward declarations.Craig Topper
2012-02-15Modify the code that emits the module flags to use the new module flags accessorBill Wendling
2012-02-14Add code to the target lowering object file module to handle module flags.Bill Wendling
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-06-23Use the presence of the __compact_unwind section to indicate that a targetBill Wendling
2011-06-22Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling
2011-06-22Add a __LD,__compact_unwind section.Bill Wendling
2011-05-27Add a parameter to the Win64 EH section getters to get a section with aCharles Davis
2011-05-20Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis
2011-05-05Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-04-27Remove unnecessary argument.Rafael Espindola
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola
2011-04-20Remove unused arguments.Rafael Espindola
2011-04-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner
2010-05-22Add a new section and accessor for TLS data.Eric Christopher
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-03-10move three lowering hooks from MAI to TLOF and make one of themChris Lattner
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner
2010-01-19use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner
2010-01-19change an accessor to a predicate.Chris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-09-30Use OutStreamer.SwitchSection instead of writing out textual section directives.Bob Wilson
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes
2009-08-13sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner
2009-08-13reject invalid code like:Chris Lattner
2009-08-12implement support for uniquing MachO sections.Chris Lattner
2009-08-12reduce #includageChris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-081. Make MCSection an abstract class.Chris Lattner
2009-08-08eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner
2009-08-08now that getOrCreateSection is all object-file specific,Chris Lattner