index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
Age
Commit message (
Expand
)
Author
2011-10-10
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-10
llvm-objdump: Take ownership of MCInstrInfos.
Benjamin Kramer
2011-10-08
llvm-objdump: Add relocation and archive support.
Michael J. Spencer
2011-10-07
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
Change relocation API to be per section.
Michael J. Spencer
2011-09-19
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...
Benjamin Kramer
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-14
Object: make the following changes into SymbolRef
Benjamin Kramer
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-08
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
llvm-objdump: disassembly enhancements
Benjamin Kramer
2011-08-08
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
Benjamin Kramer
2011-07-25
I will save before I commit.
Benjamin Kramer
2011-07-25
llvm-objdump: Ignore unreachable blocks when printing the CFG.
Benjamin Kramer
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
llvm-objdump: Don't ignore errors from raw_fd_ostream.
Benjamin Kramer
2011-07-22
Move the registered target printing in version strings completely out of
Chandler Carruth
2011-07-20
Sketch out an CFG reconstruction mode for llvm-objdump.
Benjamin Kramer
2011-07-19
Fix off-by-one.
Benjamin Kramer
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-15
Teach llvm-objdump to disassemble sections symbol by symbol.
Benjamin Kramer
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-06
Remove some unnecessary includes.
Eli Friedman
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-25
Object: Add proper error handling.
Michael J. Spencer
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-01-20
llvm-objdump: Remove redundant includes.
Michael J. Spencer
2011-01-20
llvm-nm: Fix warning.
Michael J. Spencer
2011-01-20
Add llvm-objdump
Michael J. Spencer
[prev]