Skip to content
  1. Apr 23, 2013
  2. Apr 22, 2013
  3. Apr 15, 2013
    • Rafael Espindola's avatar
      Make the host endianness check an integer constant expression. · 41cb64f4
      Rafael Espindola authored
      I will remove the isBigEndianHost function once I update clang.
      
      The ifdef logic is designed to
      * not use configure/cmake to avoid breaking -arch i686 -arch ppc.
      * default to little endian
      * be as small as possible
      
      It looks like sys/endian.h is the preferred header on most modern BSD systems,
      but it is better to change this in a followup patch as machine/endian.h is
      available on FreeBSD, OpenBSD, NetBSD and OS X.
      
      llvm-svn: 179527
      41cb64f4
  4. Apr 11, 2013
  5. Apr 05, 2013
  6. Apr 03, 2013
  7. Mar 30, 2013
  8. Mar 29, 2013
  9. Mar 27, 2013
  10. Mar 26, 2013
  11. Mar 22, 2013
    • Chandler Carruth's avatar
      Revert r177543: Add timing of the IR parsing code with a new · 0a9875ab
      Chandler Carruth authored
      -time-ir-parsing flag
      
      This breaks the layering of the Support library. We can't add an
      implementation side to IRReader because it refers directly to entities
      only accessible as part of the IR, AsmParser, and BitcodeReader
      libraries. It can only be used in a context where all of those libraries
      will be available.
      
      We'll need to find some other way to get this functionality, and
      hopefully solve the long-standing layering problem of IRReader.h...
      
      llvm-svn: 177695
      0a9875ab
  12. Mar 21, 2013
  13. Mar 20, 2013
  14. Mar 15, 2013
  15. Mar 14, 2013
  16. Mar 13, 2013
  17. Mar 12, 2013
  18. Mar 10, 2013
  19. Mar 08, 2013
    • Jan Wen Voung's avatar
      Disable statistics on Release builds and move tests that depend on -stats. · 7857a649
      Jan Wen Voung authored
      Summary:
      Statistics are still available in Release+Asserts (any +Asserts builds),
      and stats can also be turned on with LLVM_ENABLE_STATS.
      
      Move some of the FastISel stats that were moved under DEBUG()
      back out of DEBUG(), since stats are disabled across the board now.
      
      Many tests depend on grepping "-stats" output.  Move those into
      a orig_dir/Stats/. so that they can be marked as unsupported
      when building without statistics.
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D486
      
      llvm-svn: 176733
      7857a649
  20. Mar 01, 2013
  21. Feb 28, 2013
  22. Feb 26, 2013
Loading