aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF
Commit message (Expand)AuthorAgeFilesLines
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-151-0/+11
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-0/+65281
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-011-6/+6
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-1/+1
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-181-1/+1
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-171-1/+1
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+7
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-101-0/+19
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-071-4/+1
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+42
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+41
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-2/+42
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-0/+21
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-071-0/+18
* Give this test an explicit triple.Nick Lewycky2012-08-121-1/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-0/+28
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+17
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-1/+1
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-0/+70
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-152-2/+102
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-0/+23
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+42
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+42
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+14
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-101-1/+5
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-091-0/+8
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-091-0/+6
* Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky2011-10-111-2/+1
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-111-0/+93320
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-0448-496/+496
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-0423-80/+80
* print st_other with the correct number of bits.Rafael Espindola2011-08-0423-82/+82
* print st_type with the correct number of bits.Rafael Espindola2011-08-0425-92/+92
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-0428-95/+95
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-042-22/+22
* Print r_type with the correct number of bits.Rafael Espindola2011-08-043-29/+29
* Another counter goes decimal.Rafael Espindola2011-08-0424-89/+89
* Change anther counter to decimal.Rafael Espindola2011-08-0430-157/+157
* Don't print a counter in hex.Rafael Espindola2011-08-0421-35/+35
* Print all the bits in the addend.Rafael Espindola2011-08-0424-115/+115
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-041-0/+13
* Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman2011-07-201-2/+3
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-151-5/+5
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-061-5/+5
* 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