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