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
/
MachODump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-9
/
+3
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-4
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
1
-3
/
+4
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-4
/
+6
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warnings. N...
Simon Pilgrim
2019-10-18
1
-1
/
+1
*
Can't pass .dSYM directory to llvm-objdump -dsym= (and error message is wrong)
Michael Trent
2019-09-20
1
-9
/
+22
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
[llvm-objdump] - Remove one overload of reportError. NFCI.
George Rimar
2019-08-27
1
-24
/
+22
*
[llvm-objdump] - Cleanup the error reporting.
George Rimar
2019-08-21
1
-44
/
+45
*
[llvm-objdump] - Remove one of `report_error` functions and improve the error...
George Rimar
2019-08-20
1
-13
/
+36
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-47
/
+109
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-109
/
+47
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-47
/
+109
*
[llvm-objdump] Fix jumptable detection when disassembling Mach-O binaries
Kuba Mracek
2019-08-01
1
-18
/
+36
*
Print dylib load kind (weak, reexport, etc) in llvm-objdump -m -dylibs-used
Michael Trent
2019-06-18
1
-1
/
+10
*
Write new tests for r362121
Michael Trent
2019-05-30
1
-6
/
+57
*
Reverting change r362121 due to lld-x86_64-ubuntu-fast test failures
Michael Trent
2019-05-30
1
-57
/
+6
*
Support Universal dSYM files in llvm-objdump
Michael Trent
2019-05-30
1
-6
/
+57
*
Properly categorize llvm-objdump options
Serge Guelton
2019-05-22
1
-23
/
+47
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-19
/
+16
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-16
/
+19
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-19
/
+16
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
1
-2
/
+27
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-14
/
+11
*
[llvm-objdump] Wrap things in namespace llvm
Fangrui Song
2019-04-15
1
-59
/
+52
*
[llvm-objdump] Reorganize cl::opt variables and move Mach-O specifics to Mach...
Fangrui Song
2019-04-15
1
-32
/
+116
*
[llvm-objdump] Migrate some functions from std::error_code to Error
Fangrui Song
2019-04-09
1
-4
/
+2
*
[BinaryFormat] Update Mach-O ARM64E CPU subtype and dumping
Shoaib Meenai
2019-04-08
1
-0
/
+7
*
[llvm-objdump] Migrate relocation handling functions from error_code to Error
Fangrui Song
2019-04-08
1
-6
/
+5
*
[llvm-objdump] Simplify Expected<T> handling with unwrapOrError
Fangrui Song
2019-04-07
1
-188
/
+100
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-2
/
+1
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-1
/
+1
*
Revert "Revert "[llvm-objdump] Allow short options without arguments to be gr...
Matthew Voss
2019-02-19
1
-1
/
+1
*
Revert "[llvm-objdump] Allow short options without arguments to be grouped"
Matthew Voss
2019-02-14
1
-1
/
+1
*
[llvm-objdump] Allow short options without arguments to be grouped
Matthew Voss
2019-02-14
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...
George Rimar
2019-01-18
1
-0
/
+258
*
llvm-objdump -m -D should disassemble all text segments
Michael Trent
2019-01-15
1
-2
/
+13
*
[llvm-objdump] - Cleanup the code. NFCI.
George Rimar
2019-01-15
1
-6
/
+6
*
[llvm-objdump][MachO] Fix error reporting after r350848 and r350849
Francis Visoiu Mistrih
2019-01-10
1
-3
/
+5
*
[llvm-objdump][MachO] Use the -dsym file name when reporting errors
Francis Visoiu Mistrih
2019-01-10
1
-2
/
+2
*
[llvm-objdump][MachO] Correctly handle the llvm::Error when -dsym has errors
Francis Visoiu Mistrih
2019-01-10
1
-2
/
+3
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-9
/
+8
*
Update the Swift version numbers reported by objdump
Michael Trent
2018-12-07
1
-2
/
+6
*
[llvm-objdump] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
1
-39
/
+53
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[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] Remove continue after report_error which is unreachable
Fangrui Song
2018-08-04
1
-2
/
+0
[next]