Add LDC compiler to list of external OS projects using LLVM 3.8
[oota-llvm.git] / test / Object /
2015-12-18 Rafael EspindolaHandle archives with paths in the names.
2015-12-07 NAKAMURA TakumiStabilize llvm/test/Object/archive-update.test a bit.
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-13 Tom StellardELFYAML: Add support for parsing AMDGPU section attribu...
2015-10-26 Tim NorthoverTests: be slightly more specific to avoid conflict...
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-01 Rafael EspindolaFix printing of 64 bit values and make test more strict.
2015-09-21 Rafael EspindolaAvoid SEGFAULT if a requested symbol section is absent.
2015-09-19 Davide ItalianoFixup r248096, commit the *correct* test.
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-01 Rui UeyamaObject: Fix COFF import file's symbols.
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaRollback r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaObject: Teach llvm-ar to create symbol table for COFF...
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
2015-08-10 Rafael EspindolaAdd a test showing that objdump (and so ObjectFIle...
2015-08-07 Rafael Espindolaadd missing tests files
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 Rui UeyamaUpdate comments.
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-31 Tom StellardELFYAML: Enable parsing of EM_AMDGPU
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-22 Rafael EspindolaForce the gnu archive format to fix the test on darwin.
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-21 Michael J. Spencer[Object][ELF] Handle files with no section header strin...
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-20 Rafael EspindolaMove CHECKs closer to the RUN line.
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2015-07-16 Rafael EspindolaTrying to fix the windows bots.
2015-07-16 Rafael EspindolaFix handling of relative paths in thin archives.
2015-07-15 Rafael Espindolallvm-ar: Don't write the directory in the string table.
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaAccept lower case to handle windows error messages.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Rafael EspindolaSleep for 2.1 seconds to see if that makes the test...
2015-07-14 Rafael Espindolallvm-ar: print an error when the requested member is...
2015-07-14 Rafael EspindolaRename a test. NFC.
2015-07-13 Rafael EspindolaAdd missing file.
2015-07-13 Rafael EspindolaFix reading archive members with / in the name.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-10 Michael J. Spencer[Object][ELF] Handle the dynamic string table in files...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-09 Rafael Espindolallvm-ar: Pad the symbol table to 4 bytes.
2015-07-09 Simon Atanasyan[yaml2obj] Initialize sh_addralign field for the .symta...
2015-07-09 Simon Atanasyan[ELF] Explicitly configure sections alignment in the...
2015-07-09 Rafael EspindolaAdd missing file from previous commit.
2015-07-09 Rafael EspindolaBasic support for BSD symbol tables in archives.
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-08 Rafael EspindolaDon't reject an archive with just a symbol table.
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Simon Atanasyan[yaml2obj] Align section content using AddressAlign...
2015-07-08 Simon Atanasyan[yaml2obj] Use regex to match sections offsets. NFC
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols are not undefined, at least for ObjectFile.
2015-07-06 Rafael Espindolallvm-nm: treat weak undefined as undefined.
2015-07-06 Rafael EspindolaWhen sorting by address, undefined symbols go first.
2015-07-06 Rafael EspindolaFix printing of common symbols.
2015-07-06 Rafael EspindolaCheck that COFF .obj files have sections with zero...
2015-07-06 Rafael EspindolaFix handling of ELF::R_MIPS_32 on Mips64.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-02 Rafael EspindolaImprove error message.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaAdd a testcase for an invalid file.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
2015-06-27 Lang Hames[Stackmap] Pre-assemble the stackmap parser test case...
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-24 Peter CollingbourneObject: Add XFAILed test case for r239560.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-09 Peter CollingbourneMove dllimport name mangling to IR mangler.
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on incomplete MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO load commands.
next