Skip to content
  1. Mar 26, 2012
  2. Mar 24, 2012
  3. Mar 22, 2012
  4. Mar 20, 2012
  5. Mar 16, 2012
  6. Mar 15, 2012
  7. Mar 14, 2012
  8. Mar 11, 2012
  9. Mar 07, 2012
  10. Mar 06, 2012
  11. Mar 05, 2012
  12. Mar 04, 2012
  13. Mar 02, 2012
  14. Mar 01, 2012
  15. Feb 22, 2012
  16. Feb 21, 2012
  17. Feb 15, 2012
  18. Feb 14, 2012
  19. Feb 08, 2012
  20. Feb 06, 2012
  21. Feb 05, 2012
  22. Feb 04, 2012
  23. Feb 03, 2012
  24. Feb 01, 2012
  25. Jan 31, 2012
    • Chris Lattner's avatar
      · 8ea967d0
      Chris Lattner authored
      with recent changes, ConstantArray is never a "string".  Remove the associated
      methods and constant fold the clients to false.
      
      llvm-svn: 149362
      8ea967d0
    • Chris Lattner's avatar
      don't emit a 1-byte object as a .fill. This is silly and causes · 0d3785e1
      Chris Lattner authored
      CodeGen/X86/global-sections.ll to fail with CDArray
      
      llvm-svn: 149343
      0d3785e1
    • Chandler Carruth's avatar
      Chris's constant data sequence refactoring actually enabled printing · 2c469ff1
      Chandler Carruth authored
      vectors of all one bits to be printed more cleverly in the AsmPrinter.
      Unfortunately, the byte value for all one bits is the same with
      -fsigned-char as the error return of '-1'. Force this to be the unsigned
      byte value when returning it to avoid this problem, and update the test
      case for the shiny new behavior.
      
      Yay for building LLVM and Clang with -funsigned-char.
      
      Chris, please review, and let me know if there is any reason to not
      desire this change. It seems good on the surface, and certainly intended
      based on the code written.
      
      llvm-svn: 149299
      2c469ff1
  26. Jan 30, 2012
  27. Jan 26, 2012
Loading