index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ObjectYAML
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COFF] Fix .bss section size bug in obj2yaml / yaml2obj
Reid Kleckner
2019-05-10
1
-0
/
+6
*
MinidumpYAML: add support for the ThreadList stream
Pavel Labath
2019-05-09
1
-30
/
+96
*
[yaml2obj] - Allow setting st_value explicitly for Symbol.
George Rimar
2019-05-07
1
-4
/
+5
*
[WebAssembly] Add more test coverage for reloctions against section symbols
Sam Clegg
2019-05-07
1
-1
/
+2
*
[WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobj
Dan Gohman
2019-04-30
1
-0
/
+1
*
[yaml2obj] - Don't crash on invalid inputs.
George Rimar
2019-04-25
1
-7
/
+5
*
[AMDGPU] Add gfx1010 target definitions
Stanislav Mekhanoshin
2019-04-24
1
-0
/
+1
*
MinidumpYAML: Fix ambiguity between std::make_unique and llvm::make_unique
Benjamin Kramer
2019-04-18
1
-1
/
+1
*
MinidumpYAML: Add support for ModuleList stream
Pavel Labath
2019-04-18
1
-12
/
+128
*
[WebAssembly] Add DataCount section to object files
Thomas Lively
2019-04-12
1
-0
/
+11
*
Fix MSVC build for r357749
Pavel Labath
2019-04-05
1
-5
/
+5
*
Minidump: Add support for reading/writing strings
Pavel Labath
2019-04-05
1
-5
/
+41
*
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
Hubert Tong
2019-04-04
2
-0
/
+43
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
2
-3
/
+3
*
[yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...
George Rimar
2019-04-03
1
-9
/
+12
*
[ObjectYAML] Fix build issue
Michael Liao
2019-04-02
1
-1
/
+1
*
Add minidump support to obj2yaml
Pavel Labath
2019-04-02
1
-0
/
+32
*
[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...
George Rimar
2019-03-28
1
-2
/
+3
*
MinidumpYAML.cpp: Fix some code standard violations missed during review
Pavel Labath
2019-03-25
1
-12
/
+12
*
[ObjectYAML] Add basic minidump generation support
Pavel Labath
2019-03-22
3
-0
/
+389
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-0
/
+25
*
[yaml2obj]Allow explicit setting of p_filesz, p_memsz, and p_offset
James Henderson
2019-03-15
1
-0
/
+3
*
[yaml2obj] - Allow producing ELFDATANONE ELFs
George Rimar
2019-03-07
1
-2
/
+3
*
[yaml2obj] - Allow setting custom sh_info for RawContentSection sections.
George Rimar
2019-03-01
1
-0
/
+1
*
[yaml2obj][obj2yaml] - Add support for the architecture specific dynamic tags.
George Rimar
2019-02-26
1
-4
/
+29
*
[yaml2obj]Re-allow dynamic sections to have raw content
James Henderson
2019-02-25
1
-0
/
+1
*
[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.
George Rimar
2019-02-21
1
-0
/
+22
*
[yaml2obj]Allow symbol Index field to take values lower than SHN_LORESERVE
James Henderson
2019-02-21
1
-3
/
+0
*
[ObjectYAML] Support SHT_MIPS_DWARF section type flag
Fangrui Song
2019-02-21
1
-0
/
+1
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
1
-2
/
+12
*
[yaml2obj][obj2yaml] Remove section type range markers from allowed mappings ...
James Henderson
2019-02-19
1
-3
/
+1
*
[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.
George Rimar
2019-02-19
1
-0
/
+10
*
Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...
George Rimar
2019-02-19
1
-0
/
+30
*
Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...
George Rimar
2019-02-19
1
-30
/
+0
*
Fix BB after r354328.
George Rimar
2019-02-19
1
-4
/
+2
*
[obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...
George Rimar
2019-02-19
1
-0
/
+32
*
[yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.
George Rimar
2019-02-12
1
-4
/
+5
*
[lib/ObjectYAML] - Fix BB after r353607 [2]. NFC.
George Rimar
2019-02-09
1
-2
/
+1
*
[lib/ObjectYAML] - Fix BB after r353607. NFC.
George Rimar
2019-02-09
1
-2
/
+1
*
[yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.
George Rimar
2019-02-09
1
-0
/
+46
*
[WebAssembly] Add symbol flag to the binary format llvm.used
Sam Clegg
2019-02-07
1
-0
/
+1
*
[yaml2obj]Allow number for ELF symbol type
James Henderson
2019-02-06
1
-0
/
+1
*
[yaml::BinaryRef] Slight perf tuning (for llvm-exegesis analysis mode)
Roman Lebedev
2019-02-06
1
-3
/
+4
*
[COFF] Add new relocation types.
Martin Storsjo
2019-01-27
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-17
1
-0
/
+18
*
Revert "[WebAssembly] Parse llvm.ident into producers section"
Thomas Lively
2019-01-17
1
-18
/
+0
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-16
1
-0
/
+18
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-4
/
+4
*
[ObjectYAML] [COFF] Support multiple symbols with the same name
Martin Storsjo
2019-01-07
1
-1
/
+2
[next]