Skip to content
  1. Jul 30, 2007
  2. 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
  3. Jul 19, 2007
  4. Jul 13, 2007
  5. Jul 07, 2007
  6. Jun 30, 2007
  7. Jun 29, 2007
  8. Jun 28, 2007
  9. Jun 06, 2007
  10. May 09, 2007
  11. May 03, 2007
  12. May 02, 2007
  13. May 01, 2007
  14. Mar 07, 2007
  15. Mar 03, 2007
  16. Feb 26, 2007
  17. Feb 06, 2007
  18. Feb 03, 2007
  19. Jan 31, 2007
  20. Jan 19, 2007
    • Reid Spencer's avatar
      For PR1043: · a94d394a
      Reid Spencer authored
      This is the final patch for this PR. It implements some minor cleanup
      in the use of IntegerType, to wit:
      1. Type::getIntegerTypeMask -> IntegerType::getBitMask
      2. Type::Int*Ty changed to IntegerType* from Type*
      3. ConstantInt::getType() returns IntegerType* now, not Type*
      
      This also fixes PR1120.
      
      Patch by Sheng Zhou.
      
      llvm-svn: 33370
      a94d394a
  21. Jan 13, 2007
  22. Jan 12, 2007
  23. Jan 11, 2007
  24. Dec 23, 2006
    • Reid Spencer's avatar
      For PR950: · 266e42b3
      Reid Spencer authored
      This patch removes the SetCC instructions and replaces them with the ICmp
      and FCmp instructions. The SetCondInst instruction has been removed and
      been replaced with ICmpInst and FCmpInst.
      
      llvm-svn: 32751
      266e42b3
  25. Dec 19, 2006
  26. Dec 06, 2006
  27. Nov 26, 2006
  28. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  29. Sep 29, 2006
    • Chris Lattner's avatar
      · 6ab03f6a
      Chris Lattner authored
      Eliminate ConstantBool::True and ConstantBool::False.  Instead, provide
      ConstantBool::getTrue() and ConstantBool::getFalse().
      
      llvm-svn: 30665
      6ab03f6a
  30. Aug 30, 2006
  31. Aug 28, 2006
  32. Jul 19, 2006
  33. Jun 28, 2006
Loading