Skip to content
  1. Apr 04, 2011
  2. Mar 15, 2011
    • Sean Callanan's avatar
      X86 table-generator and disassembler support for the AVX · c3fd5237
      Sean Callanan authored
      instruction set.  This code adds support for the VEX prefix
      and for the YMM registers accessible on AVX-enabled
      architectures.  Instruction table support that enables AVX
      instructions for the disassembler is in an upcoming patch.
      
      llvm-svn: 127644
      c3fd5237
  3. Feb 27, 2011
  4. Feb 21, 2011
  5. Feb 02, 2011
  6. Jan 23, 2011
    • Ted Kremenek's avatar
      Null initialize a few variables flagged by · 3c4408ce
      Ted Kremenek authored
      clang's -Wuninitialized-experimental warning.
      While these don't look like real bugs, clang's
      -Wuninitialized-experimental analysis is stricter
      than GCC's, and these fixes have the benefit
      of being general nice cleanups.
      
      llvm-svn: 124073
      3c4408ce
  7. Jan 06, 2011
  8. Dec 29, 2010
  9. Nov 29, 2010
  10. Oct 23, 2010
  11. Oct 22, 2010
  12. Sep 29, 2010
  13. Sep 14, 2010
  14. Sep 10, 2010
  15. Jul 13, 2010
  16. Jun 05, 2010
  17. May 06, 2010
  18. Apr 20, 2010
  19. Apr 16, 2010
  20. Apr 13, 2010
    • Sean Callanan's avatar
      Fixed a nasty layering violation in the edis source · 814e69b1
      Sean Callanan authored
      code.  It used to #include the enhanced disassembly
      information for the targets it supported straight
      out of lib/Target/{X86,ARM,...} but now it uses a
      new interface provided by MCDisassembler, and (so
      far) implemented by X86 and ARM.
      
      Also removed hacky #define-controlled initialization
      of targets in edis.  If clients only want edis to
      initialize a limited set of targets, they can set
      --enable-targets on the configure command line.
      
      llvm-svn: 101179
      814e69b1
  21. Apr 07, 2010
  22. Apr 02, 2010
  23. Mar 20, 2010
  24. Mar 18, 2010
  25. Mar 12, 2010
  26. Jan 24, 2010
  27. Jan 22, 2010
    • Chris Lattner's avatar
      Stop building RTTI information for *most* llvm libraries. Notable · 7ba0661f
      Chris Lattner authored
      missing ones are libsupport, libsystem and libvmcore.  libvmcore is
      currently blocked on bugpoint, which uses EH.  Once it stops using
      EH, we can switch it off.
      
      This #if 0's out 3 unit tests, because gtest requires RTTI information.
      Suggestions welcome on how to fix this.
      
      llvm-svn: 94164
      7ba0661f
  28. Dec 23, 2009
  29. Dec 22, 2009
  30. Dec 19, 2009
Loading