1. a087d23 Add/remove header files (include what you spell) by Dmitri Gribenko · 1 year, 9 months ago
  2. 7b0a9d1 [lifetime_analysis][NFC] Replace "initialized object" with "result object". by Martin Brænne · 1 year, 9 months ago
  3. a12c9d5 Add support for calling functions that accept callbacks. by Luca Versari · 2 years, 1 month ago
  4. 5082488 Add basic support for inferring lifetimes for callbacks. by Luca Versari · 2 years, 2 months ago
  5. cd873a6 Remove visit_lifetimes. by Luca Versari · 2 years, 2 months ago
  6. d1b2e69 Cleanup: remove kUseConstraintBasedAnalysis build-time flag. by Luca Versari · 2 years, 2 months ago
  7. efeaf27 Simplify handling of function calls, and prepare support for callbacks. by Luca Versari · 2 years, 2 months ago
  8. 53a2f58 Allow tracking of single-valued objects to be dynamic. by Luca Versari · 2 years, 2 months ago
  9. 80a0182 Remove internal-only comment by Googler · 2 years, 5 months ago
  10. d430c3f Improve points-to-map debug printing. by Luca Versari · 2 years, 7 months ago
  11. cd257d3 Extend constraint generation to return values. by Luca Versari · 2 years, 7 months ago
  12. 91a56ff Implement application of constraints to FunctionLifetimes. by Luca Versari · 2 years, 7 months ago
  13. 1b98ac6 Make ObjectRepository use pointers instead of Object values throughout. by Martin Brænne · 2 years, 9 months ago
  14. 2a1b27a Make TransferInitializer and CloneObject use pointers. by Martin Brænne · 2 years, 9 months ago
  15. 4d8cdfd Make ObjectSet store pointers instead of Object values by Martin Brænne · 2 years, 9 months ago
  16. 06b9642 Make value of object_cache_ be a pointer. by Martin Brænne · 2 years, 9 months ago
  17. 2c003b6 Make methods on LifetimeVisitor return objects by Martin Brænne · 2 years, 9 months ago
  18. 493d4d4 Make CreateObjects take a pointer by Martin Brænne · 2 years, 9 months ago
  19. d7c0d0b Make various ObjectRepository methods return pointers. by Martin Brænne · 2 years, 9 months ago
  20. 46b5f07 Make GetDeclObject() return a pointer. by Martin Brænne · 2 years, 9 months ago
  21. e9a4a47 Make value of ObjectRepository::MapType a pointer. by Martin Brænne · 2 years, 9 months ago
  22. ecd58c3 Make value of initialized_objects_ a pointer. by Martin Brænne · 2 years, 9 months ago
  23. e08ac88 Make GetBaseClassObject() return a pointer. by Martin Brænne · 2 years, 9 months ago
  24. 46f1a57 Make GetFieldObject() return a pointer. by Martin Brænne · 2 years, 9 months ago
  25. a7ca838 Make value of BaseObjects a pointer. by Martin Brænne · 2 years, 9 months ago
  26. b6764af Make value of FieldObjects a pointer. by Martin Brænne · 2 years, 9 months ago
  27. 3b587cf Make value of static_objects_ a pointer. by Martin Brænne · 2 years, 9 months ago
  28. 982a115 Make values of call_expr_args_objects_ and call_expr_this_pointers_ pointers. by Martin Brænne · 2 years, 9 months ago
  29. d8e3214 Make value type of initial_parameter_object_ a pointer. by Martin Brænne · 2 years, 9 months ago
  30. 8f8e4fe Make value of temporary_objects_ a pointer. by Martin Brænne · 2 years, 9 months ago
  31. 04fb3a4 Turn this_object_ and return_object_ into pointers. by Martin Brænne · 2 years, 9 months ago
  32. 4a1231d Introduce the ObjectRepository::CreateObject...() object allocation functions. by Martin Brænne · 2 years, 9 months ago
  33. e7266f8 Rename lifetime_value_types_ to object_value_types_. by Martin Brænne · 2 years, 9 months ago
  34. 03d9330 Add `const Expr *` parameter to LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  35. bcdfe32 Remove unused parameters from LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  36. 99fddff Open-source lifetime inference/verification code. by Luca Versari · 2 years, 10 months ago