Skip to content
  1. Jan 05, 2010
  2. Dec 23, 2009
  3. Dec 17, 2009
  4. Dec 14, 2009
  5. Dec 09, 2009
  6. Dec 07, 2009
  7. Dec 05, 2009
  8. Dec 01, 2009
  9. Nov 30, 2009
  10. Nov 27, 2009
  11. Nov 26, 2009
  12. Nov 23, 2009
  13. Nov 22, 2009
  14. Nov 17, 2009
  15. Nov 15, 2009
  16. Nov 10, 2009
  17. Nov 09, 2009
  18. Nov 07, 2009
    • Chris Lattner's avatar
      add the ability for TargetData to return information about legal integer · a381effe
      Chris Lattner authored
      datatypes on a given CPU.  This is intended to allow instcombine and other
      transformations to avoid converting big sequences of operations to an
      inconvenient width, and will help clean up after SRoA.  See also "Adding 
      legal integer sizes to TargetData" on Feb 1, 2009 on llvmdev, and PR3451.
      
      Comments welcome.
      
      llvm-svn: 86370
      a381effe
  19. Nov 05, 2009
  20. Nov 04, 2009
  21. Nov 03, 2009
  22. Nov 02, 2009
  23. Nov 01, 2009
  24. Oct 31, 2009
    • Chris Lattner's avatar
      Make blockaddress(@func, null) be valid, and make 'deleting a basic · b2c0e243
      Chris Lattner authored
      block with a blockaddress still referring to it' replace the invalid 
      blockaddress with a new blockaddress(@func, null) instead of a 
      inttoptr(1).
      
      This changes the bitcode encoding format, and still needs codegen 
      support (this should produce a non-zero value, referring to the entry
      block of the function would also be quite reasonable).
      
      llvm-svn: 85678
      b2c0e243
  25. Oct 29, 2009
  26. Oct 28, 2009
Loading