aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ObjectCodeEmitter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-08-05Remove accidental commited commentBruno Cardoso Lopes1-2/+0
llvm-svn: 78177
2009-08-05- Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes1-2/+3
a dirty hack and isn't need anymore since the last x86 code emitter patch) - Add a target-dependent modifier to addend calculation - Use R_X86_64_32S relocation for X86::reloc_absolute_word_sext - Use getELFSectionFlags whenever possible - fix getTextSection to use TLOF and emit the right text section - Handle global emission for static ctors, dtors and Type::PointerTyID - Some minor fixes llvm-svn: 78176
2009-07-06Just forgot to include the two new filesBruno Cardoso Lopes1-0/+142
llvm-svn: 74814