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
/
Object
/
ELFYAML.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-828
/
+0
*
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
Simon Atanasyan
2016-01-20
1
-0
/
+19
*
ELFYAML: Add support for parsing AMDGPU section attribute flags
Tom Stellard
2015-11-13
1
-0
/
+12
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
[AVR] Add ELF constants to headers
Dylan McKay
2015-10-23
1
-0
/
+19
*
ELFYAML: Enable parsing of EM_AMDGPU
Tom Stellard
2015-07-31
1
-0
/
+1
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+10
*
This reverts commit r241350 and r241352.
Rafael Espindola
2015-07-03
1
-10
/
+0
*
[ELFYAML] Make the Size field for .bss section optional
Simon Atanasyan
2015-07-03
1
-1
/
+1
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+10
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Fix the build.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags
Simon Atanasyan
2015-05-08
1
-0
/
+18
*
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
Simon Atanasyan
2015-05-07
1
-0
/
+119
*
[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flags
Simon Atanasyan
2015-05-07
1
-1
/
+6
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+1
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-1
/
+16
*
[ELFYAML] Provide default value 0 for YAML relocation addendum field
Simon Atanasyan
2015-01-29
1
-1
/
+1
*
[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml
Simon Atanasyan
2015-01-25
1
-1
/
+48
*
[Object][ELF] Test unknown type.
Michael J. Spencer
2015-01-23
1
-0
/
+1
*
Add ARM relocations to ELFYAML
Will Newton
2014-12-02
1
-0
/
+3
*
Remove duplication of relocation names in lib/Object/ELFYAML.cpp
Tim Northover
2014-11-21
1
-330
/
+7
*
[yaml2obj] Support AArch64 relocations.
Chad Rosier
2014-11-10
1
-0
/
+86
*
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
2014-11-06
1
-1
/
+37
*
[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag
Simon Atanasyan
2014-11-04
1
-0
/
+1
*
Add forgotten `break` statement.
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[ELFYAML] Group ELF section type flags to target specific blocks.
Simon Atanasyan
2014-07-12
1
-9
/
+23
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+11
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-1
/
+1
*
[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.
Simon Atanasyan
2014-05-23
1
-17
/
+19
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
1
-0
/
+11
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
1
-0
/
+9
*
[obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.
Simon Atanasyan
2014-05-15
1
-2
/
+2
*
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
2014-05-14
1
-1
/
+2
*
[yaml2obj] Support ELF x86 relocations.
Simon Atanasyan
2014-05-07
1
-0
/
+43
*
[ELFYAML] Group ELF header falgs to target specific blocks. Handle flags
Simon Atanasyan
2014-05-03
1
-36
/
+45
*
[ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.
Simon Atanasyan
2014-05-03
1
-0
/
+17
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[yaml2obj][ELF] Remove unnecessary space between namespace name and
Simon Atanasyan
2014-04-23
1
-1
/
+1
*
[yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section class
Simon Atanasyan
2014-04-23
1
-0
/
+3
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
1
-3
/
+256
*
[yaml2obj] Add support for ELF e_flags.
Daniel Sanders
2014-03-31
1
-0
/
+43
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-0
/
+1
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-2
/
+0
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-7
/
+3
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-10
/
+7
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+2
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+1
[next]