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
/
Disassembler.cpp
Age
Commit message (
Expand
)
Author
2013-03-12
Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just
Kevin Enderby
2012-12-18
Add to the disassembler C API an option to print the disassembled
Kevin Enderby
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-04-06
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-02-29
Make MemoryObject accessor members const again
Derek Schuff
2012-02-17
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-11-11
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-10-04
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-09-21
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
The the MC disassembler C API to print in verbose mode. Perhaps there should...
Owen Anderson
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-01
Fix apparent build error caused by r138948 on certain versions of GCC with -W...
James Molloy
2011-09-01
Fix the build for us -Werror users.
Nick Lewycky
2011-09-01
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Include MCRegisterInfo to eliminate a compilation warning.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
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-05-22
switch to using a smallvector to avoid allocations for most normal size instr...
Chris Lattner
2011-05-22
tidy some things up.
Chris Lattner
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-11
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-04-09
Fix potential buffer overflow on win32.
Benjamin Kramer
2011-03-29
Fix the MSVC build.
Francois Pichet
2011-03-28
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-26
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby