1. 18 3月, 2016 4 次提交
  2. 17 3月, 2016 2 次提交
  3. 10 3月, 2016 2 次提交
  4. 09 3月, 2016 2 次提交
  5. 04 3月, 2016 1 次提交
  6. 20 2月, 2016 1 次提交
  7. 14 2月, 2016 1 次提交
  8. 13 2月, 2016 1 次提交
  9. 11 2月, 2016 4 次提交
  10. 26 1月, 2016 2 次提交
    • M
      Add caching of external MIR in trans::collector · 9e969808
      Michael Woerister 提交于
      9e969808
    • M
      Implement the translation item collector. · 862911df
      Michael Woerister 提交于
      The purpose of the translation item collector is to find all monomorphic instances of functions, methods and statics that need to be translated into LLVM IR in order to compile the current crate.
      So far these instances have been discovered lazily during the trans path. For incremental compilation we want to know the set of these instances in advance, and that is what the trans::collect module provides.
      In the future, incremental and regular translation will be driven by the collector implemented here.
      862911df
  11. 21 1月, 2016 3 次提交
  12. 16 1月, 2016 1 次提交
  13. 15 1月, 2016 1 次提交
  14. 31 12月, 2015 1 次提交
  15. 29 12月, 2015 1 次提交
    • S
      [MIR] Translate ConstVal::Function · e137c2ad
      Simonas Kazlauskas 提交于
      This moves back (essentially reverts #30265) into MIR-specific translation code, but keeps the
      funcition split out, since it is expected to eventually become recursive.
      e137c2ad
  16. 18 12月, 2015 2 次提交
  17. 16 12月, 2015 2 次提交
  18. 15 12月, 2015 1 次提交
  19. 08 12月, 2015 2 次提交
  20. 27 11月, 2015 1 次提交
  21. 14 11月, 2015 1 次提交
  22. 11 11月, 2015 1 次提交
  23. 19 10月, 2015 1 次提交
  24. 13 10月, 2015 2 次提交