projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[LCG] Switch the node iterator to use the new fancy adaptor base. This
[oota-llvm.git]
/
tools
/
llvm-objdump
/
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
tree
|
commitdiff
2014-04-18
Alexey Samsonov
[DWARF parser] Turn DILineInfo into a struct.
tree
|
commitdiff
2014-04-17
Saleem Abdulrasool
objdump: identify WoA WinCOFF/ARM correctly
tree
|
commitdiff
2014-04-15
Lang Hames
[MC] Require an MCContext when constructing an MCDisass...
tree
|
commitdiff
2014-04-14
Saleem Abdulrasool
tools: fix heap-buffer-overrun detected via ASAN
tree
|
commitdiff
2014-04-14
Saleem Abdulrasool
tools: simplify symbol handling in objdump
tree
|
commitdiff
2014-04-14
Saleem Abdulrasool
tools: address possible non-null terminated filenames
tree
|
commitdiff
2014-04-13
Saleem Abdulrasool
tools: avoid a string duplication
tree
|
commitdiff
2014-04-13
Saleem Abdulrasool
tools: teach objdump about FILE aux records
tree
|
commitdiff
2014-03-27
Lang Hames
Update MCSymbolizer and its subclasses' constructors...
tree
|
commitdiff
2014-03-20
Greg Fitzgerald
llvm-objdump output hex to match binutils' objdump
tree
|
commitdiff
2014-03-19
David Majnemer
Object: Provide a richer means of describing auxiliary...
tree
|
commitdiff
2014-03-18
Rui Ueyama
Use early returns to reduce nesting.
tree
|
commitdiff
2014-03-18
Alexey Samsonov
[C++11] Change the interface of getCOFF{Section,Relocat...
tree
|
commitdiff
2014-03-17
Alexey Samsonov
[C++11] Introduce ObjectFile::symbols() to use range...
tree
|
commitdiff
2014-03-14
Alexey Samsonov
[C++11] Introduce SectionRef::relocations() to use...
tree
|
commitdiff
2014-03-13
Alexey Samsonov
[C++11] Use ObjectFile::sections() in commandline llvm...
tree
|
commitdiff
2014-03-07
Ahmed Charles
Change MCDisassembler::setSymbolizer to take unique_ptr...
tree
|
commitdiff
2014-03-06
Saleem Abdulrasool
Support: split object format out of environment
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Rui Ueyama
Attempt to unbreak little-endian buildbots.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Indent unwind info contents.
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Fix typo in output.
tree
|
commitdiff
2014-03-04
Rui Ueyama
Fix typo.
tree
|
commitdiff
2014-03-04
Rui Ueyama
Use auto for readability.
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Print x64 unwind info in executable.
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Split printRuntimeFunction to two small...
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Split printCOFFUnwindInfo into small...
tree
|
commitdiff
2014-03-04
Rui Ueyama
llvm-objdump: Use range-based-for loop and fix format.
tree
|
commitdiff
2014-02-28
Rui Ueyama
llvm-objdump: Fix crash bug with printing unwind info...
tree
|
commitdiff
2014-02-28
Rui Ueyama
Style fix.
tree
|
commitdiff
2014-02-28
Rui Ueyama
Remove unnecessary temporary variable.
tree
|
commitdiff
2014-02-24
Simon Atanasyan
llvm-objdump: Do not attempt to disassemble symbols...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Don't make F_None the default.
tree
|
commitdiff
2014-02-21
Rui Ueyama
llvm-objdump/COFF: LoadConfiguration does not exist...
tree
|
commitdiff
2014-02-20
Rui Ueyama
llvm-objdump/COFF: Print SEH table addresses.
tree
|
commitdiff
2014-02-19
Rui Ueyama
llvm-objdump/COFF: Print load configuration table.
tree
|
commitdiff
2014-02-10
Rafael Espindola
Change the begin and end methods in ObjectFile to match...
tree
|
commitdiff
2014-01-31
Rafael Espindola
Simplify getSymbolFlags.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Simplify the handling of iterators in ObjectFile.
tree
|
commitdiff
2014-01-25
Mark Seaborn
Fix "llvm-objdump -d -r" to show relocations inline...
tree
|
commitdiff
2014-01-25
Mark Seaborn
llvm-objdump: Some style cleanups to follow LLVM coding...
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-21
Rafael Espindola
Be a bit more consistent about using ErrorOr when const...
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-17
Rui Ueyama
llvm-objdump/COFF: Print ordinal base number.
tree
|
commitdiff
2014-01-16
Rui Ueyama
Fix style issues.
tree
|
commitdiff
2014-01-16
Rui Ueyama
llvm-objdump/COFF: Print DLL name in the export table...
tree
|
commitdiff
2014-01-16
Rui Ueyama
llmv-objdump/COFF: Print export table contents.
tree
|
commitdiff
2014-01-15
Rui Ueyama
llvm-objdump: Don't print "Import table:" header if...
tree
|
commitdiff
2014-01-15
Rafael Espindola
Return an ErrorOr<Binary *> from createBinary.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-10-01
Rafael Espindola
Remove several unused variables.
tree
|
commitdiff
2013-09-27
Rui Ueyama
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
tree
|
commitdiff
2013-09-27
Rui Ueyama
Re-submit r191472 with a fix for big endian.
tree
|
commitdiff
2013-09-27
Rui Ueyama
Revert "llvm-objdump: Dump COFF import table if -privat...
tree
|
commitdiff
2013-09-27
Rui Ueyama
Fix another -Wnon-pod-varargs error in r191472.
tree
|
commitdiff
2013-09-27
Rui Ueyama
Fix -Wnon-pod-varargs error in r191472.
tree
|
commitdiff
2013-09-27
Rui Ueyama
llvm-objdump: Dump COFF import table if -private-header...
tree
|
commitdiff
2013-09-01
Charles Davis
Move everything depending on Object/MachOFormat.h over...
tree
|
commitdiff
2013-08-27
Charles Davis
Revert "Fix the build broken by r189315." and "Move...
tree
|
commitdiff
2013-08-27
Charles Davis
Move everything depending on Object/MachOFormat.h over...
tree
|
commitdiff
2013-08-21
Ahmed Bougacha
Add basic YAML MC CFG testcase.
tree
|
commitdiff
2013-08-21
Ahmed Bougacha
MC CFG: Add YAML MCModule representation to enable...
tree
|
commitdiff
2013-08-08
Michael J. Spencer
[Object] Split the ELF interface into 3 parts.
tree
|
commitdiff
2013-06-25
Rafael Espindola
keep only the StringRef version of getFileOrSTDIN.
tree
|
commitdiff
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-06-12
Rui Ueyama
readobj: Dump PE/COFF optional records.
tree
|
commitdiff
2013-06-06
Kevin Enderby
Teach llvm-objdump with the -macho parser how to use...
tree
|
commitdiff
2013-06-05
Rafael Espindola
Handle relocations that don't point to symbols.
tree
|
commitdiff
2013-05-27
NAKAMURA Takumi
llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
tree
|
commitdiff
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
MC: Disassembled CFG reconstruction.
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
Add MCSymbolizer for symbolic/annotated disassembly.
tree
|
commitdiff
2013-05-16
Ahmed Bougacha
llvm-objdump: Initialize MCDisassembler once instead...
tree
|
commitdiff
2013-05-13
Rafael Espindola
Remove the MachineMove class.
tree
|
commitdiff
2013-05-09
Rafael Espindola
Introduce convenience typedefs for the 4 ELF object...
tree
|
commitdiff
2013-04-25
Rafael Espindola
Clarify getRelocationAddress x getRelocationOffset...
tree
|
commitdiff
2013-04-19
Rafael Espindola
Don't read one command past the end.
tree
|
commitdiff
2013-04-18
Rafael Espindola
At Jim Grosbach's request detemplate Object/MachO.h.
tree
|
commitdiff
2013-04-16
Alexey Samsonov
llvm-objdump: Don't print contents of BSS sections...
tree
|
commitdiff
2013-04-13
Rafael Espindola
Finish templating MachObjectFile over endianness.
tree
|
commitdiff
2013-04-11
Rafael Espindola
Simplify the code. No functionality change.
tree
|
commitdiff
2013-04-10
Rafael Espindola
Template the MachO types over endianness.
tree
|
commitdiff
2013-04-09
Rafael Espindola
Convert MachOObjectFile to a template.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeader directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove LoadCommandInfo now that we always have a pointe...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Add MachOObjectFile::LoadCommandInfo.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove MachOObjectFile::getObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Make getObject const. Remove a const_cast.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove last use of InMemoryStruct in llvm-objdump.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2013-04-05
Rafael Espindola
Don't fetch pointers from a InMemoryStruct.
tree
|
commitdiff
2013-04-03
Eric Christopher
Don't disassemble symbols with an unknown address or...
tree
|
commitdiff
2013-02-27
Shankar Easwaran
print TLS segment
tree
|
commitdiff
2013-02-21
Michael J. Spencer
[objdump] Add PT_PHDR.
tree
|
commitdiff
2013-02-20
Michael J. Spencer
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
tree
|
commitdiff
next