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
/
llvm-readobj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Delete {aligned_,}{u,}{little,big}8_t
Rui Ueyama
2014-09-11
2
-49
/
+46
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-55
/
+42
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
2
-12
/
+12
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-8
/
+8
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
8
-16
/
+16
*
getLoadName is only implemented for ELF, make it ELF only.
Rafael Espindola
2014-08-08
1
-1
/
+13
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-3
/
+3
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[llvm-readobj] Fix output of MIPS GOT without local and global entries.
Simon Atanasyan
2014-07-05
1
-1
/
+1
*
llvm-readobj: fix MachO relocatoin printing a bit.
Tim Northover
2014-07-04
1
-6
/
+18
*
Rephrase loop so it doesn't leave unused bools around in Release mode.
Benjamin Kramer
2014-07-01
1
-4
/
+2
*
Support: update DLLCharacteristics enumeration
Saleem Abdulrasool
2014-06-27
1
-0
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
2
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
2
-4
/
+3
*
[llvm-readobj] Fix member functions name style.
Simon Atanasyan
2014-06-18
1
-13
/
+13
*
[llvm-readobj] Fix compile error.
Simon Atanasyan
2014-06-18
1
-1
/
+1
*
[llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Simon Atanasyan
2014-06-18
4
-0
/
+241
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-3
/
+3
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-9
/
+0
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
5
-56
/
+55
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
11
-27
/
+28
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
5
-0
/
+5
*
Remove system_error.h.
Rafael Espindola
2014-06-12
4
-8
/
+7
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
2
-3
/
+3
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+5
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
4
-7
/
+7
*
Use an enum class.
Rafael Espindola
2014-06-11
2
-22
/
+13
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-2
/
+2
*
[llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
Simon Atanasyan
2014-06-10
1
-35
/
+50
*
tools: add a high level explanation for WoA EH data
Saleem Abdulrasool
2014-06-07
1
-21
/
+81
*
tools: fix parenthesis warning from GCC
Saleem Abdulrasool
2014-06-04
1
-1
/
+1
*
tools: fix silly typo in llvm-readobj
Saleem Abdulrasool
2014-06-04
1
-1
/
+1
*
tools: initial implementation of WoA EH decoding
Saleem Abdulrasool
2014-06-04
4
-0
/
+812
*
tools: introduce StreamWriter::printBoolean
Saleem Abdulrasool
2014-06-04
1
-0
/
+4
*
[Object][ELF] Range-based loop simplification.
Simon Atanasyan
2014-06-04
1
-13
/
+10
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
tools: avoid use of std::function
Saleem Abdulrasool
2014-05-25
3
-12
/
+14
*
tools: split out Win64EHDumper from COFFDumper
Saleem Abdulrasool
2014-05-25
4
-328
/
+406
*
tools: inline simple single-use function
Saleem Abdulrasool
2014-05-25
1
-18
/
+6
*
tools: refactor COFFDumper symbol resolution logic
Saleem Abdulrasool
2014-05-25
1
-61
/
+69
*
tools: use references rather than out pointers in COFFDumper
Saleem Abdulrasool
2014-05-25
1
-18
/
+8
*
build: sort llvm-readobj sources
Saleem Abdulrasool
2014-05-24
1
-4
/
+4
*
llvm-readobj: remove some dead code
Saleem Abdulrasool
2014-05-24
1
-28
/
+0
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
1
-1
/
+3
*
llvm-readobj: use range-based for loop
Saleem Abdulrasool
2014-05-20
1
-5
/
+3
*
[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
Simon Atanasyan
2014-05-11
1
-1
/
+61
*
[llvm-readobj] Transform 'switch' with the only 'case' statement
Simon Atanasyan
2014-05-01
1
-5
/
+2
*
[llvm-readobj] Add support for Mips specific ELF header e_flags.
Simon Atanasyan
2014-05-01
1
-1
/
+29
[next]