Skip to content
  1. May 06, 2007
  2. Mar 24, 2007
  3. Mar 18, 2007
    • Chris Lattner's avatar
      minor updates · 9b3e2b4a
      Chris Lattner authored
      llvm-svn: 35143
      9b3e2b4a
    • Nick Lewycky's avatar
      This is implemented. We now generate: · f7644419
      Nick Lewycky authored
      entry:
              icmp ugt i32 %x, 4              ; <i1>:0 [#uses=1]
              br i1 %0, label %cond_true, label %cond_false
      
      cond_true:              ; preds = %entry
              %tmp1 = tail call i32 (...)* @bar( i32 12 )             ; <i32> [#uses=0]
              ret void
      
      cond_false:             ; preds = %entry
              switch i32 %x, label %cond_true15 [
                       i32 4, label %cond_true3
                       i32 3, label %cond_true7
                       i32 2, label %cond_true11
                       i32 0, label %cond_false17
              ]
      
      ...
      
      llvm-svn: 35142
      f7644419
  4. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · 09575bac
      Reid Spencer authored
      Change use of "packed" term to "vector" in comments, strings, variable
      names, etc.
      
      llvm-svn: 34300
      09575bac
  5. Feb 13, 2007
  6. Jan 16, 2007
  7. 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
  8. Dec 11, 2006
  9. Dec 08, 2006
  10. Nov 29, 2006
  11. Nov 14, 2006
  12. Nov 13, 2006
  13. Nov 10, 2006
  14. Nov 06, 2006
  15. Nov 03, 2006
  16. 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
  17. Oct 24, 2006
  18. Sep 28, 2006
  19. Sep 25, 2006
  20. Sep 19, 2006
  21. Sep 18, 2006
  22. Sep 17, 2006
  23. Sep 15, 2006
  24. Aug 25, 2006
  25. May 30, 2006
  26. May 21, 2006
  27. May 19, 2006
  28. May 18, 2006
  29. Apr 20, 2006
  30. Apr 02, 2006
  31. Apr 01, 2006
  32. Mar 24, 2006
  33. Mar 22, 2006
  34. Mar 19, 2006
  35. 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
  36. Mar 14, 2006
Loading