index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-2
/
+2
2014-04-17
objdump: identify WoA WinCOFF/ARM correctly
Saleem Abdulrasool
1
-0
/
+6
2014-04-15
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
1
-8
/
+9
2014-04-14
tools: fix heap-buffer-overrun detected via ASAN
Saleem Abdulrasool
1
-0
/
+3
2014-04-14
tools: simplify symbol handling in objdump
Saleem Abdulrasool
1
-25
/
+28
2014-04-14
tools: address possible non-null terminated filenames
Saleem Abdulrasool
1
-15
/
+7
2014-04-13
tools: avoid a string duplication
Saleem Abdulrasool
1
-8
/
+4
2014-04-13
tools: teach objdump about FILE aux records
Saleem Abdulrasool
1
-4
/
+26
2014-03-27
Update MCSymbolizer and its subclasses' constructors to reflect the fact that
Lang Hames
1
-1
/
+2
2014-03-20
llvm-objdump output hex to match binutils' objdump
Greg Fitzgerald
1
-2
/
+8
2014-03-19
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
1
-2
/
+1
2014-03-18
Use early returns to reduce nesting.
Rui Ueyama
1
-69
/
+69
2014-03-17
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
1
-14
/
+17
2014-03-14
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
1
-16
/
+15
2014-03-13
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
1
-40
/
+45
2014-03-07
Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
1
-1
/
+1
2014-03-06
Support: split object format out of environment
Saleem Abdulrasool
1
-1
/
+1
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-22
/
+22
2014-02-24
llvm-objdump: Do not attempt to disassemble symbols outside of section
Simon Atanasyan
1
-3
/
+6
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-2
/
+2
2014-02-24
Don't make F_None the default.
Rafael Espindola
1
-2
/
+2
2014-02-10
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
1
-15
/
+15
2014-01-31
Simplify getSymbolFlags.
Rafael Espindola
1
-2
/
+1
2014-01-30
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
1
-30
/
+9
2014-01-25
Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
1
-6
/
+23
2014-01-25
llvm-objdump: Some style cleanups to follow LLVM coding style
Mark Seaborn
1
-56
/
+69
2014-01-21
Rename these methods to match the style guide.
Rafael Espindola
1
-2
/
+2
2014-01-15
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
1
-3
/
+4
2013-09-27
Re-submit r191472 with a fix for big endian.
Rui Ueyama
1
-2
/
+10
2013-09-27
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
1
-10
/
+2
2013-09-27
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
1
-2
/
+10
2013-08-21
Add basic YAML MC CFG testcase.
Ahmed Bougacha
1
-1
/
+1
2013-08-21
MC CFG: Add YAML MCModule representation to enable MC CFG testing.
Ahmed Bougacha
1
-9
/
+29
2013-06-18
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
1
-1
/
+1
2013-05-27
llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.
NAKAMURA Takumi
1
-1
/
+2
2013-05-24
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
1
-3
/
+86
2013-05-24
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
1
-12
/
+45
2013-05-16
llvm-objdump: Initialize MCDisassembler once instead of for each section.
Ahmed Bougacha
1
-45
/
+45
2013-05-13
Remove the MachineMove class.
Rafael Espindola
1
-7
/
+8
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
1
-4
/
+4
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
1
-14
/
+6
2013-04-16
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
1
-0
/
+8
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
1
-4
/
+14
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
1
-2
/
+2
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
1
-5
/
+2
2013-04-03
Don't disassemble symbols with an unknown address or size.
Eric Christopher
1
-0
/
+1
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
1
-1
/
+1
2013-02-05
[objdump,readobj] Document the purpose and goals of each tool.
Michael J. Spencer
1
-0
/
+3
2013-01-21
Remove unneeded #include.
Jakub Staszak
1
-1
/
+0
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
1
-2
/
+5
[next]