Skip to content
  1. Apr 12, 2010
    • Sean Callanan's avatar
      Build system fixes. llvm-mc depends on · 393c4df3
      Sean Callanan authored
      libEnhancedDisassembly, so we now build the
      static library in all cases (although the shared
      library is only built when requested/possible).
      
      Also, fixed a bug where edis wasn't properly
      initializing the targets it uses.
      
      llvm-svn: 101072
      393c4df3
    • Sean Callanan's avatar
      Second try at integrating the edis tester. This · 2d03d3a8
      Sean Callanan authored
      time I use the LIBS variable, which is not subject
      to a %.a -> -l% transformation, to link llvm-mc
      against libEnhancedDisassembly.
      
      llvm-mc -edis works the same as llvm-mc
      -disassemble, but outputs tokens and operands.
      
      llvm-svn: 101058
      2d03d3a8
  2. Apr 10, 2010
  3. Apr 09, 2010
  4. Mar 24, 2010
  5. Mar 23, 2010
  6. Mar 09, 2010
  7. Mar 05, 2010
  8. Feb 26, 2010
  9. Feb 02, 2010
  10. Jan 29, 2010
  11. Oct 05, 2009
  12. Aug 25, 2009
  13. Aug 18, 2009
    • Anton Korobeynikov's avatar
      The attached patches attempt to fix cross builds. For example, if you · 90e17e78
      Anton Korobeynikov authored
      try to use i686-darwin to build for arm-eabi, you'll quickly run into
      several false assumptions that the target OS must be the same as the
      host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
      help builds like "make check" and the test-suite able to cross
      compile. Along the way a target of *-unknown-eabi is defined as
      "Freestanding" so that TARGET_OS checks have something to work with.
      
      Patch by Sandeep Patel!
      
      llvm-svn: 79296
      90e17e78
  14. Jul 04, 2009
  15. Jun 29, 2009
  16. Jun 19, 2009
  17. Apr 26, 2009
  18. Apr 20, 2009
  19. Mar 11, 2009
  20. Mar 03, 2009
  21. Feb 26, 2009
  22. Feb 11, 2009
  23. Feb 03, 2009
  24. Jan 26, 2009
  25. Jan 24, 2009
  26. Nov 25, 2008
  27. Jun 30, 2008
    • Devang Patel's avatar
      · 4be1c150
      Devang Patel authored
      Rename new lto2 tool as lto.
      lto2->lto
      
      llvm-svn: 52912
      4be1c150
  28. Apr 24, 2008
  29. Mar 30, 2008
  30. Mar 25, 2008
Loading