Skip to content
  1. Feb 27, 2011
  2. Feb 21, 2011
  3. Feb 02, 2011
  4. 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
  5. Jan 06, 2011
  6. Dec 29, 2010
  7. Nov 29, 2010
  8. Oct 23, 2010
  9. Oct 22, 2010
  10. Sep 29, 2010
  11. Sep 14, 2010
  12. Sep 10, 2010
  13. Jul 13, 2010
  14. Jun 05, 2010
  15. May 06, 2010
  16. Apr 20, 2010
  17. Apr 16, 2010
  18. 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
  19. Apr 07, 2010
  20. Apr 02, 2010
  21. Mar 20, 2010
  22. Mar 18, 2010
  23. Mar 12, 2010
  24. Jan 24, 2010
  25. 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
  26. Dec 23, 2009
  27. Dec 22, 2009
  28. Dec 19, 2009
  29. Nov 25, 2009
Loading