summaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLoweringObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+20
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-64/+75
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-0/+4
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-0/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-6/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-4/+5
* Prune some includes and forward declarations.Craig Topper2012-03-251-4/+0
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-151-3/+6
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-141-4/+8
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-1/+12
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-5/+0
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-114/+5
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-231-7/+0
* Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling2011-06-221-2/+8
* Add a __LD,__compact_unwind section.Bill Wendling2011-06-221-0/+6
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-2/+2
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-201-0/+2
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-051-7/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-1/+1
* Remove unnecessary argument.Rafael Espindola2011-04-271-2/+2
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-271-1/+5
* Remove unused arguments.Rafael Espindola2011-04-201-2/+1
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-161-0/+4
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-5/+1
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-0/+9
* Add a new section and accessor for TLS data.Eric Christopher2010-05-221-0/+7
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-111-2/+2
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-8/+12
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-101-1/+22
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-168/+0
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-17/+25
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-191-0/+1
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-191-6/+0
* change an accessor to a predicate.Chris Lattner2010-01-191-2/+2
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-191-0/+7
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-5/+5
* Use OutStreamer.SwitchSection instead of writing out textual section directives.Bob Wilson2009-09-301-1/+7
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-171-2/+5
* Big change #1 for personality function references:Chris Lattner2009-09-161-0/+23
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-6/+1
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-131-0/+1