| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, | Eli Bendersky | 2013-01-25 | 1 | -1/+1 |
* | llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash. | NAKAMURA Takumi | 2012-12-18 | 1 | -1/+1 |
* | Add a triple to this test -- it has to be an ELF platform... | Chandler Carruth | 2012-12-17 | 1 | -1/+1 |
* | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth | 2012-12-17 | 1 | -0/+7 |
* | Add a test for explicitly exercising the mc-relax-all flag. | Eli Bendersky | 2012-12-10 | 1 | -0/+19 |
* | Add separate statistics for Data and Inst fragments emitted during relaxation. | Eli Bendersky | 2012-12-07 | 1 | -4/+1 |
* | Add support for .cfi_register now that it is easy to extent the representation | Rafael Espindola | 2012-11-25 | 1 | -0/+42 |
* | Implement .cfi_undefined. Based on a patch from PaX team, updated by | Rafael Espindola | 2012-11-23 | 1 | -0/+41 |
* | Emit relocations from .debug_aranges to .debug_info for asm files | Alexey Samsonov | 2012-11-14 | 1 | -2/+42 |
* | MC: Overhaul handling of .lcomm | Benjamin Kramer | 2012-09-07 | 1 | -0/+21 |
* | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer | 2012-09-07 | 1 | -0/+18 |
* | Give this test an explicit triple. | Nick Lewycky | 2012-08-12 | 1 | -1/+1 |
* | When emitting the PC range in an FDE, use the same data encoding for both ends | Nick Lewycky | 2012-08-12 | 1 | -0/+28 |
* | ELF: Add support for the asm .version directive. | Benjamin Kramer | 2012-05-12 | 1 | -0/+17 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 1 | -1/+1 |
* | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola | 2012-02-28 | 1 | -0/+70 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -5/+13 |
* | For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue... | David Meyer | 2012-02-15 | 2 | -2/+102 |
* | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola | 2012-01-23 | 1 | -0/+23 |
* | Implement cfi_restore. Patch by Brian Anderson! | Rafael Espindola | 2011-12-29 | 1 | -0/+42 |
* | Implement .cfi_escape. Patch by Brian Anderson! | Rafael Espindola | 2011-12-29 | 1 | -0/+42 |
* | Add support for gnu_indirect_function. | Roman Divacky | 2011-12-12 | 1 | -0/+14 |
* | Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas | Rafael Espindola | 2011-12-10 | 1 | -1/+5 |
* | Handle reloc_signed_4byte in here. Not doing so was a regression from my | Rafael Espindola | 2011-12-09 | 1 | -0/+8 |
* | Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a | Rafael Espindola | 2011-12-09 | 1 | -0/+6 |
* | Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take | Nick Lewycky | 2011-10-11 | 1 | -2/+1 |
* | Also create a shndx even if there are no symbols. This lets us test | Nick Lewycky | 2011-10-11 | 1 | -0/+93320 |
* | Fix the bitwidth of the remaining fields. | Rafael Espindola | 2011-08-04 | 48 | -496/+496 |
* | print st_shndx with the correct number of bits. | Rafael Espindola | 2011-08-04 | 23 | -80/+80 |
* | print st_other with the correct number of bits. | Rafael Espindola | 2011-08-04 | 23 | -82/+82 |
* | print st_type with the correct number of bits. | Rafael Espindola | 2011-08-04 | 25 | -92/+92 |
* | Print st_bind with the correct number of bits. | Rafael Espindola | 2011-08-04 | 28 | -95/+95 |
* | Print r_sym with the correct number of bits. | Rafael Espindola | 2011-08-04 | 2 | -22/+22 |
* | Print r_type with the correct number of bits. | Rafael Espindola | 2011-08-04 | 3 | -29/+29 |
* | Another counter goes decimal. | Rafael Espindola | 2011-08-04 | 24 | -89/+89 |
* | Change anther counter to decimal. | Rafael Espindola | 2011-08-04 | 30 | -157/+157 |
* | Don't print a counter in hex. | Rafael Espindola | 2011-08-04 | 21 | -35/+35 |
* | Print all the bits in the addend. | Rafael Espindola | 2011-08-04 | 24 | -115/+115 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=10568 | Jason W Kim | 2011-08-04 | 1 | -0/+13 |
* | Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389. | Eli Friedman | 2011-07-20 | 1 | -2/+3 |
* | PR10370: Make sure we know how to relax push correctly on x86-64. | Eli Friedman | 2011-07-15 | 1 | -5/+5 |
* | Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. | Kevin Enderby | 2011-07-06 | 1 | -5/+5 |
* | Add support for @GOTPTOFF in i386 mode. | Nick Lewycky | 2011-06-04 | 1 | -0/+8 |
* | Use %rbp on a 64 bit test. | Rafael Espindola | 2011-05-29 | 1 | -1/+1 |
* | Move ARM specific test into the ARM subdir. | Benjamin Kramer | 2011-05-28 | 1 | -20/+0 |
* | ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S. | Rafael Espindola | 2011-05-19 | 1 | -0/+7 |
* | sets bit 0 of the function address of thumb function in .symtab | Rafael Espindola | 2011-05-16 | 1 | -0/+20 |
* | In a debug_frame the cfi offset is to the start of the debug_frame section! | Rafael Espindola | 2011-05-10 | 1 | -6/+2 |
* | Add support for producing .deubg_frame sections. | Rafael Espindola | 2011-05-10 | 1 | -0/+42 |