aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1841-75/+90
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-16/+87
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-18/+182
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-8/+164
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2129-57/+227
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2923-121/+339
* Update to LLVM 3.5a.Stephen Hines2014-04-2439-158666/+941
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-301-6/+10
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-0/+47
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-0/+41
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-6/+19
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-182-0/+19
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+51
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-221-0/+2
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-212-1/+29
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-4/+21
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+10
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-102-1/+30
* Added the test missed from r185080.Serge Pavlov2013-07-011-0/+13
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+2
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+32
* Don't hide the first ELF symbol.Rafael Espindola2013-06-053-1/+28
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-3030-102/+119
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-4/+10
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-0/+37
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1279-3091/+2828
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-9/+44
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-1/+1
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-281-11/+0
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-281-26/+4
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-271-4/+26
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-151-0/+11
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-0/+65281
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-011-6/+6
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-1/+1
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-181-1/+1
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-171-1/+1
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+7
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-101-0/+19
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-071-4/+1
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+42
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+41
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-2/+42
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-0/+21
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-071-0/+18
* Give this test an explicit triple.Nick Lewycky2012-08-121-1/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-0/+28
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+17