aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ELFWriterInfo.cpp
AgeCommit message (Expand)Author
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-02-05Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-09-10Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu
2010-11-22Remove duplicated constants. Thanks to Jason for noticing it.Rafael Espindola
2010-10-03Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola
2010-04-17remove a dead variable, PR6856Chris Lattner
2009-08-05- Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes
2009-07-21Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes
2009-07-20For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes
2009-07-18Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes
2009-07-18Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes
2009-07-18Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes
2009-07-15use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-02Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes
2009-06-22Add more methods to gather target specific elf stuffBruno Cardoso Lopes
2009-06-11Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes
2009-06-11Support for ELF VisibilityBruno Cardoso Lopes
2009-06-06x86_64 now uses the correct ELF e_machine typeBruno Cardoso Lopes
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-27Make d'tor out-of-line.Bill Wendling
2007-01-27X86 implementation of the TargetELFWriterInfo class.Bill Wendling