1. 01 10月, 2019 1 次提交
  2. 27 9月, 2019 5 次提交
  3. 26 9月, 2019 1 次提交
  4. 25 9月, 2019 1 次提交
  5. 20 9月, 2019 2 次提交
    • N
      Build xlf · 8f1efe03
      nnpcYvIVl 提交于
      8f1efe03
    • C
      Add Containing Type and Containing Member columns to FAR (#37802) · 937a50e6
      Cheryl Borley 提交于
      * Both columns added
      
      * Genericize custom column names
      
      * More changes to genericize
      
      * Cleanup
      
      * Respond to feedback
      
      * WIP
      
      * Change tuple to properties
      
      * Restrict to just containing types
      
      * Cleanup
      
      * cleanup
      
      * Refactor
      
      * Change method for getting Containing Type and Member
      
      * refactor GetAdditionalProperties
      
      * Fix merge conflicts
      
      * respond to feedback
      
      * respond to feedback
      
      * Change to struct
      
      * Add type for AbstractCustomColumnDefinitionWithMultipleValues
      
      * Cleanup
      
      * Change AdditionalProperty to FindUsagesProperty
      
      * respond to feedback
      
      * respond to feedback
      
      * Hide columns in F#
      
      * respond to feedback
      
      * fix merge conflict
      
      * Change from hiding columns to removing columns for non supported langs
      
      * Add additional implementations
      
      * formatting
      937a50e6
  6. 19 9月, 2019 3 次提交
  7. 18 9月, 2019 7 次提交
  8. 13 9月, 2019 4 次提交
  9. 12 9月, 2019 1 次提交
    • M
      Fix OOM from SymbolUsageAnalysis · 3159c451
      Manish Vasani 提交于
      We were allocating large number of BasicBlockAnalysisData instances during Merge operations when performing symbol usage analysis for locals/parameters, and holding onto these until the whole method has been analyzed before returning them to a shared pool. This approach works fine for most cases, except for extremely large methods with large number of local variables, such that the analysis needs multiple flow analysis iterations over the CFG.
      This PR fixes this issue by returning the allocated BasicBlockAnalysisData instances during Merge operations immediately back to the shared pool. I also added another optimization to reduce the size of tracked per-basic block analysis data by removing tracking locals as and when they go out of analysis scope.
      
      Fixes #38650
      3159c451
  10. 11 9月, 2019 3 次提交
  11. 10 9月, 2019 1 次提交
  12. 09 9月, 2019 1 次提交
  13. 08 9月, 2019 1 次提交
  14. 07 9月, 2019 4 次提交
  15. 06 9月, 2019 2 次提交
  16. 05 9月, 2019 1 次提交
  17. 04 9月, 2019 1 次提交
  18. 31 8月, 2019 1 次提交