Skip to content
  1. 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
  2. Dec 11, 2006
  3. Dec 08, 2006
  4. Nov 29, 2006
  5. Nov 14, 2006
  6. Nov 13, 2006
  7. Nov 10, 2006
  8. Nov 06, 2006
  9. Nov 03, 2006
  10. Oct 26, 2006
    • Reid Spencer's avatar
      For PR950: · 7e80b0b3
      Reid Spencer authored
      Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
      have three division instructions: signed, unsigned, floating point. The
      bytecode and assembler are bacwards compatible, however.
      
      llvm-svn: 31195
      7e80b0b3
  11. Oct 24, 2006
  12. Sep 28, 2006
  13. Sep 25, 2006
  14. Sep 19, 2006
  15. Sep 18, 2006
  16. Sep 17, 2006
  17. Sep 15, 2006
  18. Aug 25, 2006
  19. May 30, 2006
  20. May 21, 2006
  21. May 19, 2006
  22. May 18, 2006
  23. Apr 20, 2006
  24. Apr 02, 2006
  25. Apr 01, 2006
  26. Mar 24, 2006
  27. Mar 22, 2006
  28. Mar 19, 2006
  29. Mar 17, 2006
    • Nate Begeman's avatar
      Remove BRTWOWAY* · bb01d4f2
      Nate Begeman authored
      Make the PPC backend not dependent on BRTWOWAY_CC and make the branch
      selector smarter about the code it generates, fixing a case in the
      readme.
      
      llvm-svn: 26814
      bb01d4f2
  30. Mar 14, 2006
  31. Mar 13, 2006
  32. Mar 11, 2006
  33. Mar 09, 2006
  34. Mar 07, 2006
Loading