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-readobj
/
MachODumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Generic hex-dump option
Paul Semel
2018-07-25
1
-21
/
+0
*
[llvm-readobj] Add -hex-dump (-x) option
Paul Semel
2018-07-11
1
-0
/
+21
*
[llvm-readobj] Consistent use of ScopedPrinter
Sam Clegg
2018-01-10
1
-5
/
+4
*
[llvm-readobj] Support -needed-libs option for Mach-O files
Petr Hosek
2018-01-08
1
-0
/
+30
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-1
/
+19
*
[Stackmap] Added callsite counts to emitted function information.
Sanjoy Das
2016-09-14
1
-2
/
+2
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
1
-6
/
+5
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-3
/
+8
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-1
/
+2
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-30
/
+38
*
[llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.
Davide Italiano
2015-09-22
1
-2
/
+2
*
[llvm-readobj] MachO -- dump LinkerOptions load command.
Davide Italiano
2015-09-09
1
-0
/
+20
*
[llvm-readobj] MachO: dump the correct field.
Davide Italiano
2015-09-04
1
-1
/
+1
*
[llvm-readobj] Dump MachO indirect symbols.
Davide Italiano
2015-09-03
1
-0
/
+17
*
[llvm-readobj] MachO: Dump segment command.
Davide Italiano
2015-09-02
1
-0
/
+79
*
[llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano
2015-09-01
1
-0
/
+4
*
[llvm-readobj] Dump MachO Dysymtab command.
Davide Italiano
2015-08-31
1
-0
/
+28
*
[llvm-readobj] Add support for dumping MachO min version load command.
Davide Italiano
2015-08-27
1
-0
/
+38
*
[llvm-readobj] Add support for MachO DataInCodeDataCommand.
Davide Italiano
2015-08-21
1
-0
/
+25
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+3
*
llvm-readobj: call exit(1) on error.
Rafael Espindola
2015-07-20
1
-11
/
+7
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-3
/
+5
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-2
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-3
/
+1
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
1
-0
/
+31
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
Improve the --expand-relocs handling of MachO.
Rafael Espindola
2015-06-18
1
-17
/
+29
*
Remove unused variable, found with gcc-5.1 -Wunused-variable.
Patrik Hagglund
2015-04-27
1
-25
/
+0
*
Implement MachODumper::printFileHeaders
Frederic Riss
2014-11-17
1
-1
/
+175
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-5
/
+2
*
Object: BSS/virtual sections don't have contents
David Majnemer
2014-09-26
1
-3
/
+8
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-6
/
+6
*
llvm-readobj: fix MachO relocatoin printing a bit.
Tim Northover
2014-07-04
1
-6
/
+18
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-27
/
+24
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-19
/
+16
*
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
2014-03-13
1
-41
/
+34
*
Fix warning about mismatched signs in comparison.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
Fix the printing of n_type.
Rafael Espindola
2014-03-06
1
-4
/
+7
*
Use the existing N_STAB from the MachO namespace.
Rafael Espindola
2014-03-06
1
-5
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-6
/
+6
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-14
/
+14
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-23
/
+7
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+0
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-33
/
+33
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-33
/
+33
[next]