Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / MC / ELF /
2013-10-20 Peter CollingbourneEmit DWARF line entries for all data in the instruction...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-07-10 Tim NorthoverPut ELF COMDAT relocations into the relevant COMDAT...
2013-07-01 Serge PavlovAdded the test missed from r185080.
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-19 Ulrich Weigand[MC/DWARF] Generate multiple .debug_line entries for...
2013-06-05 Rafael EspindolaDon't hide the first ELF symbol.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-25 Cameron ZwarichAdd support for DWARF line number table entries for...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-03-28 Rafael EspindolaMove test since it depends on the X86 backend.
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-03-01 Eli BenderskyRewrite a test to check actual output rather than inter...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2012-12-18 NAKAMURA Takumillvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
2012-12-17 Chandler CarruthAdd a triple to this test -- it has to be an ELF platfo...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-10 Eli BenderskyAdd a test for explicitly exercising the mc-relax-all...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-08-12 Nick LewyckyGive this test an explicit triple.
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-10 Rafael EspindolaHandle expressions of the form _GLOBAL_OFFSET_TABLE_...
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-10-11 Nick LewyckyApparently, sometimes llvm-nm doesn't put the undefined...
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-04 Rafael EspindolaPrint all the bits in the addend.
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-07-20 Eli FriedmanExtend the hack for _GLOBAL_OFFSET_TABLE_ slightly...
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-06 Kevin EnderbyUpdate MC/ELF/relocation.s with change to X86 PUSH64i8...
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-05-29 Rafael EspindolaUse %rbp on a 64 bit test.
2011-05-28 Benjamin KramerMove ARM specific test into the ARM subdir.
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Rafael EspindolaAdd test for previous commit.
2011-04-07 Rafael EspindolaUpdate tests
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-02-25 Chris Lattnersplit this test into arch specific pieces, so the ARM
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-24 Rafael EspindolaJörg Sonnenberger noticed that we were missing this...
2011-01-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-16 Rafael EspindolaUpdate tests.
2011-01-03 Evan ChengConvert MC tests to .s so codegen changes won't break...
next