summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetObjectFile.h
Commit message (Expand)AuthorAge
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Rename to match other X86_64* names.Bill Wendling2012-06-26
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-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
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-15
* Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling2010-03-15
* 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
* Minor warning fixes (semicolons, newline at EOF).Benjamin Kramer2010-02-16
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-18
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-17
* Big change #1 for personality function references:Chris Lattner2009-09-16