Include a shadow of the original CFG edges in the edge bundle graph.
[oota-llvm.git] / test / MC / ELF /
2010-12-22 Rafael EspindolaSimplify the handling of .size expressions.
2010-12-20 Roman DivackySet the value of absolute symbols.
2010-12-20 Roman DivackyPrint all 64bits for st_value and st_size. Adjust tests...
2010-12-18 Rafael EspindolaAdd a test that shows that we produce no fixups when...
2010-12-18 Rafael EspindolaTest for push being relaxed.
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
2010-12-16 Rafael EspindolaMake pushq produce signed relocations.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
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.
next