Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
3e74d6f
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 years ago
7801136
Some refactoring so TargetRegistry.h no longer has to include any files from MC.
by Evan Cheng
· 14 years ago
41ab14b
Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
by Benjamin Kramer
· 14 years ago
c13464f
llvm-objdump: disassembly enhancements
by Benjamin Kramer
· 14 years ago
a21d813
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
by Benjamin Kramer
· 14 years ago
dbc46d7
I will save before I commit.
by Benjamin Kramer
· 14 years ago
853b0fd
llvm-objdump: Ignore unreachable blocks when printing the CFG.
by Benjamin Kramer
· 14 years ago
4b64e8a
Separate MCInstPrinter registration from AsmPrinter registration.
by Evan Cheng
· 14 years ago
1b0fc9b
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore.
by Evan Cheng
· 14 years ago
e78085a
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
by Evan Cheng
· 14 years ago
a503ede
llvm-objdump: Don't ignore errors from raw_fd_ostream.
by Benjamin Kramer
· 14 years ago
4039313
Move the registered target printing in version strings completely out of
by Chandler Carruth
· 14 years ago
685a250
Sketch out an CFG reconstruction mode for llvm-objdump.
by Benjamin Kramer
· 14 years ago
14c9246
Fix off-by-one.
by Benjamin Kramer
· 14 years ago
4396613
Introduce MCCodeGenInfo, which keeps information that can affect codegen
by Evan Cheng
· 14 years ago
739b65b
Teach llvm-objdump to disassemble sections symbol by symbol.
by Benjamin Kramer
· 14 years ago
1abf2cb
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
by Evan Cheng
· 14 years ago
0392a04
Remove some unnecessary includes.
by Eli Friedman
· 14 years ago
b262799
createMCInstPrinter doesn't need TargetMachine anymore.
by Evan Cheng
· 14 years ago
276365d
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
by Evan Cheng
· 14 years ago
25b1577
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
ddcdcc8
Remove unused STL header includes.
by Jay Foad
· 14 years ago
a5c177e
We need to pass the TargetMachine object to the InstPrinter if we are printing
by Bill Wendling
· 14 years ago
59315d1
llvm-objdump: Remove redundant includes.
by Michael J. Spencer
· 15 years ago
d11699d
llvm-nm: Fix warning.
by Michael J. Spencer
· 15 years ago
92e1deb
Add llvm-objdump
by Michael J. Spencer
· 15 years ago