index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCDisassembler
Age
Commit message (
Expand
)
Author
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
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-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
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-19
Fixed a bug where the MC subtarget information
Sean Callanan
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-11
Resynchronize EDInfo.h and EDEmitter.cpp.
Shantonu Sen
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
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-24
Give MC/MCDisassembler/Disassembler.h a header guard.
Sebastian Redl
2011-04-20
Made the MC disassembler check before accessing
Sean Callanan
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-04-09
Redirected errors from the AsmParser to the proper
Sean Callanan
2011-04-07
Fixed a bug where missing EDInstInfo would cause
Sean Callanan
2011-04-05
An MCDisassembler has the option to not implement
Shantonu Sen
2011-03-29
Fix the MSVC build.
Francois Pichet
2011-03-28
Unbreak CMake build.
Ted Kremenek
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
2011-03-24
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-12
Fixed the comparison operator for the enhanced
Sean Callanan
2011-02-24
Plug some leaks in edis.
Benjamin Kramer
2011-02-23
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-09
Fix comparator used for looking up previously instantiated EDDisassemblers.
Shantonu Sen
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-22
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-09-23
Fixed a crash in the enhanced disassembler where
Sean Callanan
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-07-20
Let's get those buildbots green: #include is needed in the header, not just t...
Owen Anderson
2010-07-20
apparently also missing an include.
Chris Lattner
2010-07-20
this is in System
Chris Lattner
2010-07-20
turn this into a normal header.
Chris Lattner
[next]