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