Skip to content
  1. Jan 25, 2010
  2. Jan 24, 2010
  3. 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
  4. Jan 20, 2010
  5. Jan 19, 2010
  6. Jan 17, 2010
  7. Jan 16, 2010
  8. Jan 05, 2010
  9. Dec 21, 2009
  10. Dec 19, 2009
  11. Dec 05, 2009
  12. Nov 25, 2009
  13. Nov 24, 2009
  14. Nov 21, 2009
  15. Nov 19, 2009
  16. Nov 16, 2009
  17. Nov 13, 2009
  18. Nov 12, 2009
    • David Greene's avatar
      · be851acf
      David Greene authored
      Make the MachineFunction argument of getFrameRegister const.
      
      This also fixes a build error.
      
      llvm-svn: 87027
      be851acf
    • David Greene's avatar
      · 1fbe0544
      David Greene authored
      Add a bool flag to StackObjects telling whether they reference spill
      slots.  The AsmPrinter will use this information to determine whether to
      print a spill/reload comment.
      
      Remove default argument values.  It's too easy to pass a wrong argument
      value when multiple arguments have default values.  Make everything
      explicit to trap bugs early.
      
      Update all targets to adhere to the new interfaces..
      
      llvm-svn: 87022
      1fbe0544
    • Bruno Cardoso Lopes's avatar
      A real solution for the first part of PR5445 · 626d49f6
      Bruno Cardoso Lopes authored
      llvm-svn: 86895
      626d49f6
  19. Nov 10, 2009
  20. Nov 09, 2009
  21. Nov 07, 2009
  22. Nov 05, 2009
  23. Oct 29, 2009
  24. Oct 28, 2009
  25. Oct 27, 2009
Loading