OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / lib / Object /
2017-07-25 Teresa Johnson[LTO] Prevent dead stripping and internalization of...
2017-07-25 Martin Storsjo[COFF] ARM64 support for COFFImportFile
2017-07-24 Kevin EnderbySmall tweak to one check in error handling to the dyld...
2017-07-20 Kevin EnderbyAdd error handling to the dyld compact export entries...
2017-07-19 Saleem AbdulrasoolObject: preserve more information about DEF file
2017-07-18 Saleem AbdulrasoolObject: rename parameter from DLLName to ImportName
2017-07-18 Saleem AbdulrasoolObject: handle extensions properly in def files
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-18 Rui UeyamaRevert r308329: llvm: add llvm-dlltool support to the...
2017-07-18 Martell Malonellvm: fix -Wcast gcc warn error from rL308329
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-07-08 Eric BeckmannRevert "Revert "Revert "Revert "Switch external cvtres...
2017-07-07 Eric BeckmannAdd name offset flags, for parity with cvtres.exe.
2017-07-07 Sam Clegg[WebAssembly] Support weak defined symbols
2017-07-05 Eric BeckmannRevert "Revert "Revert "Switch external cvtres.exe...
2017-07-05 Eric BeckmannRevert "Revert "Revert "Replace trivial use of external...
2017-07-05 Eric BeckmannRevert "Revert "Replace trivial use of external rc...
2017-07-05 Eric BeckmannRevert "Revert "Switch external cvtres.exe for llvm...
2017-07-05 Eric BeckmannRevert "Switch external cvtres.exe for llvm's own resou...
2017-07-05 Eric BeckmannRevert "Replace trivial use of external rc.exe by writi...
2017-07-01 Eric BeckmannRevert "Revert "Replace trivial use of external rc...
2017-06-30 Eric BeckmannFix bug in symbol generation for resource COFF
2017-06-30 Martin Storsjo[llvm-readobj] Improve printouts for COFF ARM64 binaries
2017-06-29 Eric BeckmannRevert "Replace trivial use of external rc.exe by writi...
2017-06-27 Mandeep Singh Grang[COFF, ARM64] Add support for Windows ARM64 COFF format
2017-06-27 Peter CollingbourneObject: Teach irsymtab::read() to try to use the irsymt...
2017-06-27 Peter CollingbourneBitcode: Write the irsymtab to disk.
2017-06-27 Peter CollingbourneObject: Add version and producer fields to the irsymtab...
2017-06-27 Sam Clegg[WebAssembly] Add support for printing relocations...
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-26 Eric BeckmannReplace trivial use of external rc.exe by writing our...
2017-06-22 Kevin EnderbyUpdated llvm-objdump symbolic disassembly with x86_64...
2017-06-22 Reid Kleckner[llvm-readobj] Dump the COFF image load config
2017-06-21 Peter CollingbourneObject: Have the irsymtab builder take a string table...
2017-06-20 Sam Clegg[WebAssembly] Fix build failures introduced in r305769
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-19 Eric BeckmannHave writeCOFFWriter return Expected<unique_ptr>.
2017-06-16 Sam Clegg[WebAssembly] Use __stack_pointer global when writing...
2017-06-16 Eric BeckmannClean up some things in the WindowsResource changes.
2017-06-16 Benjamin Kramer[Object] Remove redundant std::move.
2017-06-16 Eric BeckmannSwitch external cvtres.exe for llvm's own resource...
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-13 Eric BeckmannUse reference to iterate through string table instead...
2017-06-13 Eric BeckmannFix a bug introduced in r305092 on big-endian systems.
2017-06-13 Eric BeckmannFix alignment complaint.
2017-06-13 Eric BeckmannImprove error messages in order to help with fixing...
2017-06-13 Eric BeckmannRevert "Revert "Fix alignment bug in COFF emission.""
2017-06-13 Eric BeckmannUpdate the test framework for llvm-cvtres to be more...
2017-06-13 Eric BeckmannRevert "Fix alignment bug in COFF emission."
2017-06-13 Eric BeckmannFix alignment bug in COFF emission.
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-12 Reid Kleckner[llvm-ar] Make llvm-lib behave more like the MSVC archiver
2017-06-10 Vedant KumarFix a ubsan failure introduced by r305092
2017-06-09 Eric BeckmannImplement COFF emission for parsed Windows Resource...
2017-06-08 Galina KistanovaFixed warning: dereferencing type-punned pointer will...
2017-06-08 Peter CollingbourneObject: Move datalayout check into irsymtab::build...
2017-06-08 Peter CollingbourneBitcode: Introduce a BitcodeFileContents data type...
2017-06-08 Peter CollingbourneObject: Factor out the code for creating the irsymtab...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Wolfgang Pieb[DWARF] Adding support for the DWARF v5 string offsets...
2017-06-02 Reid KlecknerRe-land "COFF: migrate def parser from LLD to LLVM"
2017-06-02 Reid KlecknerRevert "COFF: migrate def parser from LLD to LLVM"
2017-05-31 Steven Wu[MachOObject] Fix bind opcode parser error on valid...
2017-05-30 Eric BeckmannFix bug on Big-Endian system, due to reference to vecto...
2017-05-30 Eric BeckmannThis patch should fix various clang warnings and a...
2017-05-30 Benjamin Kramer[Object] Remove unused field + constructor.
2017-05-30 Benjamin Kramer[Object] Fix pessimizing move.
2017-05-30 Eric BeckmannAdding parsing ability for .res file.
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 George RimarRevert "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRecommit r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 George RimarRevert r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-20 Martell MaloneCOFF: Fix another StringRef return error
2017-05-20 Martell MaloneCOFF: Fix single StringRef return error
2017-05-20 Martell MaloneCOFF: migrate def parser from LLD to LLVM [1/2]
2017-05-20 David BlaikieFix -Wunneeded-internal-declaration by removing constan...
2017-05-20 Eric BeckmannAdd functionality to cvtres to parse all entries in...
2017-05-18 George Rimar[lib/Object] - Minor API update for llvm::Decompressor.
2017-05-14 Shoaib Meenai[COFF] Gracefully handle empty .drectve sections
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-09 Eric BeckmannFix the Endianness bug by adding the little endian...
2017-05-09 Sam Clegg[WebAssembly] Fix validation of start function
2017-05-08 Eric BeckmannHopefully one last commit to fix this patch, addresses...
2017-05-08 Eric BeckmannUpdate llvm-readobj -coff-resources to display tree...
2017-05-08 Eric BeckmannRevert "Hopefully one last commit to fix this patch...
2017-05-08 Eric BeckmannHopefully one last commit to fix this patch, addresses...
2017-05-07 Eric BeckmannUpdate llvm-readobj -coff-resources to display tree...
2017-05-04 Sam Clegg[WebAssembly] Add wasm symbol table support to llvm...
2017-05-02 Rafael EspindolaAdd llvm::object::getELFSectionTypeName().
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-04-26 Peter CollingbourneLTO: Mark undefined module asm symbols as used.
2017-04-26 Sam Cleggrevert debugging
2017-04-26 Sam Clegg[WebAssembly] Allow for signed relocation addends
2017-04-25 Sam Clegg[WebAssembly] Read global index in init expression...
2017-04-24 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
next