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