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
...
*
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
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-3
/
+4
*
[llvm-readobj] Shrink code a little bit. No functional change.
Davide Italiano
2015-09-07
1
-36
/
+9
*
[llvm-reaodbj] Simplify code. No functional change (intended).
Davide Italiano
2015-09-02
1
-24
/
+8
*
[llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.
Davide Italiano
2015-08-26
1
-8
/
+12
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-4
/
+2
*
[llvm-objdump] Call exit(1) on error, i.e. fail early.
Davide Italiano
2015-08-05
1
-2
/
+1
*
[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...
Colin LeMahieu
2015-07-29
1
-10
/
+5
*
llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast
Adrian Prantl
2015-07-08
1
-10
/
+1
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-5
/
+2
*
Use getValue instead of getAddress in a few MachO only cases.
Rafael Espindola
2015-07-03
1
-23
/
+9
[prev]
[next]