summaryrefslogtreecommitdiff
path: root/test/MC/ELF
Commit message (Expand)AuthorAge
* 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
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Forgot to add testcase for r198590David Majnemer2014-01-21
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-08
* [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8David Woodhouse2014-01-08
* In the ELFWriter when writing aliased (.set) symbols dont blindlyRoman Divacky2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.NAKAMURA Takumi2013-12-05
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-30
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-20
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-22
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-21
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-15
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-10
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-10
* Added the test missed from r185080.Serge Pavlov2013-07-01
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-28
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* Don't hide the first ELF symbol.Rafael Espindola2013-06-05