Skip to content
  1. May 24, 2006
  2. May 20, 2006
  3. May 18, 2006
  4. May 17, 2006
  5. May 12, 2006
  6. May 09, 2006
  7. May 04, 2006
  8. May 03, 2006
  9. May 02, 2006
  10. Apr 22, 2006
  11. Apr 13, 2006
  12. Apr 08, 2006
  13. Apr 07, 2006
  14. Mar 28, 2006
  15. Mar 27, 2006
    • Jim Laskey's avatar
      Translate llvm target registers to dwarf register numbers properly. · fa53b276
      Jim Laskey authored
      llvm-svn: 27180
      fa53b276
    • Nate Begeman's avatar
      SelectionDAGISel can now natively handle Switch instructions, in the same · ed728c12
      Nate Begeman authored
      manner that the LowerSwitch LLVM to LLVM pass does: emitting a binary
      search tree of basic blocks.  The new approach has several advantages:
      it is faster, it generates significantly smaller code in many cases, and
      it paves the way for implementing dense switch tables as a jump table by
      handling switches directly in the instruction selector.
      
      This functionality is currently only enabled on x86, but should be safe for
      every target.  In anticipation of making it the default, the cfg is now
      properly updated in the x86, ppc, and sparc select lowering code.
      
      llvm-svn: 27156
      ed728c12
  16. Mar 25, 2006
  17. Mar 24, 2006
  18. Mar 23, 2006
  19. 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
  20. Mar 09, 2006
  21. Mar 05, 2006
  22. Feb 27, 2006
  23. Feb 21, 2006
  24. Feb 17, 2006
  25. Feb 16, 2006
  26. Feb 15, 2006
  27. Feb 13, 2006
  28. Feb 10, 2006
Loading