summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ELFWriterInfo.cpp
Commit message (Expand)AuthorAge
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-10
* 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 a dead variable, PR6856Chris Lattner2010-04-17
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-21
* 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
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-15
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* 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
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-11
* 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