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
*
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
*
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
[next]