Skip to content
  1. Aug 01, 2007
  2. Jul 31, 2007
  3. Jul 30, 2007
  4. Jul 27, 2007
    • Devang Patel's avatar
      Use SmallPtrSet. · e3206cb4
      Devang Patel authored
      llvm-svn: 40560
      e3206cb4
    • Chuck Rose III's avatar
      VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. · 1a39a2d1
      Chuck Rose III authored
      This commit fixes two things.  One is a pair of VStudio compiler errors stemming from variables
      which defined within the for loop statement and also within the body of the for loop.  I fixed these 
      by renaming one of the two variables.  Additionally, I've made the Function*->ExFunc map in 
      ExternalFunctions.cpp a ManagedStatic object, so that cleanup will be done on llvm_shutdown.  In repeated
      uses of the interpreter, where the same Function* address may get used for completely differnet functions,
      this was causing a crash.
      
      llvm-svn: 40558
      1a39a2d1
  5. Jul 26, 2007
  6. Jul 25, 2007
  7. Jul 24, 2007
  8. Jul 23, 2007
Loading