aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+15
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-8/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-76/+82
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-251-0/+6
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Fix commentAnton Korobeynikov2012-11-141-2/+2
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-8/+7
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+3
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-151-2/+3
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-141-0/+5
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-0/+5
* 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-108/+3
* Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng2011-07-131-3/+3
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-271-6/+2
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-6/+12
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-201-0/+10
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-1/+1
* Remove unnecessary argument.Rafael Espindola2011-04-271-4/+4
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-271-1/+10
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-161-0/+5
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-0/+6
* nuke dead ivar which was supposed to be committed with r112496Chris Lattner2010-08-301-1/+0
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-171-3/+7
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-171-0/+13
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-8/+5
* delete a forwarding function.Chris Lattner2010-04-081-5/+0
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-3/+2
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-14/+0
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-4/+2
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-6/+8
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-211-0/+5
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-191-5/+0
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-191-0/+5
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-0/+202