1. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  2. fec0c6f As a (rather delayed) followup to r136738 which stopped building the by Chandler Carruth · 13 years ago
  3. a9362ca Kill the export list as well. by Evan Cheng · 13 years ago
  4. 779fa1b lldb doesn't need the edis dylib any more. by Evan Cheng · 13 years ago
  5. 3401a90 Switch the CMake edis build over to add_llvm_library_dependencies by Douglas Gregor · 13 years ago
  6. b56130f Build EnhancedDisassembly as a shared library too. by Oscar Fuentes · 13 years ago
  7. 2fcc17e CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  8. 3c00a83 Add some platform checks. Also fix a typo on a Makefile. by Oscar Fuentes · 14 years ago
  9. b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
  10. c510a70 there is now no reason to link in TARGETS_TO_BUILD since we list by Chris Lattner · 14 years ago
  11. 6f2cea0 fix edis to only try to link in the x86 parts if the x86 backend is by Chris Lattner · 14 years ago
  12. aad9c4c Fix edis makefile by Douglas Gregor · 14 years ago
  13. 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 14 years ago
  14. ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 14 years ago
  15. 9ae2e33 update cmake. by Chris Lattner · 14 years ago
  16. feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 14 years ago
  17. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  18. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 14 years ago
  19. 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 14 years ago
  20. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 14 years ago
  21. 8f70c3d Remove some broken code to check the DISABLE_EDIS flag (edis is now in the by Bob Wilson · 14 years ago
  22. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 14 years ago
  23. 972bf8d Extended the edis "IsBranch" property to call by Sean Callanan · 14 years ago
  24. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 14 years ago
  25. a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 14 years ago
  26. d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 14 years ago
  27. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 14 years ago
  28. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 14 years ago
  29. 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 14 years ago
  30. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 14 years ago
  31. 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 14 years ago
  32. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 14 years ago
  33. dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 14 years ago
  34. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 14 years ago
  35. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 14 years ago
  36. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 14 years ago
  37. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 14 years ago
  38. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 14 years ago
  39. e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 14 years ago
  40. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 14 years ago
  41. 2d58147 Updated the enhanced disassembly library to produce by Sean Callanan · 14 years ago
  42. de5dac1 Fixed a problem where the enhanced disassembly by Sean Callanan · 14 years ago
  43. 01cd79f Added header file declarations and .exports entries by Sean Callanan · 14 years ago
  44. 7670658 Filled in a few new APIs for the enhanced by Sean Callanan · 14 years ago
  45. 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 14 years ago