Skip to content
  1. Mar 28, 2010
  2. Mar 19, 2010
  3. Mar 13, 2010
  4. Mar 12, 2010
  5. Mar 09, 2010
  6. Mar 02, 2010
    • Chris Lattner's avatar
      Sink InstructionSelect() out of each target into SDISel, and rename it · f98f124a
      Chris Lattner authored
      DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
      Sink some other stuff out of DAGISelHeader into SDISel.
      
      Eliminate the various 'Indent' stuff from various targets, which dates
      to when isel was recursive.
      
       17 files changed, 114 insertions(+), 430 deletions(-)
      
      llvm-svn: 97555
      f98f124a
  7. Feb 28, 2010
  8. Feb 17, 2010
  9. Feb 15, 2010
  10. Feb 14, 2010
  11. Feb 10, 2010
  12. Feb 09, 2010
  13. Feb 06, 2010
  14. Feb 03, 2010
  15. Feb 02, 2010
  16. Feb 01, 2010
  17. Jan 30, 2010
  18. Jan 28, 2010
  19. Jan 27, 2010
    • Evan Cheng's avatar
      Eliminate target hook IsEligibleForTailCallOptimization. · 67a69dd2
      Evan Cheng authored
      Target independent isel should always pass along the "tail call" property. Change
      target hook LowerCall's parameter "isTailCall" into a refernce. If the target
      decides it's impossible to honor the tail call request, it should set isTailCall
      to false to make target independent isel happy.
      
      llvm-svn: 94626
      67a69dd2
  20. Jan 26, 2010
  21. Jan 25, 2010
  22. Jan 24, 2010
  23. Jan 22, 2010
    • Chris Lattner's avatar
      Stop building RTTI information for *most* llvm libraries. Notable · 7ba0661f
      Chris Lattner authored
      missing ones are libsupport, libsystem and libvmcore.  libvmcore is
      currently blocked on bugpoint, which uses EH.  Once it stops using
      EH, we can switch it off.
      
      This #if 0's out 3 unit tests, because gtest requires RTTI information.
      Suggestions welcome on how to fix this.
      
      llvm-svn: 94164
      7ba0661f
  24. Jan 20, 2010
Loading