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 |
2013-02-12 |
Guy Benyei | Add static cast to unsigned char whenever a character... |
tree | commitdiff |
2013-02-05 |
Michael J. Spencer | [objdump,readobj] Document the purpose and goals of... |
tree | commitdiff |
2013-01-21 |
Jakub Staszak | Remove unneeded #include. |
tree | commitdiff |
2013-01-19 |
Chandler Carruth | Sort all of the includes. Several files got checked... |
tree | commitdiff |
2013-01-15 |
Michael J. Spencer | [Object][ELF] Simplify ELFObjectFile by using ELFType. |
tree | commitdiff |
2013-01-10 |
Michael J. Spencer | [llvm-objdump] Emit addresses with the correct number... |
tree | commitdiff |
2013-01-06 |
Michael J. Spencer | [objdump] Use correct format specifiers and fix C+... |
tree | commitdiff |
2013-01-06 |
Michael J. Spencer | [objdump] Add --private-headers, -p. |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
2012-12-21 |
Rafael Espindola | Add a function to get the segment name of a section. |
tree | commitdiff |
2012-12-19 |
Rafael Espindola | Revert 170545 while I debug the ppc failures. |
tree | commitdiff |
2012-12-19 |
Rafael Espindola | Add r170095 back. |
tree | commitdiff |
2012-12-13 |
Eric Christopher | Revert "Add a funciton to get the segment name of a... |
tree | commitdiff |
2012-12-13 |
Rafael Espindola | Add a funciton to get the segment name of a section. |
tree | commitdiff |
2012-12-05 |
Michael J. Spencer | Quick build fix for c++03 clang. This needs a proper... |
tree | commitdiff |
2012-12-05 |
Michael J. Spencer | Add dump of Win64 EH unwind data. |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
tree | commitdiff |
2012-11-20 |
Eli Bendersky | Add the -no-show-raw-insn option to llvm-objdump, thus... |
tree | commitdiff |
2012-11-12 |
Eric Christopher | Rewrite DIContext interface to take an object. Update... |
tree | commitdiff |
2012-08-28 |
Jack Carter | Some of the instructions in the Mips instruction set... |
tree | commitdiff |
2012-08-07 |
Jim Grosbach | Tidy up a bit. |
tree | commitdiff |
2012-07-19 |
Bill Wendling | Remove tabs. |
tree | commitdiff |
2012-07-02 |
Evan Cheng | Need a space. |
tree | commitdiff |
2012-05-18 |
Kevin Enderby | Fixed a bug in llvm-objdump when disassembling using... |
tree | commitdiff |
2012-05-15 |
Kevin Enderby | Fixed a bug in llvm-objdump when disassembling using... |
tree | commitdiff |
2012-05-08 |
Kevin Enderby | Fix it so llvm-objdump -arch does accept x86 and x86... |
tree | commitdiff |
2012-05-03 |
Pete Cooper | PR12729: Change 'llvm-objdump' to display the available... |
tree | commitdiff |
2012-04-02 |
Craig Topper | Make MCInstrInfo available to the MCInstPrinter. This... |
tree | commitdiff |
2012-03-23 |
Benjamin Kramer | Include cctype for std::isprint. |
tree | commitdiff |
2012-03-10 |
Benjamin Kramer | Fix uses of the C99 PRI format macros not to conflict... |
tree | commitdiff |
2012-03-05 |
Jim Grosbach | Make MCRegisterInfo available to the the MCInstPrinter. |
tree | commitdiff |
2012-02-29 |
David Meyer | [Object] Add symbol attribute flags: ST_ThreadLocal... |
tree | commitdiff |
2012-02-29 |
Derek Schuff | Make MemoryObject accessor members const again |
tree | commitdiff |
2012-02-28 |
David Meyer | In the ObjectFile interface, replace isInternal(),... |
tree | commitdiff |
2012-02-06 |
Derek Schuff | Enable streaming of bitcode |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Allow command-line overrides of the target triple with... |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Do the same fix as r149667, but for the Mach-O disassem... |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Fix llvm-objdump disassembly for interesting Mach-O... |
tree | commitdiff |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-11-29 |
Danil Malyshev | Fixed ObjectFile functions: |
tree | commitdiff |
2011-11-27 |
Chandler Carruth | Revert r145180 as it is causing test failures on all... |
tree | commitdiff |
2011-11-27 |
Danil Malyshev | Fixed ObjectFile functions: |
tree | commitdiff |
2011-11-16 |
Michael J. Spencer | llvm-objdump: Ignore non-objects in archives. |
tree | commitdiff |
2011-11-11 |
Daniel Dunbar | LLVMBuild: Add description files for the LLVM tools. |
tree | commitdiff |
2011-11-07 |
Owen Anderson | Fix llvm-objdump's MachO mode to not depend on the... |
tree | commitdiff |
2011-11-05 |
Benjamin Kramer | Add more PRI.64 macros for MSVC and use them throughout... |
tree | commitdiff |
2011-10-28 |
Stepan Dyatkovskiy | uint64 formatted output: replaced %llx with PRIx64... |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Revert r143149, stubbing out symbolic disassembly suppo... |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Stub out support for symbol disassembly in llvm-objdump. |
tree | commitdiff |
2011-10-27 |
Stepan Dyatkovskiy | Fixed llvm-objdump uint64_t formatted output. |
tree | commitdiff |
2011-10-26 |
Owen Anderson | Expand relocation type field to 64 bits. MachO scatter... |
tree | commitdiff |
2011-10-25 |
Owen Anderson | Add support for the notion of "hidden" relocations... |
tree | commitdiff |
next |