Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-objdump: factor code better, add comments. | Benjamin Kramer | 2011-09-20 | 1 | -19/+15 |
* | Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi... | Benjamin Kramer | 2011-09-19 | 1 | -30/+61 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -1/+1 |
* | Add MCInstrAnalysis class. This allows the targets to specify own versions of... | Benjamin Kramer | 2011-08-08 | 1 | -27/+20 |
* | llvm-objdump: Ignore unreachable blocks when printing the CFG. | Benjamin Kramer | 2011-07-25 | 1 | -0/+2 |
* | llvm-objdump: Skip branches that leave the current function. | Benjamin Kramer | 2011-07-22 | 1 | -1/+4 |
* | Unbreak the MSVC build. Since the "next" function already exists in the MSVC ... | Francois Pichet | 2011-07-20 | 1 | -3/+3 |
* | Sketch out an CFG reconstruction mode for llvm-objdump. | Benjamin Kramer | 2011-07-20 | 1 | -0/+113 |