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
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
1
-3
/
+2
*
Revert "Use getSize instead of data().size(). NFC."
Rafael Espindola
2016-10-03
1
-1
/
+1
*
Use getSize instead of data().size(). NFC.
Rafael Espindola
2016-10-03
1
-1
/
+1
*
[yaml2obj] Remove --format option in favor of YAML tags
Chris Bieneman
2016-06-27
1
-7
/
+1
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
1
-4
/
+4
*
[yaml2obj] Support numeric indexes to create invalid files. Will be used by l...
Michael J. Spencer
2015-08-27
1
-3
/
+5
*
[yaml2obj] Initialize sh_addralign field for the .symtab section
Simon Atanasyan
2015-07-09
1
-0
/
+1
*
[yaml2obj] Align section content using AddressAlign field's value
Simon Atanasyan
2015-07-08
1
-9
/
+14
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+6
*
This reverts commit r241350 and r241352.
Rafael Espindola
2015-07-03
1
-2
/
+0
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+2
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-4
/
+4
*
[yaml2elf] Replace error message by assert call in writeSectionContent methods
Simon Atanasyan
2015-05-08
1
-13
/
+7
*
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
Simon Atanasyan
2015-05-07
1
-0
/
+37
*
Support arm32 R_ARM_V4BX relocation format
Adhemerval Zanella
2015-04-22
1
-6
/
+5
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-0
/
+44
*
[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml
Simon Atanasyan
2015-01-25
1
-2
/
+8
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-5
/
+1
*
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
2014-11-06
1
-1
/
+1
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
1
-2
/
+2
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+1
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
1
-2
/
+1
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
1
-2
/
+7
*
[yaml2obj] Add "-o" command line option to specify an output file name.
Simon Atanasyan
2014-05-15
1
-4
/
+4
*
Use the new StringTableBuilder in yaml2elf
Hans Wennborg
2014-04-30
1
-45
/
+27
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
1
-4
/
+2
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
1
-16
/
+118
*
[yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It can
Simon Atanasyan
2014-04-06
1
-10
/
+10
*
[yaml2obj][ELF] Convert some static functions into class members to
Simon Atanasyan
2014-04-02
1
-149
/
+159
*
[yaml2obj][ELF] Remove unused typedef.
Simon Atanasyan
2014-04-02
1
-1
/
+0
*
[yaml2obj][ELF] Move section index to the ELFState class.
Simon Atanasyan
2014-04-02
1
-32
/
+39
*
[yaml2obj][ELF] Remove relationship between ELFState
Simon Atanasyan
2014-04-02
1
-13
/
+6
*
[yaml2obj] Add support for ELF e_flags.
Daniel Sanders
2014-03-31
1
-0
/
+1
*
[yaml2obj][ELF] Use range-based for loops.
Simon Atanasyan
2014-03-14
1
-4
/
+2
*
[yaml2obj][ELF] Refer to a section in the error message by its name not
Simon Atanasyan
2014-03-14
1
-1
/
+1
*
[yaml2obj][ELF] Remove unused ELFState class field.
Simon Atanasyan
2014-03-14
1
-7
/
+4
*
[yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.
Simon Atanasyan
2014-03-14
1
-0
/
+1
*
yaml2coff/elf: Touchup for compatibility.
Will Dietz
2013-10-12
1
-7
/
+9
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-10
/
+11
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-9
/
+11
*
[yaml2obj][ELF] Narrow parameter.
Sean Silva
2013-06-22
1
-6
/
+6
*
[yaml2obj][ELF] Don't special case writing these.
Sean Silva
2013-06-22
1
-2
/
+2
*
[yaml2obj][ELF] Make this "type switch" actually readable.
Sean Silva
2013-06-22
1
-7
/
+20
*
[yaml2obj][ELF] Align section contents in the output.
Sean Silva
2013-06-22
1
-8
/
+17
*
[yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
2013-06-21
1
-7
/
+9
*
Unbreak bots. Didn't realize this was a C++11 feature.
Sean Silva
2013-06-21
1
-5
/
+6
[next]