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
/
obj2yaml
/
obj2yaml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...
George Rimar
2019-07-15
1
-6
/
+7
*
Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...
George Rimar
2019-07-15
1
-7
/
+6
*
[obj2yaml] - Rework tool's error reporting logic for ELF target.
George Rimar
2019-07-15
1
-6
/
+7
*
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
Hubert Tong
2019-04-04
1
-0
/
+4
*
Add minidump support to obj2yaml
Pavel Labath
2019-04-02
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+3
*
obj2yaml: Improve error reporting
Sam Clegg
2017-06-16
1
-7
/
+18
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
1
-0
/
+2
*
[obj2yaml] [yaml2obj] Support for MachO Universal binaries
Chris Bieneman
2016-06-24
1
-2
/
+4
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Initial add for MachO support for obj2yaml
Chris Bieneman
2016-05-11
1
-0
/
+2
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-3
/
+3
*
[obj2yaml] Fix "time of check to time of use" bug. Add a test.
Davide Italiano
2015-09-19
1
-3
/
+0
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
2014-05-14
1
-0
/
+2
*
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
2014-05-07
1
-18
/
+25
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-06-03
1
-32
/
+0
*
Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.
Rafael Espindola
2013-04-20
1
-1
/
+1
*
Clean up namespaces in obj2yaml.cpp.
Chandler Carruth
2013-04-08
1
-11
/
+12
*
Cleanup the formatting of obj2yaml.cpp.
Chandler Carruth
2013-04-08
1
-22
/
+23
*
Don't define our own global 'endl' variable. While technically it had
Chandler Carruth
2013-04-08
1
-5
/
+3
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
1
-0
/
+86