index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
edis
/
Makefile
Age
Commit message (
Expand
)
Author
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-29
build/Make: edis isn't built as a shared library anymore, remove related cruf...
Daniel Dunbar
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-08-02
lldb doesn't need the edis dylib any more.
Evan Cheng
2011-01-17
Add some platform checks. Also fix a typo on a Makefile.
Oscar Fuentes
2010-07-31
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
2010-07-20
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
2010-07-20
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
2010-07-20
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
edis needs to link in mcdisassembler.
Chris Lattner
2010-07-20
edinfo doesn't need to be built here.
Chris Lattner
2010-07-14
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
2010-04-15
Make the export files absolute paths, and change Makefile.rules
Dan Gohman
2010-04-15
Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
Dan Gohman
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-12
Build system fixes. llvm-mc depends on
Sean Callanan
2010-04-12
Bug fix: made the enhanced disassembler's link
Sean Callanan
2010-04-10
Updated the edis build mechanism to allow for builds
Sean Callanan
2010-04-02
Updated the install location for EnhancedDisassembly
Sean Callanan
2010-03-17
Changed install_name for libEnhancedDisassembly.dylib on
Sean Callanan
2010-02-02
Renamed the ed directory to edis, as suggested
Sean Callanan