aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ELFWriterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated constants. Thanks to Jason for noticing it.Rafael Espindola2010-11-221-25/+26
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-2/+2
* remove a dead variable, PR6856Chris Lattner2010-04-171-1/+0
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-051-5/+10
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-211-1/+3
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-201-0/+36
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-181-0/+1
* Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes2009-07-181-2/+3
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-181-5/+38
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-151-0/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-021-12/+0
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-0/+46
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-1/+2
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-2/+20
* x86_64 now uses the correct ELF e_machine typeBruno Cardoso Lopes2009-06-061-1/+2
* 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-0/+1
* X86 implementation of the TargetELFWriterInfo class.Bill Wendling2007-01-271-0/+17