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-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
2014-05-16
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
1
-0
/
+1
2014-05-14
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
4
-1
/
+294
2014-05-07
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
6
-25
/
+126
2014-03-20
Object: Output .file symbols properly
David Majnemer
1
-1
/
+2
2014-03-20
Object: Abstract out the determination of function line symbols
David Majnemer
1
-1
/
+1
2014-03-19
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
1
-1
/
+111
2014-03-18
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...
Alexey Samsonov
1
-10
/
+7
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-2
/
+1
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-1
/
+1
2014-02-10
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
1
-6
/
+6
2014-01-31
llvm/tools: Prune redundant target_link_libraries.
NAKAMURA Takumi
1
-2
/
+0
2014-01-30
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
1
-7
/
+3
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+4
2013-10-01
Remove several unused variables.
Rafael Espindola
1
-1
/
+0
2013-06-17
Don't link with the archive library programs that don't use it.
Rafael Espindola
1
-1
/
+1
2013-06-12
readobj: Dump PE/COFF optional records.
Rui Ueyama
1
-1
/
+1
2013-06-06
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
1
-3
/
+5
2013-06-05
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
1
-2
/
+2
2013-06-03
Remove dead code.
Rafael Espindola
2
-44
/
+0
2013-05-31
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
1
-1
/
+1
[next]