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
/
lib
/
MC
/
MCDisassembler
/
EDDisassembler.h
Age
Commit message (
Expand
)
Author
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-02-04
Modified the Enhanced Disassembler to create and
Sean Callanan
2011-11-11
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-25
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-03-12
Fixed the comparison operator for the enhanced
Sean Callanan
2011-02-09
Fix comparator used for looking up previously instantiated EDDisassemblers.
Shantonu Sen
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-07-20
there is no reason to dynamically generate a static header.
Chris Lattner
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner