summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Commit message (Expand)AuthorAge
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix commentAnton Korobeynikov2012-11-14
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* 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
* Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng2011-07-13
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* 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
* 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
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* nuke dead ivar which was supposed to be committed with r112496Chris Lattner2010-08-30
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-17
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* delete a forwarding function.Chris Lattner2010-04-08
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-11
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-21
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-19
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-19
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15