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
...
*
[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
Nick Kledzik
2014-09-16
1
-1
/
+116
*
[llvm-objdump] Use PRIX64 with format()
Nick Kledzik
2014-09-13
1
-1
/
+2
*
[llvm-objdump] support -rebase option for mach-o to dump rebasing info
Nick Kledzik
2014-09-12
1
-0
/
+106
*
llvm-objdump: don't crash when __compact_unwind has no relocs.
Tim Northover
2014-09-09
1
-0
/
+3
*
Adds the next bit of support for llvm-objdump’s -private-headers for execut...
Kevin Enderby
2014-09-04
1
-1
/
+303
*
Replace printf with outs() <<
Nick Kledzik
2014-09-03
1
-1
/
+1
*
Nuke MCAnalysis.
Sean Silva
2014-09-02
1
-2
/
+0
*
Code review tweaks
Nick Kledzik
2014-09-02
1
-17
/
+17
*
Object/llvm-objdump: allow dumping of mach-o exports trie
Nick Kledzik
2014-08-30
1
-0
/
+60
*
Next bit of support for llvm-objdump’s -private-headers for Mach-O files.
Kevin Enderby
2014-08-29
1
-3
/
+495
*
This code is from r216285, which did not go out to the mailing list for some ...
Aaron Ballman
2014-08-24
1
-6
/
+1
*
Add the start of the support for llvm-objdump’s -private-headers for Mach-O...
Kevin Enderby
2014-08-22
1
-0
/
+294
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-7
/
+11
*
Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O
Kevin Enderby
2014-08-18
1
-10
/
+77
*
Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...
Aaron Ballman
2014-08-14
1
-2
/
+3
*
llvm-objdump: print contents of MachO __unwind_info sections
Tim Northover
2014-08-12
1
-11
/
+249
*
llvm-objdump: fix remaining use of %x format specifier for 64-bit values
Tim Northover
2014-08-11
1
-1
/
+1
*
llvm-objdump: add missing % in format specifier.
Tim Northover
2014-08-08
1
-2
/
+2
*
llvm-objdump: use portable format specifiers for info.
Tim Northover
2014-08-08
1
-6
/
+6
*
Add the -mcpu= option to llvm-objdump for use with the disassemblers.
Kevin Enderby
2014-08-06
1
-1
/
+10
*
llvm-objdump: implement printing for MachO __compact_unwind info.
Tim Northover
2014-08-01
1
-0
/
+223
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-3
/
+3
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-9
/
+10
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-2
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[DWARF parser] Turn DILineInfo into a struct.
Alexey Samsonov
2014-04-18
1
-3
/
+3
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-1
/
+3
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-11
/
+8
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-6
/
+4
*
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
2014-03-13
1
-7
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-16
/
+16
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-7
/
+7
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-3
/
+3
*
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
-15
/
+15
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-16
/
+15
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-15
/
+16
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-1
/
+1
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-6
/
+112
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-3
/
+2
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
1
-291
/
+43
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-2
/
+3
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-1
/
+1
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
1
-2
/
+6
[prev]
[next]