1. 4e92250 [lifetime_analysis] Replace deprecated `ControlFlowContext` alias with `AdornedCFG`. by Martin Brænne · 12 months ago
  2. 237615e Integrate LLVM at llvm/llvm-project@05e85e4fc5ac by Googler · 1 year, 2 months ago
  3. a087d23 Add/remove header files (include what you spell) by Dmitri Gribenko · 1 year, 8 months ago
  4. 3e1289b Avoid a copy by Fangrui Song · 1 year, 9 months ago
  5. 43b3669 Use `ControlFlowContext::build()` overload that takes a `FunctionDecl`. by Martin Brænne · 1 year, 10 months ago
  6. 45fd4be [LifetimeAnalysis] Fix potential breakages for PruneTriviallyFalseEdges by Kinuko Yasuda · 1 year, 11 months ago
  7. b8ac160 Use `std::move` as a workaround for missing RVO in BuildKite builds. by Lukasz Anforowicz · 1 year, 11 months ago
  8. a12c9d5 Add support for calling functions that accept callbacks. by Luca Versari · 2 years, 1 month ago
  9. bad7052 Integrate LLVM at llvm/llvm-project@ff96267b4202 by Googler · 2 years, 1 month ago
  10. cd873a6 Remove visit_lifetimes. by Luca Versari · 2 years, 2 months ago
  11. d1b2e69 Cleanup: remove kUseConstraintBasedAnalysis build-time flag. by Luca Versari · 2 years, 2 months ago
  12. efeaf27 Simplify handling of function calls, and prepare support for callbacks. by Luca Versari · 2 years, 2 months ago
  13. 7f2929c Use LifetimeConstraints to implement IsIsomorphic and ConstrainLifetimes. by Luca Versari · 2 years, 2 months ago
  14. 53a2f58 Allow tracking of single-valued objects to be dynamic. by Luca Versari · 2 years, 2 months ago
  15. 9511ac4 Migrate away from a deprecated Clang CFG factory function by Dmitri Gribenko · 2 years, 3 months ago
  16. 68cc2b7 Run some smoke tests in our buildkite CI by Marcel Hlopko · 2 years, 6 months ago
  17. e28bdfa Fix MergeLifetimes to properly handle the case in which a 'static lifetime is constrained to a 'static lifetime. by Luca Versari · 2 years, 6 months ago
  18. e04717b Emit constraints for objects reachable from static objects. by Luca Versari · 2 years, 6 months ago
  19. e06f94b Add debug-dot visualization for LifetimeConstraints. by Luca Versari · 2 years, 6 months ago
  20. 187176a Generate constraint for function calls. by Luca Versari · 2 years, 6 months ago
  21. cd257d3 Extend constraint generation to return values. by Luca Versari · 2 years, 7 months ago
  22. 91a56ff Implement application of constraints to FunctionLifetimes. by Luca Versari · 2 years, 7 months ago
  23. 1f9fc2e Generate constraints caused by initialization and assignment. by Luca Versari · 2 years, 7 months ago
  24. 57ddcf9 Migrate Clang tools to a std-compatible interface of llvm::Optional by Dmitri Gribenko · 2 years, 8 months ago
  25. 57e0bfa Make Object non-copyable as well as non-moveable. by Martin Brænne · 2 years, 9 months ago
  26. 1b98ac6 Make ObjectRepository use pointers instead of Object values throughout. by Martin Brænne · 2 years, 9 months ago
  27. a5098e1 Make PointsToMap use pointers instead of Object values. by Martin Brænne · 2 years, 9 months ago
  28. 2a1b27a Make TransferInitializer and CloneObject use pointers. by Martin Brænne · 2 years, 9 months ago
  29. 4d8cdfd Make ObjectSet store pointers instead of Object values by Martin Brænne · 2 years, 9 months ago
  30. 565b8eb FindLifetimeSubstitutions and TransferDefaultConstructor now take a pointer by Martin Brænne · 2 years, 9 months ago
  31. 0581855 Make FunctionArgument::arg_object a pointer by Martin Brænne · 2 years, 9 months ago
  32. 2c003b6 Make methods on LifetimeVisitor return objects by Martin Brænne · 2 years, 9 months ago
  33. d7c0d0b Make various ObjectRepository methods return pointers. by Martin Brænne · 2 years, 9 months ago
  34. e9a4a47 Make value of ObjectRepository::MapType a pointer. by Martin Brænne · 2 years, 9 months ago
  35. e08ac88 Make GetBaseClassObject() return a pointer. by Martin Brænne · 2 years, 9 months ago
  36. 46f1a57 Make GetFieldObject() return a pointer. by Martin Brænne · 2 years, 9 months ago
  37. a7ca838 Make value of BaseObjects a pointer. by Martin Brænne · 2 years, 9 months ago
  38. b6764af Make value of FieldObjects a pointer. by Martin Brænne · 2 years, 9 months ago
  39. 4a1231d Introduce the ObjectRepository::CreateObject...() object allocation functions. by Martin Brænne · 2 years, 9 months ago
  40. 239a221 Finish support for defaulted default constructors. by Martin Brænne · 2 years, 9 months ago
  41. 7438ce1 Refactor `AnalyzeSingleFunctionBody()`. by Martin Brænne · 2 years, 9 months ago
  42. b9a5e0f Error out if a pointer of static lifetime points at an object of local lifetime. by Martin Brænne · 2 years, 9 months ago
  43. 03d9330 Add `const Expr *` parameter to LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  44. bcdfe32 Remove unused parameters from LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  45. 99fddff Open-source lifetime inference/verification code. by Luca Versari · 2 years, 10 months ago