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