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 |
2011-10-25 |
Owen Anderson | Fix off-by-one error when printing relocations inline... |
tree | commitdiff |
2011-10-18 |
Michael J. Spencer | llvm-objdump: Add static symbol table dumping. |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-10-18 |
Michael J. Spencer | Revert "llvm-objdump: Add static symbol table dumping." |
tree | commitdiff |
2011-10-17 |
Michael J. Spencer | llvm-objdump: Add static symbol table dumping. |
tree | commitdiff |
2011-10-17 |
Owen Anderson | Rewrite most of MachODump to work through the generic... |
tree | commitdiff |
2011-10-17 |
Michael J. Spencer | llvm-objdump: Add -s, which prints the contents of... |
tree | commitdiff |
2011-10-13 |
Michael J. Spencer | llvm-object: Add inline relocation information to disas... |
tree | commitdiff |
2011-10-13 |
Michael J. Spencer | llvm-objdump: Fix whitespace. |
tree | commitdiff |
2011-10-13 |
Michael J. Spencer | llvm-objdump: Fix dumping of multiple symbols with... |
tree | commitdiff |
2011-10-11 |
NAKAMURA Takumi | llvm-objdump.cpp: Use PRIx64 as format specifier for... |
tree | commitdiff |
2011-10-10 |
Nick Lewycky | Add support for dumping section headers to llvm-objdump... |
tree | commitdiff |
2011-10-10 |
Benjamin Kramer | llvm-objdump: Take ownership of MCInstrInfos. |
tree | commitdiff |
2011-10-08 |
Michael J. Spencer | llvm-objdump: Add relocation and archive support. |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Fix spelling in comment. |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Change relocation API to be per section. This time... |
tree | commitdiff |
2011-10-07 |
Bill Wendling | Revert 141376 and 141377 due to breaking the build. |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Fix spelling in comment. |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Change relocation API to be per section. |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Detach symbol listing from section enumer... |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Take the data from the right object when... |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Fix use after free. |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Output line info next to the disassembly... |
tree | commitdiff |
2011-09-20 |
Benjamin Kramer | llvm-objdump: factor code better, add comments. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Nope, there's another one! |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Missed one instance of implicit pointer conversion. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Try to make MSVC 2010 happy. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Add a MachO-specific "mode" to llvm-objdump, that,... |
tree | commitdiff |
2011-09-15 |
Owen Anderson | Don't attach annotations to MCInst's. Instead, have... |
tree | commitdiff |
2011-09-14 |
Benjamin Kramer | Object: make the following changes into SymbolRef |
tree | commitdiff |
2011-09-07 |
James Molloy | Refactor instprinter and mcdisassembler to take a Subta... |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-08-23 |
Evan Cheng | Some refactoring so TargetRegistry.h no longer has... |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | Add MCInstrAnalysis class. This allows the targets... |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | llvm-objdump: disassembly enhancements |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | llvm-objdump: Use help of CFG to print assembly when... |
tree | commitdiff |
2011-07-25 |
Benjamin Kramer | I will save before I commit. |
tree | commitdiff |
2011-07-25 |
Benjamin Kramer | llvm-objdump: Ignore unreachable blocks when printing... |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Separate MCInstPrinter registration from AsmPrinter... |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Fix last bits of MC layer issues. llvm-mc doesn't need... |
tree | commitdiff |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
tree | commitdiff |
2011-07-22 |
Benjamin Kramer | llvm-objdump: Don't ignore errors from raw_fd_ostream. |
tree | commitdiff |
2011-07-22 |
Benjamin Kramer | llvm-objdump: Skip branches that leave the current... |
tree | commitdiff |
2011-07-22 |
Chandler Carruth | Move the registered target printing in version strings... |
tree | commitdiff |
2011-07-20 |
Francois Pichet | Unbreak the MSVC build. Since the "next" function alrea... |
tree | commitdiff |
2011-07-20 |
Benjamin Kramer | Fix cmake. |
tree | commitdiff |
2011-07-20 |
Benjamin Kramer | Sketch out an CFG reconstruction mode for llvm-objdump. |
tree | commitdiff |
2011-07-19 |
Benjamin Kramer | Fix off-by-one. |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-15 |
Benjamin Kramer | Teach llvm-objdump to disassemble sections symbol by... |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
tree | commitdiff |
2011-07-06 |
Eli Friedman | Remove some unnecessary includes. |
tree | commitdiff |
2011-07-06 |
Evan Cheng | createMCInstPrinter doesn't need TargetMachine anymore. |
tree | commitdiff |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
tree | commitdiff |
2011-06-25 |
Michael J. Spencer | Object: Add proper error handling. |
tree | commitdiff |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
tree | commitdiff |
2011-03-21 |
Bill Wendling | We need to pass the TargetMachine object to the InstPri... |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | llvm-objdump: Remove redundant includes. |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | llvm-nm: Fix warning. |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | Add llvm-objdump |
tree | commitdiff |
|