OSDN Git Service

Resubmit r325107 (case folding DJB hash)
[android-x86/external-llvm.git] / lib / Object /
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-09 Sam Clegg[WebAssebmly] Report undefined symbols correctly in...
2018-02-02 Shiva Chen[RISCV] Add ELFObjectFileBase::getRISCVFeatures let...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-24 Sam Clegg[WebAssembly] Add minor helper functions to WasmObjectFile
2018-01-20 Martin Storsjo[COFF] Keep the underscore on exported decorated stdcal...
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-12 Sam Clegg[WebAssembly] Don't allow functions to be named twice
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2018-01-03 Michael TrentDo not look up symbol names when n_strx == 0
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-18 Bob HaarmanFix buffer overrun in WindowsResourceCOFFWriter::writeS...
2017-12-17 Sam Clegg[WebAssembly] Export some more info on wasm funtions
2017-12-15 Galina KistanovaFixed the gcc 'enumeral and non-enumeral type in condit...
2017-12-15 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Object.
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-08 Michael TrentReverting r320166 to fix test failures.
2017-12-08 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-06 Dan Gohman[WebAssembly] Commit a file I accidentally omitted...
2017-12-06 Rui Ueyama[COFF] Ignore semicolons in module definition identifiers
2017-12-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-12-01 Jake EhrlichAdd flag to ArchiveWriter to test GNU64 format more...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-21 Peter CollingbourneObject: Improve COFF irsymtab comdat representation.
2017-11-14 Rafael EspindolaUse TempFile in llvm-ar. NFC.
2017-11-10 Martin Storsjo[llvm-cvtres] Add support for ARM64
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-01 NAKAMURA TakumiFix warnings discovered by rL317076. [-Wunused-private...
2017-10-31 Peter CollingbourneObject: Move some code from ELF.h into ELF.cpp.
2017-10-27 Jake EhrlichRevert "Add support for writing 64-bit symbol tables...
2017-10-27 Jake EhrlichAdd support for writing 64-bit symbol tables for archiv...
2017-10-27 Jake EhrlichMake 32-bit member offset in Archive::Symbol::getMember...
2017-10-27 Peter CollingbourneELF: Add support for emitting dynamic relocations in...
2017-10-26 Martin Storsjo[COFF] Support ordinals in def files with space between...
2017-10-25 Peter Collingbournellvm-readobj: Add support for reading relocations in...
2017-10-23 Vedant Kumar[wasm] readSection: Avoid reading past eof (fixes oss...
2017-10-23 Martin Storsjo[COFF] Improve the check for functions that should...
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-17 Jessica PaquetteFix typo in checkTwoLevelHintsCommand
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 Rafael EspindolaConvert the last uses of ErrorOr in include/llvm/Object.
2017-10-11 Rafael EspindolaConvert the last uses of ErrorOr in COFF.h.
2017-10-11 Rafael EspindolaConvert a couple of ErrorOr to Expected. NFC.
2017-10-10 Rafael EspindolaMake the ELFObjectFile constructor private.
2017-10-10 Rafael EspindolaSimplify. NFC.
2017-10-10 Rafael EspindolaConvert two uses of ErrorOr to Expected.
2017-10-03 Rafael EspindolaPre-compute the tail of the archive
2017-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-26 Sam Clegg[WebAssembly] Model weakly defined symbols as wasm...
2017-09-26 Sam Clegg[WebAssembly] Use function/global index space in WasmSymbol
2017-09-26 Jonas Devlieghere[dwarfdump] Skip 'stripped' sections
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-22 Rafael EspindolaMove code to a helper function. NFC.
2017-09-22 Rafael Espindolallvm-ar: align the first archive member consistently.
2017-09-22 Rafael Espindolallvm-ar: Don't add an unnecessary alignment in gnu...
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-21 Rafael EspindolaUse raw_ostream in functions that don't need to seek...
2017-09-21 Rafael EspindolaSimplify the logic for truncating UID and GID. NFC.
2017-09-21 Rafael EspindolaUse ArrayRef. NFC.
2017-09-20 Sam Clegg[WebAssembly] Weak symbols should be defined in SF_Global
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
2017-09-20 Jake EhrlichRename K_MIPS64 to K_GNU64
2017-09-20 Mike EdwardsReverting due to Green Dragon bot failure.
2017-09-19 Sam Clegg[WebAssembly] Add support for naming wasm data segments
2017-09-19 Vlad TsyrklevichAllow public Triple deduction from ObjectFiles.
2017-09-13 Jonas Devlieghere[MachO] Prevent heap overflow when load command extends...
2017-09-13 Leslie Zhai[ARC] Prepare the implementation of relocation for LLD
2017-09-07 Peter CollingbourneObject: Downgrade invalid weak externals from an assert...
2017-09-06 Sam Clegg[WebAssembly] Only treat imports/exports as symbols...
2017-09-05 Vedant KumarRevert "[Decompression] Fail gracefully when out of...
2017-09-05 Jonas Devlieghere[Decompression] Fail gracefully when out of memory
2017-09-01 Sam Clegg[WebAssembly] Update relocation names to match spec
2017-09-01 Sam Clegg[WebAssembly] Fix getSymbolValue for exported globals
2017-08-31 Sam Clegg[WebAssembly] Fix getSymbolValue() for data symbols
2017-08-31 Sam Clegg[WebAssembly] Validate exports when parsing object...
2017-08-31 Benjamin Kramer[Object] Verify object sizes before handing out StringR...
2017-08-30 Rui UeyamaSimplify writeArchive return type.
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-24 Eric BeckmannFix bug 34051 by handling empty .res files gracefully.
2017-08-23 Jonas Devlieghere[WebAssembly] Fix overflow for input with missing version
2017-08-20 Benjamin Kramer[MachO] Use Twines more efficiently.
2017-08-16 Martin Storsjo[COFF] Make the weak aliases optional
2017-08-16 Martin Storsjo[llvm-dlltool] Fix creating stdcall/fastcall import...
2017-08-16 Martin Storsjo[COFF] Add SymbolName as a distinct field in COFFImportFile
next