OSDN Git Service

[Dominators] Assert if there is modification to DelBB while it is awaiting deletion
[android-x86/external-llvm.git] / include / llvm / Object /
2018-07-20 Martin Storsjo[COFF] Adjust how we flag weak externals
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-04 Paul Semel[llvm-objdump] Add --file-headers (-f) option
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-06-27 Justin Bogner[Object] Allow iterating over an IRObjectFile's modules
2018-06-23 Fangrui Song[ELF] Change isSectionData to exclude SHF_EXECINSTR
2018-06-15 Paul Semel[llvm-readobj] Add -string-dump (-p) option
2018-06-07 Paul Semel[llvm-objdump] Add -R option
2018-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-05-29 Sam Clegg[WebAssembly] Add more error checking to object file...
2018-05-16 JF Bastien[NFC] WebAssembly build break #2
2018-05-16 JF Bastien[NFC] WebAssembly build fix
2018-05-14 Sam Clegg[WebAssembly] Move toString helpers to BinaryFormat
2018-05-09 Martin Storsjo[COFF] Improve correctness of def parsing for GNU features
2018-05-04 Peter CollingbourneObject: The default alignment of a section without...
2018-05-01 Sam Clegg[WebAssembly] Fix debug printing of symbol types
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-20 Vlad TsyrklevichLowerTypeTests: Propagate symver directives
2018-04-17 Peter CollingbourneCOFF: Make SectionChunk::Relocs field an ArrayRef....
2018-03-26 David BlaikieMove CVDebugRecord from CodeView to Object to fix layering
2018-03-14 Nicholas Wilson[WebAssembly] Add DenseMap traits and operator== for...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-12 Scott Linder[llvm-readobj][ELF] Move ELF note parsing into libObject
2018-03-10 Sam Clegg[WebAssembly] Object: Add accessor for wasm symbols
2018-03-05 Nicholas Wilson[WebAssembly] Add validation to reloc section
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-16 Konstantin ZhuravlyovAMDGPU: Bring elf flags in sync with the spec
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-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
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 Rui UeyamaAllow unaligned access to ELF file data structures.
2018-01-12 Rui UeyamaRemove ELFDataTypeTypedefHelper class.
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Rui UeyamaFix typo.
2018-01-12 Rui UeyamaUse ELF{32,64}{LE,BE} instead of ELFType<{little,big...
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-17 Sam Clegg[WebAssembly] Export some more info on wasm funtions
2017-12-16 Sam Clegg[WebAssembly] Return ArrayRef's rather than const std...
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-14 Zachary Turner[COFF] Teach LLD to use the COFF .debug$H section.
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-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-30 Rafael EspindolaCheck alignment in getSectionContentsAsArray.
2017-11-28 Peter CollingbourneReland r319090, "COFF: Do not create SectionChunks...
2017-11-27 Peter CollingbourneRevert r319090, "COFF: Do not create SectionChunks...
2017-11-27 Peter CollingbourneCOFF: Do not create SectionChunks for discarded comdat...
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
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-31 Peter CollingbourneInline compareAddr function into its only caller. NFCI.
2017-10-25 Peter CollingbourneRemove dead function declaration.
2017-10-25 Peter Collingbournellvm-readobj: Add support for reading relocations in...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
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 EspindolaRemove unused include.
2017-10-11 Rafael EspindolaConvert the last uses of ErrorOr in COFF.h.
2017-10-11 Rafael EspindolaConvert a few ErrorOr to Expected.
2017-10-11 Rafael EspindolaConvert a couple of ErrorOr to Expected. NFC.
2017-10-11 Rafael EspindolaRemove an unused include.
2017-10-11 Rafael EspindolaConvert an ErrorOr to Expected.
2017-10-10 Rafael EspindolaMake the ELFFile constructor private.
2017-10-10 Rafael EspindolaMake the ELFObjectFile constructor private.
2017-10-10 Rafael EspindolaConvert two uses of ErrorOr to Expected.
2017-10-05 Rafael EspindolaAdded phdr upper bound checks to ElfObject.
2017-10-05 Konstantin ZhuravlyovAMDGPU: Add and set AMDGPU-specific e_flags
2017-10-03 Konstantin ZhuravlyovAMDGPU: Add ELFOSABI_AMDGPU_PAL
2017-09-26 Sam Clegg[WebAssembly] Use function/global index space in WasmSymbol
2017-09-26 Jonas Devlieghere[dwarfdump] Skip 'stripped' sections
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-21 Rafael EspindolaUse ArrayRef. NFC.
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Marek Sokolowski[llvm-readobj] Teach readobj to dump .res files (Window...
2017-09-20 Jake EhrlichRename K_MIPS64 to K_GNU64
2017-09-19 Vlad TsyrklevichAllow public Triple deduction from ObjectFiles.
2017-09-15 Petr Hosek[Object] Fix missing arguments to getType and getSymbol...
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-08-31 Sam Clegg[WebAssembly] Validate exports when parsing object...
next