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
/
yaml2obj
/
yaml2elf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-07
1
-1089
/
+0
*
Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...
Dmitri Gribenko
2019-08-06
1
-0
/
+1089
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-06
1
-1089
/
+0
*
[yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.
George Rimar
2019-08-05
1
-1
/
+1
*
Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...
George Rimar
2019-07-25
1
-20
/
+18
*
Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
JF Bastien
2019-07-24
1
-18
/
+20
*
[yaml2obj] - Allow custom fields for the SHT_UNDEF sections.
George Rimar
2019-07-24
1
-20
/
+18
*
Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...
George Rimar
2019-07-24
1
-1
/
+1
*
Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...
Vlad Tsyrklevich
2019-07-23
1
-1
/
+1
*
[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().
George Rimar
2019-07-23
1
-1
/
+1
*
[yaml2obj] - Add a support for defining null sections in YAMLs.
George Rimar
2019-07-23
1
-5
/
+23
*
[yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.
George Rimar
2019-07-23
1
-10
/
+13
*
[yaml2obj] - Change how we handle implicit sections.
George Rimar
2019-07-22
1
-36
/
+35
*
[yaml2obj] - Allow overriding the sh_size field.
George Rimar
2019-07-11
1
-6
/
+14
*
[yaml2obj] - Allow overriding sh_offset field from the YAML.
George Rimar
2019-07-02
1
-0
/
+9
*
[yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...
George Rimar
2019-06-27
1
-4
/
+10
*
[yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...
George Rimar
2019-06-25
1
-5
/
+12
*
[yaml2obj] - Convert `ELFState<ELFT>::addSymbols` method to `toELFSymbols` he...
George Rimar
2019-06-20
1
-47
/
+44
*
[yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>
George Rimar
2019-06-19
1
-3
/
+9
*
Revert "Revert r363377: [yaml2obj] - Allow setting custom section types for i...
George Rimar
2019-06-14
1
-2
/
+6
*
Revert r363377: [yaml2obj] - Allow setting custom section types for implicit ...
Rui Ueyama
2019-06-14
1
-6
/
+2
*
[yaml2obj] - Allow setting custom section types for implicit sections.
George Rimar
2019-06-14
1
-2
/
+6
*
[yaml2obj] - Allow setting the custom Address for .strtab
George Rimar
2019-06-14
1
-3
/
+2
*
[yaml2obj] - Allow setting cutom Flags for implicit sections.
George Rimar
2019-06-14
1
-9
/
+14
*
[yaml2elf] - Check we are able to set custom sh_link for .symtab/.dynsym
George Rimar
2019-06-11
1
-10
/
+19
*
[yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...
George Rimar
2019-06-10
1
-35
/
+59
*
[yaml2obj] - Do not assert when .dynsym is specified explicitly, but .dynstr ...
George Rimar
2019-06-10
1
-1
/
+12
*
[yaml2obj] - Remove helper methods that are probably excessive. NFC.
George Rimar
2019-06-10
1
-17
/
+4
*
[yaml2elf] - Refactoring followup for D62809
George Rimar
2019-06-07
1
-44
/
+35
*
[yaml2obj] - Change how we handle implicit sections.
George Rimar
2019-06-05
1
-62
/
+119
*
[NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs.
Puyan Lotfi
2019-05-11
1
-32
/
+32
*
[yaml2obj] - Allow setting st_value explicitly for Symbol.
George Rimar
2019-05-07
1
-46
/
+53
*
[yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...
George Rimar
2019-05-02
1
-77
/
+78
*
[yaml2obj] - Report when unknown section is referenced from program header de...
George Rimar
2019-05-01
1
-28
/
+24
*
[yaml2obj] - Simplify and reduce the code. NFC.
George Rimar
2019-04-29
1
-17
/
+8
*
[yaml2obj] - Replace a loop with write_zeros(). NFCI.
George Rimar
2019-04-29
1
-2
/
+1
*
[yaml2obj] - Cleanup and simplify the code. NFCI.
George Rimar
2019-04-29
1
-12
/
+15
*
[yaml2obj] - Make implicitSectionNames() return std::vector<StringRef>. NFCI.
George Rimar
2019-04-26
1
-4
/
+4
*
[yaml2obj] - Remove excessive variable. NFC.
George Rimar
2019-04-26
1
-3
/
+3
*
[yaml2obj] - Make the code to match the LLVM style. NFCI.
George Rimar
2019-04-26
1
-7
/
+7
*
[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.
George Rimar
2019-04-26
1
-67
/
+74
*
[yaml2elf] - Replace a loop with write_zeros(). NFC.
George Rimar
2019-04-24
1
-6
/
+5
*
[yaml2elf/obj2yaml] - Allow normal parsing/dumping of the .rela.dyn section
George Rimar
2019-04-18
1
-2
/
+3
*
[yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...
George Rimar
2019-04-03
1
-47
/
+37
*
[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...
George Rimar
2019-03-28
1
-8
/
+11
*
[yaml2obj]Allow explicit setting of p_filesz, p_memsz, and p_offset
James Henderson
2019-03-15
1
-34
/
+48
*
[yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...
James Henderson
2019-03-12
1
-5
/
+8
*
[yaml2obj] - Simplify. NFC.
George Rimar
2019-03-11
1
-16
/
+15
*
[yaml2obj] - Allow producing ELFDATANONE ELFs
George Rimar
2019-03-07
1
-2
/
+1
*
[yaml2obj] - Allow setting custom sh_info for RawContentSection sections.
George Rimar
2019-03-01
1
-7
/
+11
[next]