Skip to content
  1. Mar 07, 2012
  2. Mar 06, 2012
  3. Mar 05, 2012
  4. Mar 04, 2012
  5. Mar 02, 2012
  6. Mar 01, 2012
  7. Feb 22, 2012
  8. Feb 21, 2012
  9. Feb 15, 2012
  10. Feb 14, 2012
  11. Feb 08, 2012
  12. Feb 06, 2012
  13. Feb 05, 2012
  14. Feb 04, 2012
  15. Feb 03, 2012
  16. Feb 01, 2012
  17. 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
  18. Jan 30, 2012
  19. Jan 26, 2012
  20. Jan 25, 2012
  21. Jan 24, 2012
  22. Jan 23, 2012
Loading