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
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-20
/
+64
*
Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...
Kevin Enderby
2016-04-28
1
-1
/
+1
*
Update llvm-objdump for disassembly of ARM Mach-O files to always include the...
Kevin Enderby
2016-04-28
1
-3
/
+5
*
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
2016-04-27
1
-2
/
+2
*
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
2016-04-27
1
-1
/
+1
*
Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""
Tim Northover
2016-04-26
1
-1
/
+1
*
llvm-objdump: deal with invalid ARM encodings slightly better.
Tim Northover
2016-04-22
1
-7
/
+17
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-5
/
+12
*
Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...
Kevin Enderby
2016-04-21
1
-0
/
+3
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-48
/
+128
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-3
/
+3
*
Fix a cut-and-paste error in the changes for r264187 which I think is
Kevin Enderby
2016-03-23
1
-1
/
+1
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-6
/
+26
*
Update the comments for the macho-invalid-zero-ncmds test and fix
Kevin Enderby
2016-01-26
1
-0
/
+4
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-258
/
+6
*
[llvm-readobj] Remove dead code. Add an assertion instead.
Davide Italiano
2016-01-13
1
-2
/
+3
*
[llvm-objdump] Use report_error() and improve error coverage.
Davide Italiano
2016-01-13
1
-4
/
+2
*
For llvm-objdump, add the option -private-header (without the trailing ’s’)
Kevin Enderby
2016-01-13
1
-9
/
+22
*
[llvm-objdump] Use appropriate helper. NFC.
Davide Italiano
2015-12-21
1
-2
/
+1
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
1
-6
/
+258
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-258
/
+6
*
[llvm-objdump/MachODump] Shrink code a little bit. NFC.
Davide Italiano
2015-12-15
1
-4
/
+1
*
Factor out some duplication. NFC.
Pete Cooper
2015-12-14
1
-44
/
+20
*
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
2015-12-14
1
-5
/
+107
*
Print the eh_frame section in MachoDump.
Pete Cooper
2015-12-14
1
-1
/
+180
*
[llvm-objdump/MachoDump] Simplify.
Davide Italiano
2015-12-12
1
-7
/
+3
*
[llvm-objdump/MachODump] Reduce code duplication.
Davide Italiano
2015-12-11
1
-69
/
+41
*
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
2015-12-08
1
-20
/
+8
*
[llvm-objdump/MachoDump] Make code much more concise.
Davide Italiano
2015-12-07
1
-20
/
+5
*
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
Kuba Brecka
2015-11-12
1
-1
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-7
/
+35
*
MachO: support tvOS and watchOS version min commands in llvm-objdump
Tim Northover
2015-11-02
1
-7
/
+22
*
This can take a const reference. NFC.
Rafael Espindola
2015-10-31
1
-1
/
+1
*
Simplify handling of archive Symbol tables.
Rafael Espindola
2015-10-31
1
-7
/
+2
*
Simplify boolean expressions in tools/llvm-objdump.
Rafael Espindola
2015-10-24
1
-2
/
+2
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-28
/
+9
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-9
/
+28
*
Fix a bugs in the Mach-O disassembler when disassembling from a
Kevin Enderby
2015-10-10
1
-57
/
+66
*
Fix use of uninitialized bool, found by ubsan in portion of
Richard Smith
2015-10-09
1
-6
/
+10
*
Fixed two bugs in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-09
1
-0
/
+20
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-0
/
+2
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-3
/
+9
*
Fix two bugs in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-06
1
-2
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...
Hans Wennborg
2015-09-29
1
-4
/
+5
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-8
/
+8
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+3
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-3
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+3
[next]