Skip to content
  1. Sep 04, 2008
  2. Jul 03, 2008
  3. Jul 02, 2008
  4. Jun 18, 2008
  5. Jun 03, 2008
  6. May 23, 2008
  7. May 13, 2008
  8. May 06, 2008
  9. Apr 25, 2008
  10. Apr 21, 2008
  11. Apr 06, 2008
  12. Mar 09, 2008
  13. Dec 29, 2007
  14. Dec 17, 2007
    • David Greene's avatar
      · c4a80fb5
      David Greene authored
      Get rid of annoying spaces.
      
      llvm-svn: 45100
      c4a80fb5
  15. Nov 27, 2007
  16. Oct 09, 2007
    • Devang Patel's avatar
      · 2af23f97
      Devang Patel authored
      Do not walk invalid iterator.
      
      llvm-svn: 42812
      2af23f97
  17. Oct 06, 2007
  18. Oct 03, 2007
  19. Sep 21, 2007
  20. Aug 21, 2007
  21. Aug 07, 2007
    • David Greene's avatar
      · 816a190c
      David Greene authored
      Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.
      
      llvm-svn: 40897
      816a190c
  22. Aug 02, 2007
  23. Aug 01, 2007
  24. Jul 31, 2007
  25. Jul 30, 2007
  26. Jul 27, 2007
    • 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
  27. Jul 19, 2007
Loading