OSDN Git Service

[SLP] Fix PR38339: Instruction does not dominate all uses!
[android-x86/external-llvm.git] / lib / ObjectYAML /
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-05-17 Zachary TurnerResubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary TurnerRevert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary Turner[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
2018-05-15 Benjamin KramerMove helper classes into anonymous namespaces. NFCI.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Matt ArsenaultAMDGPU: Add Vega12 and Vega20
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-20 Jonas Devlieghere[ObjectYAML] Add ability for DWARFYAML to calculate...
2018-04-10 Alexandre GaneaFix line endings (CR/LF -> LF) introduced by rL329613
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-03-08 Rafael AulerReland "[DebugInfo] Support DWARF expressions in eh_frame"
2018-03-07 Rui UeyamaRevert r326932: [DebugInfo] Support DWARF expressions...
2018-03-07 Rafael Auler[DebugInfo] Support DWARF expressions in eh_frame
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
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-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2018-01-08 Zachary TurnerFix uninitialized read error reported by MSAN.
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-13 Zachary Turner[CodeView] Teach clang to emit the .debug$H COFF section.
2017-12-13 Sam Clegg[WebAssembly] Use bitfield types in wasm YAML represent...
2017-12-06 Zachary TurnerUpdate obj2yaml and yaml2obj for .debug$H section.
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-16 Dave LeeAdd ELF dynamic symbol support to yaml2obj/obj2yaml
2017-11-09 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-08 Dave LeeRevert "Reapply: Allow yaml2obj to order implicit secti...
2017-11-08 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-07 Dave LeeRevert "Allow yaml2obj to order implicit sections for...
2017-11-07 Dave LeeAllow yaml2obj to order implicit sections for ELF
2017-11-06 Martin Storsjo[ObjectYAML] Map relocation types for COFF ARMNT and...
2017-11-01 Jake Ehrlich[yaml2obj][ELF] Add support for setting alignment in...
2017-10-25 Peter Collingbournellvm-readobj: Add support for reading relocations in...
2017-10-05 Konstantin ZhuravlyovAMDGPU: Add and set AMDGPU-specific e_flags
2017-10-03 Konstantin ZhuravlyovAMDGPU: Add ELFOSABI_AMDGPU_MESA3D
2017-10-03 Konstantin ZhuravlyovAMDGPU: Add ELFOSABI_AMDGPU_PAL
2017-10-03 Alex Bradbury[RISCV] Parse RISC-V eflags in ObjectYAML
2017-10-03 Shoaib Meenai[ObjectYAML] Handle SHF_COMPRESSED
2017-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
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-13 Adrian Prantlllvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
2017-09-13 Leslie Zhai[ARC] Prepare the implementation of relocation for LLD
2017-09-07 Petr Hosek[yaml2obj][ELF] Add support for symbol indexes greater...
2017-09-06 Sam Clegg[WebAssembly] Only treat imports/exports as symbols...
2017-08-30 Petr Hosek[yaml2obj][ELF] Make symbols optional for relocations
2017-08-20 Benjamin KramerMove helper classes into anonymous namespaces.
2017-07-19 Petr Hosek[yaml2obj][ELF] Add support for program headers
2017-07-17 Reid Kleckner[codeview] Fix YAML for LF_TYPESERVER2 by hoisting...
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-07-01 Eugene Zelenko[ObjectYAML] Fix some Clang-tidy modernize and Include...
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-30 George Rimar[YAML] - Teach yaml2obj/obj2yaml to work with numeric...
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-21 Bob Haarman[codeview] respect signedness of APSInts when printing...
2017-06-20 Reid Kleckner[codeview] YAMLize all section offsets and indices...
2017-06-20 Reid Kleckner[codeview] Fully initialize DataSym when mapping from...
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-19 Reid Kleckner[CodeView] Fix dumping of public symbol record flags
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary TurnerUse make_shared instead of make_unique.
2017-06-14 Zachary TurnerFix some more errors.
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-12 Zachary Turner[pdb] Don't choke on unknown symbol types.
2017-06-09 Zachary Turner[pdb] Support CoffSymbolRVA debug subsection.
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
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-05 Zachary Turner[CodeView] Handle Cross Module Imports and Exports.
2017-06-05 Konstantin ZhuravlyovAMDGPU: Remove deprecated and unused elf definitions
2017-06-02 Zachary TurnerFix build error on gcc.
2017-06-02 Zachary TurnerFix build error with clang and gcc.
2017-06-02 Zachary Turner[CodeView] Support CodeView subsections in any order.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-05-31 Zachary Turner[ObjectYAML] Split CodeViewYAML into 3 pieces.
2017-05-31 Zachary Turner[ObjectYAML] Clean up the CodeView headers a bit.
2017-05-30 Zachary TurnerTry to fix build again.
2017-05-30 Zachary Turner[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
2017-05-30 Zachary TurnerTry to fix build.
2017-05-30 Zachary Turner[CodeView] Move CodeView YAML code to ObjectYAML.
2017-05-10 Sam Clegg[WebAssembly] Fix build error in wasm YAML code
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-05 Sam Clegg[WebAssembly] Add ObjectYAML support for wasm name...
2017-04-26 Sam Clegg[WebAssembly] Allow for signed relocation addends
2017-04-25 Sam Clegg[WebAssembly] Read global index in init expression...
next