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
/
tools
/
obj2yaml
/
elf2yaml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-0
/
+33
*
Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."
Georgii Rymar
2020-01-15
1
-33
/
+0
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-0
/
+33
*
[yaml2obj] - Make DynamicSymbols to be Optional<> too.
Georgii Rymar
2019-12-04
1
-2
/
+4
*
[yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...
Georgii Rymar
2019-11-29
1
-1
/
+3
*
[yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...
Georgii Rymar
2019-11-26
1
-1
/
+3
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.
Georgii Rymar
2019-11-25
1
-0
/
+37
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.
Georgii Rymar
2019-11-12
1
-0
/
+41
*
[yaml2obj] - Add a way to describe the custom data that is not part of an out...
Georgii Rymar
2019-11-11
1
-18
/
+18
*
[yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.
georgerim
2019-10-31
1
-0
/
+59
*
[yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.
georgerim
2019-10-25
1
-0
/
+46
*
[obj2yaml] - Better dumping for relocations without symbols associated.
georgerim
2019-10-25
1
-13
/
+11
*
[yaml2obj][obj2yaml] - Do not create a symbol table by default.
George Rimar
2019-10-20
1
-2
/
+6
*
Recommit r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sect...
George Rimar
2019-10-03
1
-10
/
+65
*
Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sectio...
George Rimar
2019-10-03
1
-64
/
+10
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.
George Rimar
2019-10-03
1
-10
/
+64
*
[obj2yaml] - Fix BB after r373315.
George Rimar
2019-10-01
1
-4
/
+6
*
[yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
George Rimar
2019-10-01
1
-0
/
+47
*
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
George Rimar
2019-09-24
1
-0
/
+61
*
[yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFC
Fangrui Song
2019-09-06
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-11
/
+11
*
[yaml2obj/obj2yaml] - Add a basic support for extended section indexes.
George Rimar
2019-08-08
1
-13
/
+58
*
[obj2yaml] - Teach tool to dump SHT_NULL sections.
George Rimar
2019-08-05
1
-7
/
+24
*
[obj2yaml] - Report a error when unable to resolve a sh_link reference properly.
George Rimar
2019-07-29
1
-2
/
+6
*
Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...
George Rimar
2019-07-15
1
-162
/
+157
*
Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...
George Rimar
2019-07-15
1
-157
/
+162
*
[obj2yaml] - Rework tool's error reporting logic for ELF target.
George Rimar
2019-07-15
1
-162
/
+157
*
[yaml2obj] - Allow overriding sh_offset field from the YAML.
George Rimar
2019-07-02
1
-0
/
+2
*
[yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...
George Rimar
2019-06-27
1
-1
/
+3
*
[yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...
George Rimar
2019-06-25
1
-28
/
+58
*
[yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>
George Rimar
2019-06-19
1
-1
/
+2
*
[yaml2obj] - Allow setting cutom Flags for implicit sections.
George Rimar
2019-06-14
1
-1
/
+2
*
[yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...
George Rimar
2019-06-10
1
-3
/
+3
*
[obj2yamp] - Simplify and cleanup the code in ELFDumper<ELFT>::dumpGroup a bi...
George Rimar
2019-04-24
1
-27
/
+25
*
[yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...
George Rimar
2019-04-03
1
-27
/
+7
*
[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...
George Rimar
2019-03-28
1
-4
/
+6
*
[yaml2obj] - Allow setting custom sh_info for RawContentSection sections.
George Rimar
2019-03-01
1
-0
/
+1
*
[obj2yaml] - Do not miss section index for special symbols.
George Rimar
2019-02-22
1
-0
/
+7
*
[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.
George Rimar
2019-02-21
1
-0
/
+58
*
[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.
George Rimar
2019-02-19
1
-0
/
+26
*
Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...
George Rimar
2019-02-19
1
-0
/
+65
*
Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...
George Rimar
2019-02-19
1
-65
/
+0
*
[obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...
George Rimar
2019-02-19
1
-0
/
+65
*
[yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.
George Rimar
2019-02-12
1
-2
/
+2
*
[yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.
George Rimar
2019-02-09
1
-1
/
+27
*
[obj2yaml] - Merge dumpRelSection and dumpRelaSection. NFC.
George Rimar
2019-02-01
1
-49
/
+25
*
[obj2yaml] - Dump the sh_entsize section field.
George Rimar
2019-01-28
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[yaml2obj/obj2yaml] - Support dumping/parsing ABI version.
George Rimar
2018-12-20
1
-0
/
+1
*
Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
Rui Ueyama
2018-01-12
1
-4
/
+4
[next]