index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
yaml2obj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-4
/
+1
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
2
-2
/
+3
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
2
-4
/
+54
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
6
-70
/
+269
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
5
-17
/
+46
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-0
/
+37
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-82
/
+189
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
4
-178
/
+250
*
yaml2coff/elf: Touchup for compatibility.
Will Dietz
2013-10-12
2
-8
/
+10
*
[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
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-24
/
+33
*
[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
/
+7
*
[yaml2obj][ELF] Add the section name -> section index map to State.
Sean Silva
2013-06-20
1
-4
/
+7
*
[yaml2obj][ELF] Start factoring into "single point of truth".
Sean Silva
2013-06-20
1
-19
/
+51
*
[yaml2obj][ELF] Just let this class own its buffer.
Sean Silva
2013-06-20
1
-4
/
+4
*
Remove `using namespace` and use explicit qualification.
Sean Silva
2013-06-19
1
-3
/
+2
*
Remove spurious space.
Sean Silva
2013-06-19
1
-1
/
+1
*
Remove unused parameter.
Sean Silva
2013-06-19
1
-2
/
+1
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-2
/
+1
*
There is no ELF ABI version enum.
Sean Silva
2013-06-19
1
-1
/
+0
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+1
*
[yaml2obj][ELF] Don't monkeypatch the YAML sections.
Sean Silva
2013-06-18
1
-14
/
+17
*
[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
Sean Silva
2013-06-18
1
-1
/
+6
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-2
/
+43
*
[yaml2obj][ELF] Add dummy .strtab section.
Sean Silva
2013-06-18
1
-3
/
+11
*
[yaml2obj][ELF] Factor out string table section creation.
Sean Silva
2013-06-18
1
-11
/
+14
*
[yaml2obj][ELF] Refer specifically to the section header string table.
Sean Silva
2013-06-18
1
-17
/
+17
*
[yaml2obj][ELF] Ensure more fields are zero'd.
Sean Silva
2013-06-18
1
-0
/
+2
*
[yaml2obj][ELF] Exit with error status on error.
Sean Silva
2013-06-17
1
-9
/
+8
*
[yaml2obj] Move some classes into anonymous namespaces.
Sean Silva
2013-06-15
1
-0
/
+6
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-1
/
+44
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-1
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-4
/
+29
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-1
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-7
/
+115
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-1
/
+1
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
4
-1
/
+85
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-2
/
+12
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
1
-4
/
+3
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-29
/
+2
*
yaml2obj: split out COFF logic into separate file
Sean Silva
2013-06-05
4
-287
/
+330
*
yaml2obj: add -format=<fmt> to choose input YAML interpretation
Sean Silva
2013-06-05
1
-11
/
+39
[next]