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
/
Error.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Obj2YamlError - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-08
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove some 'const' specifiers that do nothing but prevent moving the argument.
Benjamin Kramer
2016-05-29
1
-1
/
+1
*
[obj2yaml] Adding Error/Expected to macho2yaml
Chris Bieneman
2016-05-12
1
-0
/
+18
*
Initial add for MachO support for obj2yaml
Chris Bieneman
2016-05-11
1
-1
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-2
/
+4
*
Use an enum class.
Rafael Espindola
2014-06-11
1
-13
/
+5
*
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
2014-05-07
1
-0
/
+42