Skip to content
  1. Sep 22, 2008
  2. Sep 04, 2008
  3. May 16, 2008
  4. Apr 06, 2008
  5. Dec 29, 2007
  6. Dec 17, 2007
  7. Nov 16, 2007
  8. Oct 16, 2007
  9. Oct 02, 2007
  10. Sep 28, 2007
  11. Sep 07, 2007
  12. Aug 06, 2007
  13. Aug 01, 2007
    • David Greene's avatar
      · 17a5dfe6
      David Greene authored
      New CallInst interface to address GLIBCXX_DEBUG errors caused by
      indexing an empty std::vector.
      
      Updates to all clients.
      
      llvm-svn: 40660
      17a5dfe6
  14. Jul 06, 2007
    • Duncan Sands's avatar
      The exception handling intrinsics return values, · 9d974204
      Duncan Sands authored
      so must be lowered to a value, not nothing at all.
      Subtle point: I made eh_selector return 0 and
      eh_typeid_for return 1.  This means that only
      cleanups (destructors) will be run as the exception
      unwinds [if eh_typeid_for returned 0 then it would
      be as if the first catch always matched, and the
      corresponding handler would be run], which is
      probably want you want in the CBE.
      
      llvm-svn: 37947
      9d974204
  15. Jul 04, 2007
  16. Jun 16, 2007
  17. Jun 12, 2007
  18. Jun 02, 2007
  19. May 26, 2007
  20. May 15, 2007
  21. May 14, 2007
  22. May 12, 2007
  23. Apr 17, 2007
  24. Apr 12, 2007
  25. Apr 10, 2007
  26. Apr 05, 2007
  27. Apr 02, 2007
    • Reid Spencer's avatar
      For PR1297: · fad9bd6b
      Reid Spencer authored
      Make sure that the CTPOP result is casted to i32 as the bit counting
      intrinsics all return i32 now (this affects CTLZ and CTTZ as well).
      
      llvm-svn: 35567
      fad9bd6b
  28. Apr 01, 2007
    • Reid Spencer's avatar
      For PR1297: · 6bba6c81
      Reid Spencer authored
      Support overloaded intrinsics bswap, ctpop, cttz, ctlz.
      
      llvm-svn: 35547
      6bba6c81
  29. Mar 01, 2007
  30. Feb 28, 2007
  31. Feb 22, 2007
  32. Feb 21, 2007
  33. Feb 13, 2007
  34. Feb 06, 2007
Loading