aboutsummaryrefslogtreecommitdiff
path: root/tools/edis/Makefile
AgeCommit message (Expand)Author
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar
2011-11-29build/Make: edis isn't built as a shared library anymore, remove related cruf...Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-08-02lldb doesn't need the edis dylib any more.Evan Cheng
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2010-07-31build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar
2010-07-20there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner
2010-07-20fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner
2010-07-20this logic is handled by tools/makefile.Chris Lattner
2010-07-20edis needs to link in mcdisassembler.Chris Lattner
2010-07-20edinfo doesn't need to be built here.Chris Lattner
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-12Build system fixes. llvm-mc depends onSean Callanan
2010-04-12Bug fix: made the enhanced disassembler's linkSean Callanan
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan
2010-04-02Updated the install location for EnhancedDisassemblySean Callanan
2010-03-17Changed install_name for libEnhancedDisassembly.dylib onSean Callanan
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan