summaryrefslogtreecommitdiff
path: root/test/MC/ELF
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Re-enable ARM ELF testsAlp Toker2014-06-08
* test: move some tests into ARM directorySaleem Abdulrasool2014-06-08
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-08
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* Fix pr19645.Rafael Espindola2014-05-03
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Move a testcase from ELF to ARM64, incorrectly placed in r207627.James Molloy2014-04-30
* Add a testcase for r207627.James Molloy2014-04-30
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* Relax the test a bit.Rafael Espindola2014-04-30
* Rename the test, it is testing the symver directive.Rafael Espindola2014-04-30
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* Don't include an invalid symbol in the symbol table.Rafael Espindola2014-04-28
* List the entire symbol table in this test.Rafael Espindola2014-04-28
* Produce an error instead of a crash in an expr we cannot represent.Rafael Espindola2014-04-28
* Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.Rafael Espindola2014-04-21
* Compress debug sections only when beneficial.David Blaikie2014-04-18
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-18
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-14
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Revert debug info compression support.David Blaikie2014-04-10
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-08
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-02
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* llvm/test/MC/ELF/nocompression.s: Loosen an expression to match "llvm-mc.EXE".NAKAMURA Takumi2014-03-30
* llvm-mc: Fix build breakage caused by r205050.Logan Chien2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* Only test compression when linked with zlib.David Blaikie2014-03-28
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* Correctly detect if a symbol uses a reserved section index or not.Rafael Espindola2014-03-26
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* Add back tests that were reverted in r204203.Rafael Espindola2014-03-24
* Propagate section from base to derived symbol.Rafael Espindola2014-03-24
* Propagate types from symbol to aliases.Rafael Espindola2014-03-23
* Fix the value computation inRafael Espindola2014-03-21
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Make the test harder by using a non-zero offset.Rafael Espindola2014-03-19
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-17
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-14
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17
* Fix broken CHECK linesNico Rieck2014-02-16