Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / tools / llvm-readobj /
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2015-12-15 Reid Kleckner[llvm-readobj] s/FunctionName/LinkageName/ for codeview...
2015-10-16 Davide Italiano[llvm-readobj] Teach ELFDumper about symbol versioning.
2015-10-15 Davide Italiano[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
2015-10-14 Igor Kudrin[llvm-readobj/ELF] fix: add correct test inputs
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-05 Alexandros LamprineasAdded missing test for [ARM] AttributeParser. Check...
2015-09-17 Davide Italiano[llvm-readobj] Fix another "time of check to time of...
2015-09-01 Davide Italiano[llvm-readobj] MachO -- correctly dump section field...
2015-09-01 Rui UeyamaObject: Fix COFF import file's symbols.
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-07-09 Simon Atanasyan[llvm-readobj] Print MIPS PLT table
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-05-30 Davide ItalianoClarify how the binary file checked in was generated.
2015-05-25 Davide Italiano[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
2015-05-15 Simon Atanasyan[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIF...
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-04-20 Simon Atanasyan[Mips] Support DT_MIPS_OPTIONS dynamic section tag...
2015-04-13 David Blaikiellvm-readobj: teach it to handle MachO Universal Archiv...
2015-03-24 Rafael Espindola[llvm-readobj] add support for macho universal binary.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-01-31 Saleem Abdulrasoolllvm-readobj: add a test case for ARM_MOV32(T) base...
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2015-01-03 Saleem Abdulrasoolllvm-readobj: add support to dump COFF export tables
2014-11-28 Charlie TurnerTest all <build attribute, value> pairs.
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-26 Will NewtonUpdate ARM ELF relocations to ABI 2.09
2014-11-25 David MajnemerForgot to add a file for r222734
2014-11-25 David MajnemerCOFF: Add another test for r222124
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-11-20 David MajnemerAdd a test for r221870
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-18 David Majnemerllvm-readobj: Don't print the Characteristics field...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Frederic RissImplement MachODumper::printFileHeaders
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-13 Timur IskhodzhanovAdd VS2012-generated test inputs for test/tools/llvm...
2014-10-08 Rui Ueyamallvm-readobj: add test for r219228
2014-10-06 Timur IskhodzhanovFix dumping codeview line tables when there are multipl...
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui Ueyamallvm-readobj: add a test for COFF import-by-ordinal...
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-23 Timur IskhodzhanovRebuild the inputs for the codeview-linetables.test...
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-11 Tim Northoverllvm-readobj: zero out timestamp in COFF auto-generated...
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-02-26 Nico RieckRelax COFF string table check
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-09 Saleem Abdulrasoolllvm-readobj: address review comments for ARM EHABI...
2014-01-08 Saleem Abdulrasooltests: disable ARM unwinding tests if ARM is unavailable
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2014-01-05 Simon Atanasyan[Mips] Rename the test case input file. No functional...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Timur IskhodzhanovRemove the COFF files with Z7 debug info from the repo
2013-12-17 Timur IskhodzhanovAdd some simple COFF files with Z7 debug info
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-11 Simon AtanasyanAdd support for DT_VERxxx and DT_MIPS_xxx .dynamic...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
next