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
/
ELFEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-7
/
+33
*
Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."
Georgii Rymar
2020-01-15
1
-30
/
+7
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-7
/
+30
*
[yaml2obj] - Add a way to override sh_flags section field.
Georgii Rymar
2019-12-13
1
-19
/
+18
*
[yaml2obj] - Make DynamicSymbols to be Optional<> too.
Georgii Rymar
2019-12-04
1
-16
/
+21
*
[yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...
Georgii Rymar
2019-11-29
1
-9
/
+19
*
[yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...
Georgii Rymar
2019-11-26
1
-8
/
+18
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.
Georgii Rymar
2019-11-25
1
-0
/
+27
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.
Georgii Rymar
2019-11-12
1
-0
/
+29
*
Remove superfluous ';' to fix Wpedantic. NFC.
Simon Pilgrim
2019-11-11
1
-1
/
+1
*
[yaml2obj] - Add a way to describe the custom data that is not part of an out...
Georgii Rymar
2019-11-11
1
-45
/
+123
*
[yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.
georgerim
2019-10-31
1
-0
/
+69
*
[yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.
Georgii Rymar
2019-10-29
1
-10
/
+4
*
[yaml2obj] - Improve handling of the SHT_GROUP section.
Georgii Rymar
2019-10-29
1
-2
/
+8
*
[ObjectYAML] - Do not use auto. NFC.
Georgii Rymar
2019-10-26
1
-1
/
+1
*
[yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.
georgerim
2019-10-25
1
-8
/
+64
*
[lib/ObjectYAML] - Add a full stop to the comment. NFC.
georgerim
2019-10-23
1
-1
/
+1
*
[yaml2obj][obj2yaml] - Do not create a symbol table by default.
George Rimar
2019-10-20
1
-6
/
+23
*
[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.
George Rimar
2019-10-03
1
-2
/
+2
*
Recommit r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sect...
George Rimar
2019-10-03
1
-0
/
+30
*
Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sectio...
George Rimar
2019-10-03
1
-30
/
+0
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.
George Rimar
2019-10-03
1
-0
/
+30
*
[yaml2obj] - Alow Size tag for describing SHT_HASH sections.
George Rimar
2019-10-02
1
-2
/
+2
*
[yaml2obj] - Allow specifying custom Link values for SHT_HASH section.
George Rimar
2019-10-01
1
-1
/
+1
*
[yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
George Rimar
2019-10-01
1
-1
/
+34
*
[yaml2elf] - Support describing .stack_sizes sections using unique suffixes.
George Rimar
2019-09-25
1
-6
/
+7
*
[yaml2obj] - Add a Size field for StackSizesSection.
George Rimar
2019-09-25
1
-14
/
+14
*
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
George Rimar
2019-09-24
1
-0
/
+26
*
[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...
George Rimar
2019-09-13
1
-12
/
+18
*
[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
George Rimar
2019-09-13
1
-5
/
+5
*
[yaml2obj] Set p_align to the maximum sh_addralign of contained sections
Fangrui Song
2019-09-10
1
-5
/
+4
*
[yaml2obj] Simplify p_filesz/p_memsz computing
Fangrui Song
2019-09-09
1
-27
/
+15
*
[lib/ObjectYAML] - Improve and cleanup error reporting in ELFState<ELFT> class.
George Rimar
2019-09-09
1
-166
/
+129
*
[yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFC
Fangrui Song
2019-09-06
1
-5
/
+4
*
[yaml2obj] Make e_phoff and e_phentsize 0 if there are no program headers
Alex Brachet
2019-09-06
1
-2
/
+2
*
[yaml2obj] Write the section header table after section contents
Fangrui Song
2019-09-05
1
-16
/
+17
*
[lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI.
George Rimar
2019-09-05
1
-23
/
+13
*
[yaml2obj] - Allow overriding sh_name fields of the sections.
George Rimar
2019-09-02
1
-2
/
+6
*
[yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...
George Rimar
2019-08-30
1
-6
/
+1
*
[yaml2obj] - Allow placing local symbols after globals.
George Rimar
2019-08-29
1
-18
/
+6
*
Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...
Vlad Tsyrklevich
2019-08-28
1
-1
/
+6
*
Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...
Vlad Tsyrklevich
2019-08-28
1
-6
/
+1
*
[yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.
George Rimar
2019-08-27
1
-1
/
+6
*
[yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referen...
George Rimar
2019-08-22
1
-10
/
+13
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[yaml2obj/obj2yaml] - Add a basic support for extended section indexes.
George Rimar
2019-08-08
1
-0
/
+21
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-07
1
-0
/
+1083
*
Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...
Dmitri Gribenko
2019-08-06
1
-1083
/
+0
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-06
1
-0
/
+1083