summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Commit message (Expand)AuthorAge
* [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