ARM assembly parsing for 'msr' plain 'cpsr' operand.
[oota-llvm.git] / test / MC / ELF /
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...
2011-01-01 Rafael EspindolaFix PR8878.
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 Rafael EspindolaFix bug when trying to output uint16_t or uint32_t.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-29 Rafael EspindolaImplement cfi_def_cfa_register.
2010-12-29 Rafael EspindolaInitial .cfi_offset implementation.
2010-12-28 Rafael EspindolaDon't produce a "DW_CFA_advance_loc 0".
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Rafael EspindolaHandle reloc_riprel_4byte_movq_load. Should make the...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-26 Rafael EspindolaAdd support for @note. Patch by Jörg Sonnenberger.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
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...
next