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-objdump
/
llvm-objdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] Replace std::isprint by llvm::isPrint.
Michael Kruse
2018-07-26
1
-2
/
+2
*
[llvm-objdump] Add dynamic section printing to private-headers option
Paul Semel
2018-07-25
1
-2
/
+4
*
[llvm-objdump] Add -demangle (-C) option
Paul Semel
2018-07-18
1
-1
/
+37
*
[llvm-objdump] - An attempt to fix BB after r337361.
George Rimar
2018-07-18
1
-2
/
+2
*
[llvm-objdump] - Stop reporting bogus section IDs.
George Rimar
2018-07-18
1
-4
/
+3
*
Revert "[llvm-objdump] Add -demangle (-C) option"
Paul Semel
2018-07-11
1
-37
/
+1
*
[llvm-objdump] Add -demangle (-C) option
Paul Semel
2018-07-11
1
-1
/
+37
*
[llvm-objdump] Add --archive-headers (-a) option
Paul Semel
2018-07-05
1
-5
/
+83
*
[llvm-objdump] Add --file-headers (-f) option
Paul Semel
2018-07-04
1
-0
/
+24
*
Handle absolute symbols as branch targets in disassembly.
Sterling Augustine
2018-06-28
1
-21
/
+35
*
[llvm-objdump] Add -x --all-headers options
Fangrui Song
2018-06-27
1
-0
/
+9
*
[llvm-objdump] Add -R option
Paul Semel
2018-06-07
1
-17
/
+70
*
Implemented sane default for llvm-objdump's relocation Value format
Daniel Cederman
2018-06-01
1
-72
/
+10
*
Hexagon: Put relocations after instructions not packets.
Sid Manning
2018-05-14
1
-290
/
+319
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[WebAssembly] objdump: Don't assume all relocations have symbols
Sam Clegg
2018-04-26
1
-2
/
+6
*
[WebAssembly] Implement getRelocationValueString()
Sam Clegg
2018-04-26
1
-1
/
+9
*
[llvm-objdump] Print "..." instead of random data for virtual sections
Francis Visoiu Mistrih
2018-04-19
1
-0
/
+7
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-3
/
+3
*
[AMDGPU] Improve disassembler error handling
Tim Corringham
2018-03-26
1
-16
/
+33
*
[llvm-objdump] Support disassembling by symbol name
Rafael Auler
2018-03-09
1
-14
/
+30
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-10
/
+16
*
Fix typo
Alex Denisov
2018-02-02
1
-1
/
+1
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-7
/
+7
*
Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O
Kevin Enderby
2017-11-03
1
-2
/
+13
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-8
/
+7
*
Allow public Triple deduction from ObjectFiles.
Vlad Tsyrklevich
2017-09-19
1
-20
/
+2
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-2
/
+1
*
Remove unneccessary string copies from method invocations.
Vlad Tsyrklevich
2017-09-12
1
-6
/
+6
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
1
-1
/
+1
*
[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
Simon Dardis
2017-08-07
1
-1
/
+1
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-2
/
+2
*
[llvm-objdump] Properly print MachO aarch64 addend relocations
Martin Storsjo
2017-07-13
1
-1
/
+4
*
[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations
Martin Storsjo
2017-07-13
1
-1
/
+1
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-2
/
+18
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
1
-1
/
+4
*
[llvm-objdump] Don't attempt to print lines beyond the end of file
Petr Hosek
2017-04-25
1
-1
/
+4
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
1
-9
/
+9
*
llvm-objdump: handle line numbers and source options for amdgpu objects
Konstantin Zhuravlyov
2017-03-07
1
-0
/
+3
*
llvm-objdump: make NoLeadingAddr work on more than just MachO
Saleem Abdulrasool
2017-02-08
1
-3
/
+8
*
Use dynamic symbols for ELF disassembly
Sam Parker
2017-02-08
1
-1
/
+50
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-2
/
+19
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-19
/
+2
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-2
/
+19
*
[bpf] change llvm-objdump to print dec instead of hex
Alexei Starovoitov
2016-12-13
1
-0
/
+23
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-0
/
+2
*
General clean up of error handling in llvm-objdump to remove its use of repor...
Kevin Enderby
2016-11-16
1
-40
/
+53
[next]