MC asm parser macro argument count was wrong when empty.
[oota-llvm.git] / test / MC / ELF /
2010-11-14 Rafael EspindolaFix the type of a symbol created with .comm and no...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Rafael EspindolaMake AliasedSymbol able to handle MCTargetExpr. They...
2010-11-11 Rafael EspindolaFix the symbol index of weak references. Also make...
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaFix test.
2010-11-01 Rafael EspindolaWrite the line info to .debug_line.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-28 Rafael EspindolaImprovements to .section parsing:
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
2010-10-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Rafael EspindolaProduce an error for an invalid use of .symver.
2010-10-27 Rafael EspindolaSymbols defined as the difference of other two end...
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-26 Rafael EspindolaImplement some relaxations for arithmetic instructions...
2010-10-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-19 Jason W KimFixing r116753 r116756 r116777
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-14 Rafael EspindolaRemove some code duplication.
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaTests that now pass.
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-03 Rafael EspindolaImplement a very basic PIC case.
2010-10-02 Chris Lattneractually, move the elf tests into the existing elf...
2010-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Rafael EspindolaAdd another test that now passes.
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-29 Rafael EspindolaMove "local commons" to the end of .bss to match the...
2010-09-29 Rafael EspindolaAdd a test that I forgot to add with a previous commit.
2010-09-28 Rafael EspindolaOn elf, undefined symbols can start with .L.
2010-09-27 Rafael EspindolaWrite relocations in the end of the file. This matches...
2010-09-27 Rafael EspindolaMake sure .text doesn't produce extra alignment.
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Rafael EspindolaRevert 114678 and 114667 to see if
2010-09-23 Rafael EspindolaCorrectly handle weak undefined symbols. Before we...
2010-09-23 Rafael EspindolaRepresent relocations against local symbols as relocati...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-20 Rafael EspindolaProduce a R_X86_64_32 when the value is >=0.
2010-09-18 Rafael EspindolaMake sure the STT_FILE symbol is the first one in the...
2010-09-18 Rafael EspindolaAdd test that was missing in my previous commit.
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-09 Benjamin KramerAdd an elf-dumper utility.
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...