Michael J. Spencer
|
942eb00911
llvm-object: Add inline relocation information to disassembly.
|
hace 14 años |
Michael J. Spencer
|
14a5f468d6
llvm-objdump: Fix whitespace.
|
hace 14 años |
Michael J. Spencer
|
178dbd4418
llvm-objdump: Fix dumping of multiple symbols with the same address.
|
hace 14 años |
NAKAMURA Takumi
|
f048c3fe24
llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.
|
hace 14 años |
Nick Lewycky
|
023bb15bea
Add support for dumping section headers to llvm-objdump. This uses the same
|
hace 14 años |
Benjamin Kramer
|
d226ed71f2
llvm-objdump: Take ownership of MCInstrInfos.
|
hace 14 años |
Michael J. Spencer
|
27781b78e1
llvm-objdump: Add relocation and archive support.
|
hace 14 años |
Michael J. Spencer
|
4344b1ef9b
Change relocation API to be per section. This time without breaking GCC.
|
hace 14 años |
Bill Wendling
|
a48ad13339
Revert 141376 and 141377 due to breaking the build.
|
hace 14 años |
Michael J. Spencer
|
f1164a2487
Change relocation API to be per section.
|
hace 14 años |
Benjamin Kramer
|
0b8b771e9f
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO.
|
hace 14 años |
Owen Anderson
|
98c5ddabca
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
|
hace 14 años |
Benjamin Kramer
|
ac241fe9f0
Object: make the following changes into SymbolRef
|
hace 14 años |
James Molloy
|
b950585cc5
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson.
|
hace 14 años |
Evan Cheng
|
3e74d6fdd2
Move TargetRegistry and TargetSelect from Target to Support where they belong.
|
hace 14 años |
Evan Cheng
|
7801136b95
Some refactoring so TargetRegistry.h no longer has to include any files
|
hace 14 años |
Benjamin Kramer
|
41ab14b725
Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
|
hace 14 años |
Benjamin Kramer
|
c13464f3c1
llvm-objdump: disassembly enhancements
|
hace 14 años |
Benjamin Kramer
|
a21d813709
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
|
hace 14 años |
Benjamin Kramer
|
dbc46d7dd8
I will save before I commit.
|
hace 14 años |
Benjamin Kramer
|
853b0fd623
llvm-objdump: Ignore unreachable blocks when printing the CFG.
|
hace 14 años |
Evan Cheng
|
4b64e8a9e1
Separate MCInstPrinter registration from AsmPrinter registration.
|
hace 14 años |
Evan Cheng
|
1b0fc9b418
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore.
|
hace 14 años |
Evan Cheng
|
e78085a3c0
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
|
hace 14 años |
Benjamin Kramer
|
a503ede94b
llvm-objdump: Don't ignore errors from raw_fd_ostream.
|
hace 14 años |
Chandler Carruth
|
4039313b4c
Move the registered target printing in version strings completely out of
|
hace 14 años |
Benjamin Kramer
|
685a2501b2
Sketch out an CFG reconstruction mode for llvm-objdump.
|
hace 14 años |
Benjamin Kramer
|
14c92467e7
Fix off-by-one.
|
hace 14 años |
Evan Cheng
|
439661395f
Introduce MCCodeGenInfo, which keeps information that can affect codegen
|
hace 14 años |
Benjamin Kramer
|
739b65bf85
Teach llvm-objdump to disassemble sections symbol by symbol.
|
hace 14 años |