Skip to content
  1. Mar 29, 2013
  2. Mar 27, 2013
  3. Mar 26, 2013
  4. 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
  5. Mar 21, 2013
  6. Mar 20, 2013
  7. Mar 15, 2013
  8. Mar 14, 2013
  9. Mar 13, 2013
  10. Mar 12, 2013
  11. Mar 10, 2013
  12. 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
  13. Mar 01, 2013
  14. Feb 28, 2013
  15. Feb 26, 2013
  16. Feb 21, 2013
  17. Feb 20, 2013
  18. Feb 19, 2013
  19. Feb 15, 2013
  20. Feb 14, 2013
  21. Feb 12, 2013
Loading