summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ELFWriterInfo.h
Commit message (Expand)AuthorAge
* Remove duplicated constants. Thanks to Jason for noticing it.Rafael Espindola2010-11-22
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-20
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-18
* Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes2009-07-18
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-18
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-02
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-22
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-11
* x86_64 now uses the correct ELF e_machine typeBruno Cardoso Lopes2009-06-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Make d'tor out-of-line.Bill Wendling2007-01-27
* X86 implementation of the TargetELFWriterInfo class.Bill Wendling2007-01-27