aboutsummaryrefslogtreecommitdiffstats
path: root/tools/edis
Commit message (Expand)AuthorAgeFilesLines
* As a (rather delayed) followup to r136738 which stopped building theChandler Carruth2011-09-041-23/+5
* Kill the export list as well.Evan Cheng2011-08-031-36/+0
* lldb doesn't need the edis dylib any more.Evan Cheng2011-08-021-1/+0
* Switch the CMake edis build over to add_llvm_library_dependenciesDouglas Gregor2011-07-291-3/+8
* Build EnhancedDisassembly as a shared library too.Oscar Fuentes2011-03-121-5/+28
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-171-2/+2
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-311-2/+1
* there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner2010-07-201-1/+1
* fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner2010-07-201-1/+11
* Fix edis makefileDouglas Gregor2010-07-201-0/+1
* this logic is handled by tools/makefile.Chris Lattner2010-07-201-9/+2
* edis needs to link in mcdisassembler.Chris Lattner2010-07-201-1/+1
* update cmake.Chris Lattner2010-07-201-13/+0
* edinfo doesn't need to be built here.Chris Lattner2010-07-202-9/+0
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-209-1837/+75
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-191-1/+2
* edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar2010-07-192-5/+7
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-181-5/+6
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-141-0/+2
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+1
* Extended the edis "IsBranch" property to callSean Callanan2010-05-111-1/+3
* Fixed edis to tokenize instructions with noSean Callanan2010-04-241-3/+5
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-231-0/+3
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-231-1/+3
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-151-1/+1
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-152-37/+38
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-131-17/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-136-68/+36
* Add CMake support for 'edis'.Ted Kremenek2010-04-132-0/+42
* Build system fixes. llvm-mc depends onSean Callanan2010-04-121-4/+7
* Bug fix: made the enhanced disassembler's linkSean Callanan2010-04-121-1/+1
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-102-0/+30
* Bugfixes for edis. Code to initialize instructionSean Callanan2010-04-092-5/+4
* Added support for ARM disassembly to edis.Sean Callanan2010-04-086-112/+263
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-7/+3
* Updated the install location for EnhancedDisassemblySean Callanan2010-04-021-10/+7
* Changed install_name for libEnhancedDisassembly.dylib onSean Callanan2010-03-171-1/+2
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-111-6/+4
* Updated the enhanced disassembly library to produceSean Callanan2010-02-091-0/+17
* Fixed a problem where the enhanced disassemblySean Callanan2010-02-091-2/+8
* Added header file declarations and .exports entriesSean Callanan2010-02-082-1/+6
* Filled in a few new APIs for the enhancedSean Callanan2010-02-043-0/+61
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-0211-0/+1894