aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
AgeCommit message (Expand)Author
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-14Fix commentAnton Korobeynikov
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
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-07-13Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng
2011-05-27Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis
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-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-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2010-08-30nuke dead ivar which was supposed to be committed with r112496Chris Lattner
2010-05-17More data/parsing support for tls directives. Add a few more testcasesEric Christopher
2010-05-17Add some section and constant support for darwin TLS.Eric Christopher
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner
2010-04-08delete a forwarding function.Chris Lattner
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-08remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner
2010-04-08move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-02-21It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov
2010-02-19Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson
2010-02-19Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov