Age | Commit message (Expand) | Author |
2013-04-17 | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne |
2013-04-12 | Replace coff-/elf-dump with llvm-readobj | Nico Rieck |
2013-04-10 | Use a scheme closer to that of GNU as when deciding the type of a | Peter Collingbourne |
2013-04-03 | Implements low-level object file format specific output for COFF and | Eric Christopher |
2013-03-28 | Move test since it depends on the X86 backend. | Rafael Espindola |
2013-03-28 | Revert "Updated ELF relocation test for .eh_frame section" | Michael Gottesman |
2013-03-27 | Updated ELF relocation test for .eh_frame section | Jack Carter |
2013-03-15 | Fix the FDE encoding to be relative on ELF. | Rafael Espindola |
2013-03-09 | We need a shndx if the number of sections breaks SHN_LORESERVE. This condition | Nick Lewycky |
2013-03-01 | Rewrite a test to check actual output rather than intermediate implementation | Eli Bendersky |
2013-01-25 | Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, | Eli Bendersky |
2012-12-18 | llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash. | NAKAMURA Takumi |
2012-12-17 | Add a triple to this test -- it has to be an ELF platform... | Chandler Carruth |
2012-12-17 | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth |
2012-12-10 | Add a test for explicitly exercising the mc-relax-all flag. | Eli Bendersky |
2012-12-07 | Add separate statistics for Data and Inst fragments emitted during relaxation. | Eli Bendersky |
2012-11-25 | Add support for .cfi_register now that it is easy to extent the representation | Rafael Espindola |
2012-11-23 | Implement .cfi_undefined. Based on a patch from PaX team, updated by | Rafael Espindola |
2012-11-14 | Emit relocations from .debug_aranges to .debug_info for asm files | Alexey Samsonov |
2012-09-07 | MC: Overhaul handling of .lcomm | Benjamin Kramer |
2012-09-07 | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer |
2012-08-12 | Give this test an explicit triple. | Nick Lewycky |
2012-08-12 | When emitting the PC range in an FDE, use the same data encoding for both ends | Nick Lewycky |
2012-05-12 | ELF: Add support for the asm .version directive. | Benjamin Kramer |
2012-03-25 | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky |
2012-02-28 | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer |
2012-02-28 | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-02-15 | For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue... | David Meyer |
2012-01-23 | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola |
2011-12-29 | Implement cfi_restore. Patch by Brian Anderson! | Rafael Espindola |
2011-12-29 | Implement .cfi_escape. Patch by Brian Anderson! | Rafael Espindola |
2011-12-12 | Add support for gnu_indirect_function. | Roman Divacky |
2011-12-10 | Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas | Rafael Espindola |
2011-12-09 | Handle reloc_signed_4byte in here. Not doing so was a regression from my | Rafael Espindola |
2011-12-09 | Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a | Rafael Espindola |
2011-10-11 | Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take | Nick Lewycky |
2011-10-11 | Also create a shndx even if there are no symbols. This lets us test | Nick Lewycky |
2011-08-04 | Fix the bitwidth of the remaining fields. | Rafael Espindola |
2011-08-04 | print st_shndx with the correct number of bits. | Rafael Espindola |
2011-08-04 | print st_other with the correct number of bits. | Rafael Espindola |
2011-08-04 | print st_type with the correct number of bits. | Rafael Espindola |
2011-08-04 | Print st_bind with the correct number of bits. | Rafael Espindola |
2011-08-04 | Print r_sym with the correct number of bits. | Rafael Espindola |
2011-08-04 | Print r_type with the correct number of bits. | Rafael Espindola |
2011-08-04 | Another counter goes decimal. | Rafael Espindola |
2011-08-04 | Change anther counter to decimal. | Rafael Espindola |
2011-08-04 | Don't print a counter in hex. | Rafael Espindola |
2011-08-04 | Print all the bits in the addend. | Rafael Espindola |
2011-08-04 | Fix http://llvm.org/bugs/show_bug.cgi?id=10568 | Jason W Kim |