aboutsummaryrefslogtreecommitdiff
path: root/test/MC/ELF
AgeCommit message (Expand)Author
2011-08-04print st_type with the correct number of bits.Rafael Espindola
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola
2011-08-04Print r_type with the correct number of bits.Rafael Espindola
2011-08-04Another counter goes decimal.Rafael Espindola
2011-08-04Change anther counter to decimal.Rafael Espindola
2011-08-04Don't print a counter in hex.Rafael Espindola
2011-08-04Print all the bits in the addend.Rafael Espindola
2011-08-04Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim
2011-07-20Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman
2011-07-15PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman
2011-07-06Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby
2011-06-04Add support for @GOTPTOFF in i386 mode.Nick Lewycky
2011-05-29Use %rbp on a 64 bit test.Rafael Espindola
2011-05-28Move ARM specific test into the ARM subdir.Benjamin Kramer
2011-05-19ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola
2011-05-16sets bit 0 of the function address of thumb function in .symtabRafael Espindola
2011-05-10In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola
2011-05-10Add support for producing .deubg_frame sections.Rafael Espindola
2011-04-12Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola
2011-04-12Implement .cfi_same_value.Rafael Espindola
2011-04-11Implement cfi_rel_offsetRafael Espindola
2011-04-11Add test for previous commit.Rafael Espindola
2011-04-07Update testsRafael Espindola
2011-03-20Write the section table and the section data in the same order thatRafael Espindola
2011-03-17Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-03-03PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman
2011-02-25split this test into arch specific pieces, so the ARMChris Lattner
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger
2011-02-23Put in the symbol table symbols only used in a .globl statement.Rafael Espindola
2011-02-21Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger
2011-02-20Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola
2011-02-16Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola
2011-01-27Add support for specifying register name in cfi-register/offset/defRoman Divacky
2011-01-24Jörg Sonnenberger noticed that we were missing this test.Rafael Espindola
2011-01-24Handle strings in section names the same way as gas:Rafael Espindola
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-23Add support for lowercase variants.Rafael Espindola
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2011-01-16Update tests.Rafael Espindola
2011-01-03Convert MC tests to .s so codegen changes won't break them.Evan Cheng
2011-01-01Fix PR8878.Rafael Espindola
2010-12-29Correctly encode pcrel|indirect.Rafael Espindola
2010-12-29Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola
2010-12-29Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola
2010-12-29Implement cfi_def_cfa_register.Rafael Espindola
2010-12-29Initial .cfi_offset implementation.Rafael Espindola
2010-12-28Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola