test commit redux
[oota-llvm.git] / tools / edis /
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-09-04 Chandler CarruthAs a (rather delayed) followup to r136738 which stopped...
2011-08-03 Evan ChengKill the export list as well.
2011-08-02 Evan Chenglldb doesn't need the edis dylib any more.
2011-07-29 Douglas GregorSwitch the CMake edis build over to add_llvm_library_de...
2011-03-12 Oscar FuentesBuild EnhancedDisassembly as a shared library too.
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-20 Chris Lattnerthere is now no reason to link in TARGETS_TO_BUILD...
2010-07-20 Chris Lattnerfix edis to only try to link in the x86 parts if the...
2010-07-20 Douglas GregorFix edis makefile
2010-07-20 Chris Lattnerthis logic is handled by tools/makefile.
2010-07-20 Chris Lattneredis needs to link in mcdisassembler.
2010-07-20 Chris Lattnerupdate cmake.
2010-07-20 Chris Lattneredinfo doesn't need to be built here.
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-19 Daniel Dunbaredis: Save the TargetMachine in the EDDisassembler...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-14 Bob WilsonRemove some broken code to check the DISABLE_EDIS flag...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-04-24 Sean CallananFixed edis to tokenize instructions with no
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-23 Sean CallananFixed EDOperand to use the operand type, not the
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Sean CallananBug fix: made the enhanced disassembler's link
2010-04-10 Sean CallananUpdated the edis build mechanism to allow for builds
2010-04-09 Sean CallananBugfixes for edis. Code to initialize instruction
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-02 Sean CallananUpdated the install location for EnhancedDisassembly
2010-03-17 Sean CallananChanged install_name for libEnhancedDisassembly.dylib on
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-02-09 Sean CallananUpdated the enhanced disassembly library to produce
2010-02-09 Sean CallananFixed a problem where the enhanced disassembly
2010-02-08 Sean CallananAdded header file declarations and .exports entries
2010-02-04 Sean CallananFilled in a few new APIs for the enhanced
2010-02-02 Sean CallananRenamed the ed directory to edis, as suggested