index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
obj2yaml
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-19
[obj2yaml] Fix "time of check to time of use" bug. Add a test.
Davide Italiano
1
-3
/
+0
2015-09-02
Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola
1
-11
/
+17
2015-08-10
Don't iterate over all sections in the ELFFile constructor.
Rafael Espindola
1
-7
/
+16
2015-08-10
elf2yaml: Use existing section walk to find the symbol table. NFC.
Rafael Espindola
1
-4
/
+7
2015-08-07
Remove the symbol iteration functions that don't take a symbol table.
Rafael Espindola
1
-1
/
+1
2015-07-23
Use helper function. NFC.
Rafael Espindola
1
-4
/
+1
2015-07-23
Add a version of getSymbol with an explicit symbol table. Use it. NFC.
Rafael Espindola
1
-4
/
+5
2015-07-21
Remove getStaticSymbolName.
Rafael Espindola
1
-3
/
+11
2015-07-21
Remove always false parameter.
Rafael Espindola
1
-5
/
+4
2015-07-21
Use range loop. NFC.
Rafael Espindola
1
-3
/
+3
2015-07-03
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
1
-0
/
+20
2015-07-03
This reverts commit r241350 and r241352.
Rafael Espindola
1
-20
/
+0
2015-07-03
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
1
-0
/
+20
2015-07-02
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
1
-1
/
+4
2015-07-01
Return ErrorOr from getSection.
Rafael Espindola
1
-20
/
+34
2015-06-30
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
1
-4
/
+3
2015-06-29
Convert obj->getSymbolName to sym->getName.
Rafael Espindola
1
-2
/
+2
2015-06-29
Factor out the checking of string tables.
Rafael Espindola
1
-2
/
+10
2015-06-29
Remove Elf_Sym_Iter.
Rafael Espindola
1
-8
/
+11
2015-06-09
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2
-2
/
+2
2015-05-07
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
Simon Atanasyan
1
-0
/
+37
2015-02-21
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
1
-1
/
+45
2014-11-14
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
1
-13
/
+72
2014-11-06
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
1
-1
/
+1
2014-11-05
Add accessor to get 'visibility' part of st_other field
Simon Atanasyan
1
-1
/
+1
2014-10-31
Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
1
-1
/
+1
2014-10-10
obj2yaml, COFF: Handle long section names
David Majnemer
1
-5
/
+5
2014-09-15
MC: Add support for BigObj
David Majnemer
1
-3
/
+5
2014-09-11
Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name
Ismail Pazarbasi
1
-1
/
+3
2014-09-10
Object: Add support for bigobj
David Majnemer
1
-38
/
+32
2014-08-19
Don't own the buffer in object::Binary.
Rafael Espindola
1
-2
/
+2
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
2
-4
/
+4
2014-08-01
Remove some calls to std::move.
Rafael Espindola
1
-2
/
+2
2014-07-31
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
1
-2
/
+2
2014-07-29
Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools.
Simon Atanasyan
2
-4
/
+1
2014-07-03
Invert the MC -> Object dependency.
Rafael Espindola
2
-2
/
+2
2014-06-13
Remove unused and odd code.
Rafael Espindola
1
-9
/
+0
2014-06-13
Remove 'using std::error_code' from tools.
Rafael Espindola
3
-42
/
+41
2014-06-13
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
3
-3
/
+4
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-12
Remove system_error.h.
Rafael Espindola
2
-3
/
+3
2014-06-12
Replace llvm::error_code with std::error_code.
Rafael Espindola
1
-4
/
+4
2014-06-12
Don't import error_category into the llvm namespace.
Rafael Espindola
2
-3
/
+3
2014-06-12
Don't import error_condition into the llvm namespace.
Rafael Espindola
1
-3
/
+4
2014-06-11
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2
-3
/
+5
2014-06-11
Use an enum class.
Rafael Espindola
2
-18
/
+9
2014-06-10
Mark a few functions noexcept.
Rafael Espindola
1
-2
/
+2
2014-06-06
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
1
-0
/
+1
2014-05-31
There is no std::errc::success, remove the llvm one.
Rafael Espindola
1
-1
/
+1
2014-05-29
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
1
-9
/
+22
[next]