Skip to content
  1. Feb 17, 2010
  2. Feb 15, 2010
  3. Feb 11, 2010
  4. Feb 10, 2010
  5. Feb 09, 2010
  6. Feb 03, 2010
  7. Jan 27, 2010
    • Jeffrey Yasskin's avatar
      Kill ModuleProvider and ghost linkage by inverting the relationship between · 091217be
      Jeffrey Yasskin authored
      Modules and ModuleProviders. Because the "ModuleProvider" simply materializes
      GlobalValues now, and doesn't provide modules, it's renamed to
      "GVMaterializer". Code that used to need a ModuleProvider to materialize
      Functions can now materialize the Functions directly. Functions no longer use a
      magic linkage to record that they're materializable; they simply ask the
      GVMaterializer.
      
      Because the C ABI must never change, we can't remove LLVMModuleProviderRef or
      the functions that refer to it. Instead, because Module now exposes the same
      functionality ModuleProvider used to, we store a Module* in any
      LLVMModuleProviderRef and translate in the wrapper methods.  The bindings to
      other languages still use the ModuleProvider concept.  It would probably be
      worth some time to update them to follow the C++ more closely, but I don't
      intend to do it.
      
      Fixes http://llvm.org/PR5737 and http://llvm.org/PR5735.
      
      llvm-svn: 94686
      091217be
    • Jeffrey Yasskin's avatar
      Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't · 6d7deae2
      Jeffrey Yasskin authored
      broken by setting CXXFLAGS on the command line.
      
      llvm-svn: 94619
      6d7deae2
  8. Jan 26, 2010
  9. Jan 24, 2010
  10. Jan 22, 2010
    • Torok Edwin's avatar
      Fix TimeValue::now() on Unix. · fbcd2c76
      Torok Edwin authored
      TimeValue()::now().toEpochTime() is supposed to be the same as time(),
      but it wasn't, because toEpoch subtracted PosixZeroTime, but now()
      didn't add PosixZeroTime!
      Add a unittest to check this works.
      
      llvm-svn: 94178
      fbcd2c76
    • 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
  11. Jan 05, 2010
  12. Dec 31, 2009
  13. Dec 25, 2009
  14. Dec 24, 2009
  15. Dec 23, 2009
  16. Dec 21, 2009
  17. Dec 18, 2009
  18. Dec 17, 2009
  19. Dec 13, 2009
  20. Dec 12, 2009
  21. Dec 03, 2009
  22. Nov 24, 2009
Loading