summaryrefslogtreecommitdiff
path: root/test/MC/ELF
Commit message (Expand)AuthorAge
...
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-07
* Give this test an explicit triple.Nick Lewycky2012-08-12
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-15
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky2011-10-11
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-04
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-04
* Print r_type with the correct number of bits.Rafael Espindola2011-08-04
* Another counter goes decimal.Rafael Espindola2011-08-04
* Change anther counter to decimal.Rafael Espindola2011-08-04
* Don't print a counter in hex.Rafael Espindola2011-08-04
* Print all the bits in the addend.Rafael Espindola2011-08-04
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-04
* Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman2011-07-20
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-15
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-06
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-04
* Use %rbp on a 64 bit test.Rafael Espindola2011-05-29
* Move ARM specific test into the ARM subdir.Benjamin Kramer2011-05-28
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-19
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-10
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* Add test for previous commit.Rafael Espindola2011-04-11
* Update testsRafael Espindola2011-04-07
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-17
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-03