Skip to content
  1. 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
  2. Jul 31, 2007
  3. Jul 30, 2007
  4. Jul 27, 2007
  5. Jul 26, 2007
  6. Jul 24, 2007
  7. Jul 21, 2007
  8. Jul 20, 2007
    • Devang Patel's avatar
      Use SmallVector instead of std::vector. · 8adae866
      Devang Patel authored
      llvm-svn: 40109
      8adae866
    • Reid Spencer's avatar
      For PR1553: · 314e1cb7
      Reid Spencer authored
      Change the keywords for the zext and sext parameter attributes to be 
      zeroext and signext so they don't conflict with the keywords for the
      instructions of the same name. This gets around the ambiguity.
      
      llvm-svn: 40069
      314e1cb7
  9. Jul 19, 2007
  10. Jul 18, 2007
  11. Jul 17, 2007
  12. Jul 16, 2007
  13. Jul 10, 2007
  14. Jul 09, 2007
  15. Jul 06, 2007
  16. Jul 05, 2007
  17. Jun 27, 2007
  18. Jun 26, 2007
  19. Jun 25, 2007
    • Dan Gohman's avatar
      Generalize MVT::ValueType and associated functions to be able to represent · a8665145
      Dan Gohman authored
      extended vector types. Remove the special SDNode opcodes used for pre-legalize
      vector operations, and the special MVT::Vector type used with them. Adjust
      lowering and legalize to work with the normal SDNode kinds instead, and to
      use the normal MVT functions to work with vector types instead of using the
      two special operands that the pre-legalize nodes held.
      
      This allows pre-legalize and post-legalize DAGs, and the code that operates
      on them, to be more consistent. Pre-legalize vector operators can be handled
      more consistently with scalar operators. And, -view-dag-combine1-dags and
      -view-legalize-dags now look prettier for vector code.
      
      llvm-svn: 37719
      a8665145
  20. Jun 21, 2007
  21. Jun 18, 2007
  22. Jun 15, 2007
  23. Jun 12, 2007
Loading