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
...
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
1
-26
/
+17
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-14
/
+34
*
Simplify the code. No functionality change.
Rafael Espindola
2013-04-11
1
-17
/
+1
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-5
/
+6
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-4
/
+4
*
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
1
-4
/
+4
*
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
1
-3
/
+3
*
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
1
-10
/
+8
*
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove dead code.
Rafael Espindola
2013-04-07
1
-17
/
+0
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-3
/
+1
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-3
/
+2
*
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-21
1
-1
/
+7
*
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
1
-7
/
+1
*
Add r170095 back.
Rafael Espindola
2012-12-19
1
-1
/
+7
*
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
1
-7
/
+1
*
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-13
1
-1
/
+7
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
1
-41
/
+4
*
Remove tabs.
Bill Wendling
2012-07-19
1
-15
/
+13
*
Need a space.
Evan Cheng
2012-07-02
1
-1
/
+1
*
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-18
1
-2
/
+29
*
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-15
1
-1
/
+1
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-2
/
+3
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+3
*
Allow command-line overrides of the target triple with the Mach-O
Cameron Zwarich
2012-02-03
1
-19
/
+20
*
Do the same fix as r149667, but for the Mach-O disassembler.
Cameron Zwarich
2012-02-03
1
-0
/
+4
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-2
/
+2
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
1
-2
/
+2
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
1
-2
/
+2
*
Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...
Owen Anderson
2011-11-07
1
-6
/
+6
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-2
/
+2
*
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-26
1
-1
/
+1
*
Rewrite most of MachODump to work through the generic libObject interfaces ra...
Owen Anderson
2011-10-17
1
-169
/
+183
*
llvm-objdump: Take ownership of MCInstrInfos.
Benjamin Kramer
2011-10-10
1
-2
/
+2
*
Fix spelling in comment.
Michael J. Spencer
2011-10-07
1
-3
/
+3
*
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
1
-3
/
+3
*
Fix spelling in comment.
Michael J. Spencer
2011-10-07
1
-3
/
+3
*
llvm-objdump: Detach symbol listing from section enumeration for mach-o.
Benjamin Kramer
2011-09-21
1
-19
/
+16
*
llvm-objdump: Take the data from the right object when there's no dSYM around.
Benjamin Kramer
2011-09-21
1
-11
/
+13
*
llvm-objdump: Fix use after free.
Benjamin Kramer
2011-09-21
1
-1
/
+1
*
llvm-objdump: Output line info next to the disassembly if available.
Benjamin Kramer
2011-09-21
1
-52
/
+153
*
llvm-objdump: factor code better, add comments.
Benjamin Kramer
2011-09-20
1
-137
/
+165
*
Nope, there's another one!
Benjamin Kramer
2011-09-19
1
-1
/
+1
*
Missed one instance of implicit pointer conversion.
Benjamin Kramer
2011-09-19
1
-1
/
+1
*
Try to make MSVC 2010 happy.
Benjamin Kramer
2011-09-19
1
-2
/
+2
*
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...
Benjamin Kramer
2011-09-19
1
-0
/
+489
[prev]