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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objdump] Keep the memory buffer from the dSYM alive when using -g -dsym
Francis Visoiu Mistrih
2018-08-31
1
-0
/
+3
*
[llvm-objdump] Label calls to the PLT.
Joel Galenson
2018-08-24
1
-0
/
+36
*
Print "invalid mangled name" when we can't demangle something.
Zachary Turner
2018-08-21
1
-0
/
+2
*
[llvm-objdump] Add ability to demangle COFF symbols.
Zachary Turner
2018-08-20
3
-17
/
+32
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-1
/
+0
*
[llvm-objdump] Remove continue after report_error which is unreachable
Fangrui Song
2018-08-04
1
-2
/
+0
*
objdump: Better handling of Mach-O universal binaries
Dave Lee
2018-08-03
3
-153
/
+172
*
[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
3
-2
/
+94
*
[llvm-objdump] Add -demangle (-C) option
Paul Semel
2018-07-18
2
-1
/
+39
*
[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
2
-39
/
+1
*
[llvm-objdump] Add -demangle (-C) option
Paul Semel
2018-07-11
2
-1
/
+39
*
Reapply: "objdump: Support newer ObjC image info flags"
Dave Lee
2018-07-06
1
-0
/
+6
*
Revert "objdump: Support newer ObjC image info flags"
Dave Lee
2018-07-06
1
-6
/
+0
*
objdump: Support newer ObjC image info flags
Dave Lee
2018-07-05
1
-0
/
+6
*
[llvm-objdump] Add --archive-headers (-a) option
Paul Semel
2018-07-05
2
-10
/
+83
*
[llvm-objdump] Add --file-headers (-f) option
Paul Semel
2018-07-04
2
-0
/
+25
*
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
2
-0
/
+10
*
[llvm-objdump] Add -R option
Paul Semel
2018-06-07
2
-17
/
+72
*
Implemented sane default for llvm-objdump's relocation Value format
Daniel Cederman
2018-06-01
1
-72
/
+10
*
Fix debug build by adding missing dependencies on libBinaryFormat
Sam Clegg
2018-05-15
1
-0
/
+1
*
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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
4
-4
/
+4
*
[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] Issue error message when object file cannot be created
Gerolf Hoflehner
2018-04-19
1
-4
/
+6
*
[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
3
-5
/
+5
*
[AMDGPU] Improve disassembler error handling
Tim Corringham
2018-03-26
1
-16
/
+33
*
For llvm-objdump and Mach-O files, fix the printing of module init and
Kevin Enderby
2018-03-20
1
-9
/
+43
*
[llvm-objdump] Support disassembling by symbol name
Rafael Auler
2018-03-09
1
-14
/
+30
*
For llvm-objdump and Mach-O files, update the printing of some thread states
Kevin Enderby
2018-03-08
1
-0
/
+20
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-10
/
+16
*
[llvm-objdump] Use unique_ptr to simplify memory ownership
David Blaikie
2018-02-20
1
-34
/
+31
*
Use delete[] instead of free
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Use delete[] to deallocate array of chars
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Refactor DisassembleInfo in MachODump.cpp
Serge Pavlov
2018-02-14
1
-83
/
+23
*
llvm-objdump when printing the Objective-C meta data also prints the Swift ABI
Kevin Enderby
2018-02-09
1
-0
/
+16
*
Fix typo
Alex Denisov
2018-02-02
1
-1
/
+1
*
llvm-objdump: prevent out of bounds accesses during unwind dumping.
Tim Northover
2018-01-23
1
-57
/
+80
*
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
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-15
1
-4
/
+332
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
reverting out -r320532 because a warning is breaking the lld build
Michael Trent
2017-12-13
1
-332
/
+4
[next]