Skip to content
  1. May 04, 2006
  2. May 03, 2006
  3. May 02, 2006
  4. Apr 22, 2006
  5. Apr 13, 2006
  6. Apr 08, 2006
  7. Apr 07, 2006
  8. Mar 28, 2006
  9. 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
  10. Mar 25, 2006
  11. Mar 24, 2006
  12. Mar 23, 2006
  13. 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
  14. Mar 09, 2006
  15. Mar 05, 2006
  16. Feb 27, 2006
  17. Feb 21, 2006
  18. Feb 17, 2006
  19. Feb 16, 2006
  20. Feb 15, 2006
  21. Feb 13, 2006
  22. Feb 10, 2006
  23. Feb 09, 2006
  24. Feb 05, 2006
Loading