aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF
Commit message (Expand)AuthorAgeFilesLines
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-041-0/+8
* Use %rbp on a 64 bit test.Rafael Espindola2011-05-291-1/+1
* Move ARM specific test into the ARM subdir.Benjamin Kramer2011-05-281-20/+0
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-191-0/+7
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-161-0/+20
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-101-6/+2
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-0/+42
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-0/+41
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+42
* Implement cfi_rel_offsetRafael Espindola2011-04-111-0/+49
* Add test for previous commit.Rafael Espindola2011-04-111-0/+46
* Update testsRafael Espindola2011-04-0729-66/+66
* Write the section table and the section data in the same order thatRafael Espindola2011-03-2026-224/+225
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-171-0/+10
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-1/+1
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-0/+10
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-031-0/+15
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-251-1/+0
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-242-0/+24
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-231-0/+26
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-211-0/+33
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-201-0/+13
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-161-17/+3
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-271-1/+1
* Jörg Sonnenberger noticed that we were missing this test.Rafael Espindola2011-01-241-0/+9
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-241-0/+7
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-0/+24
* Add support for lowercase variants.Rafael Espindola2011-01-231-1/+1
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-0/+16
* Update tests.Rafael Espindola2011-01-161-4/+4
* Convert MC tests to .s so codegen changes won't break them.Evan Cheng2011-01-035-127/+184
* Fix PR8878.Rafael Espindola2011-01-011-0/+7
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-291-61/+206
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-291-0/+45
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+42
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-291-0/+41
* Initial .cfi_offset implementation.Rafael Espindola2010-12-291-0/+42
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-281-0/+48
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-0/+45
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-6/+3
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-281-0/+49
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-125/+159
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-271-0/+7
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-11/+424
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-261-1/+14
* Add basic support for .cfi_personality.Rafael Espindola2010-12-261-7/+37
* Simplify the handling of .size expressions.Rafael Espindola2010-12-221-10/+0
* Set the value of absolute symbols.Roman Divacky2010-12-201-1/+14
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-2017-134/+134
* Add a test that shows that we produce no fixups when computing the differenceRafael Espindola2010-12-181-0/+16