summaryrefslogtreecommitdiff
path: root/tools/edis
AgeCommit message (Expand)AuthorFilesLines
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar3-333/+0
2011-11-29edis: Don't do the target initialization in EDGetDisassembler, this is contraryDaniel Dunbar1-11/+0
2011-11-29build/Make: edis isn't built as a shared library anymore, remove related cruf...Daniel Dunbar1-23/+0
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer1-2/+11
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-3/+3
2011-09-04As a (rather delayed) followup to r136738 which stopped building theChandler Carruth1-23/+5
2011-08-03Kill the export list as well.Evan Cheng1-36/+0
2011-08-02lldb doesn't need the edis dylib any more.Evan Cheng1-1/+0
2011-07-29Switch the CMake edis build over to add_llvm_library_dependenciesDouglas Gregor1-3/+8
2011-03-12Build EnhancedDisassembly as a shared library too.Oscar Fuentes1-5/+28
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi1-2/+0
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes1-2/+2
2010-07-31build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar1-2/+1
2010-07-20there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner1-1/+1
2010-07-20fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner1-1/+11
2010-07-20Fix edis makefileDouglas Gregor1-0/+1
2010-07-20this logic is handled by tools/makefile.Chris Lattner1-9/+2
2010-07-20edis needs to link in mcdisassembler.Chris Lattner1-1/+1
2010-07-20update cmake.Chris Lattner1-13/+0
2010-07-20edinfo doesn't need to be built here.Chris Lattner2-9/+0
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner9-1837/+75
2010-07-19Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar1-1/+2
2010-07-19edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar2-5/+7
2010-07-18MC: Move several clients to using AsmParser constructor function.Daniel Dunbar1-5/+6
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson1-0/+2
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar1-1/+1
2010-05-11Extended the edis "IsBranch" property to callSean Callanan1-1/+3
2010-04-24Fixed edis to tokenize instructions with noSean Callanan1-3/+5
2010-04-23Fixes to edis that mark x86 call targets asSean Callanan1-0/+3
2010-04-23Fixed EDOperand to use the operand type, not theSean Callanan1-1/+3
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman1-1/+1
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2-37/+38
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor1-17/+1
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan6-68/+36
2010-04-13Add CMake support for 'edis'.Ted Kremenek2-0/+42
2010-04-12Build system fixes. llvm-mc depends onSean Callanan1-4/+7
2010-04-12Bug fix: made the enhanced disassembler's linkSean Callanan1-1/+1
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan2-0/+30
2010-04-09Bugfixes for edis. Code to initialize instructionSean Callanan2-5/+4
2010-04-08Added support for ARM disassembly to edis.Sean Callanan6-112/+263
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner1-7/+3
2010-04-02Updated the install location for EnhancedDisassemblySean Callanan1-10/+7
2010-03-17Changed install_name for libEnhancedDisassembly.dylib onSean Callanan1-1/+2
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner1-6/+4
2010-02-09Updated the enhanced disassembly library to produceSean Callanan1-0/+17
2010-02-09Fixed a problem where the enhanced disassemblySean Callanan1-2/+8
2010-02-08Added header file declarations and .exports entriesSean Callanan2-1/+6
2010-02-04Filled in a few new APIs for the enhancedSean Callanan3-0/+61
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan11-0/+1894