ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
[oota-llvm.git] / tools / edis / Makefile
2011-08-02 Evan Chenglldb doesn't need the edis dylib any more.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-20 Chris Lattnerthere is now no reason to link in TARGETS_TO_BUILD...
2010-07-20 Chris Lattnerfix edis to only try to link in the x86 parts if the...
2010-07-20 Chris Lattnerthis logic is handled by tools/makefile.
2010-07-20 Chris Lattneredis needs to link in mcdisassembler.
2010-07-20 Chris Lattneredinfo doesn't need to be built here.
2010-07-14 Bob WilsonRemove some broken code to check the DISABLE_EDIS flag...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Sean CallananBug fix: made the enhanced disassembler's link
2010-04-10 Sean CallananUpdated the edis build mechanism to allow for builds
2010-04-02 Sean CallananUpdated the install location for EnhancedDisassembly
2010-03-17 Sean CallananChanged install_name for libEnhancedDisassembly.dylib on
2010-02-02 Sean CallananRenamed the ed directory to edis, as suggested