OSDN Git Service

[WebAssembly] Fix bugs in BLOCK/TRY placement
[android-x86/external-llvm.git] / test / MC / ELF /
2019-03-25 Ali TamurRevert "[llvm] Prevent duplicate files in debug line...
2019-03-25 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-03-14 Eli Friedman[MC] Sort FDEs by the associated CIE before emitting...
2019-03-01 Paul Robinson[DWARF] Make -g with empty assembler source work better.
2019-03-01 Matt Davis[llvm-readobj] Display section names for STT_SECTION...
2019-02-13 Reid Kleckner[MC] Make symbol version errors non-fatal
2019-01-15 James Y KnightRemove irrelevant references to legacy git repositories...
2018-12-21 Luke Cheeseman[AArch64] Adding missing REQUIRES in aarch64 dwarf...
2018-12-21 Luke Cheeseman[Dwarf/AArch64] Return address signing B key dwarf...
2018-12-05 George RimarRecommit r348243 - "[llvm-mc] - Do not crash when refer...
2018-12-04 George RimarRevert r348243 "[llvm-mc] - Do not crash when referenci...
2018-12-04 George Rimar[llvm-mc] - Do not crash when referencing undefined...
2018-11-13 Alexander RichardsonFix .cfi_restore with register numbers > 64
2018-11-11 Kristina Brooks[llvm][test] Update tests using objdump
2018-09-22 George Rimar[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
2018-09-06 Eric ChristopherThe initial .text section generated in object files...
2018-08-29 George RimarRevert r340904 "[llvm-mc] - Allow to set custom flags...
2018-08-29 George Rimar[llvm-mc] - Allow to set custom flags for debug sections.
2018-08-22 Peter CollingbourneMC: Teach the COFF object writer to write address-signi...
2018-08-08 Jonas Devlieghere[DWARF] Unclamp line table version on Darwin for v5...
2018-08-06 Peter CollingbourneMC: Redirect .addrsig directives referring to private...
2018-08-05 Eric ChristopherRevert "Add a warning if someone attempts to add extra...
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-16 Michael J. SpencerRecommit r335794 "Add support for generating a call...
2018-07-11 Paul RobinsonQuick fix for some Windows bots
2018-07-11 Jonas DevlieghereUse debug-prefix-map for AT_NAME
2018-07-10 Paul RobinsonUpdate test to work on Windows
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map in llvm-mc. This is useful...
2018-07-02 Fangrui SongReplace unused output filenames with /dev/null in tests
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-06-28 Benjamin KramerRevert "Add support for generating a call graph profile...
2018-06-27 Michael J. SpencerAdd support for generating a call graph profile from...
2018-06-26 Fangrui SongMove `REQUIRES:` line to the top
2018-06-25 Eric ChristopherAdd a warning if someone attempts to add extra section...
2018-06-22 Paul RobinsonFix test again, try to keep all targets happy
2018-06-22 Paul RobinsonFix test, nop is not always 1 byte
2018-06-22 Paul Robinson[DWARFv5] Allow ".loc 0" to refer to the root file.
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-06-21 Paul Robinson[DWARF] Warn on and ignore ".file 0" for DWARF v4 and...
2018-06-20 Paul Robinson[DWARF] Don't keep a ref to possibly stack allocated...
2018-06-14 Paul Robinson[DWARFv5] Tolerate files not all having an MD5 checksum.
2018-06-12 Fangrui Song[MC] [X86] Teach leaq _GLOBAL_OFFSET_TABLE(%rip), ...
2018-06-12 Paul Robinson[DWARFv5] llvm-mc -dwarf-version does not imply -g.
2018-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-05-21 Peter CollingbourneMC: Introduce an ELF dwo object writer and teach llvm...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-04-27 Vlad TsyrklevichELFObjectWriter: Allow one unique symver per symbol
2018-04-26 Justin BognerSpecify REQUIRES: default_triple in a few tests
2018-04-22 Jonas Devlieghere[test] Fix MC/ELF/nocompression.s
2018-04-11 Paul Robinson[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
2018-03-29 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-28 Alexander PotapenkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-27 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-24 Eric ChristopherAdd REQUIRES lines for the targets being checked in...
2018-03-24 Eric ChristopherAllow FDE references outside the +/-2GB range supported...
2018-03-12 Alexander Shaposhnikov[llvm] Fix mc tests
2018-03-07 Alexander KornienkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-06 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Paul RobinsonRevert "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Paul Robinson[DWARFv5] Emit file 0 to the line table.
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-22 Paul Robinson[DWARFv5] Turn an assert into a diagnostic. Hand-coded...
2018-02-22 Simon Pilgrim[MC] Don't crash on modulo by zero (PR35650)
2018-02-20 George Rimar[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
2018-02-08 Paul Robinson[DWARFv5] Fix dumper to show the file table starts...
2018-02-08 Paul RobinsonParameterize a test.
2018-02-06 Paul Robinson[DWARFv5] Emit .debug_line_str (in a non-DWO file).
2018-02-05 Paul Robinson[DWARF] Regularize dumping strings from line tables.
2018-02-01 Rafael Espindola[MC] Fix assembler infinite loop on EH table using...
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-29 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-18 Paul Robinson[DWARFv5] Number the line-table's directory array corre...
2018-01-09 Paul Robinson[DWARFv5] MC support for MD5 file checksums
2017-12-31 George Rimar[MC] - Stop ignoring invalid meta data symbols.
2017-12-25 George Rimar[MC] - Disallow invalid section groups declarations.
2017-12-24 George Rimar[MC] - Teach llvm-mc to handle comdats whose names...
2017-12-18 Craig Topper[X86] Don't use NOPL when the assembler is passed an...
2017-12-04 Paul RobinsonRe-submit r289925 (Update .debug_line section version...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-11-22 Paul Robinson[DWARF] Fix handling of extended line-number opcodes
2017-09-11 Adrian Prantlllvm-dwarfdump: Make -brief the default and add a ...
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-08-02 Rafael EspindolaDon't pass the code model to MC
2017-07-06 Rafael EspindolaUse @LINE in two more tests.
2017-06-22 Rafael EspindolaAdd a common error checking for some invalid expressions.
2017-06-20 Rafael EspindolaMake this test a bit more strict. NFC.
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-05 Javed AbsarMove ARM specific test to ELF/ARM dir
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-05-02 Rafael EspindolaAdd llvm::object::getELFSectionTypeName().
2017-04-04 Petr Hosek[MC] Set defaults based on section names and support...
2017-04-04 Evgeniy StepanovChange section flag character for SHF_LINK_ORDER to...
2017-03-17 Oliver Stannard[Asm] Don't list '@<type>' in diag when '@' is a comment
2017-03-14 Evgeniy StepanovFix asm printing of associated sections.
2017-03-10 Simon Atanasyan[MC] Accept a numeric value as an ELF section header...
2017-02-28 Paul Robinson[DWARFv5] llvm-mc support for new unit header.
2017-02-24 Evgeniy StepanovDisallow redefinition of section symbols.
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
next