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