aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-07-09Make helpers static. NFC.Benjamin Kramer1-1/+1
2020-06-19[MC] Pass the symbol rather than its name to onSymbolStart()Ronak Chauhan1-1/+1
2020-06-12[MC] Changes to help improve target specific symbol disassemblyRonak Chauhan1-3/+2
2020-05-29[AIX][XCOFF] add symbol priority for the llvm-objdump -D -symbol-descriptiondiggerlin1-0/+53
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-3/+4
2019-12-15[MC] Assume CommentStream is non-null in MCDisassembler::tryAdding*Fangrui Song1-5/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17[WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen1-0/+9
2017-02-08[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-4/+3
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer1-2/+2
2014-07-23Finish inverting the MC -> Object dependency.Rafael Espindola1-0/+39