- a087d23 Add/remove header files (include what you spell) by Dmitri Gribenko · 1 year, 9 months ago
- 7b0a9d1 [lifetime_analysis][NFC] Replace "initialized object" with "result object". by Martin Brænne · 1 year, 9 months ago
- a12c9d5 Add support for calling functions that accept callbacks. by Luca Versari · 2 years, 1 month ago
- 5082488 Add basic support for inferring lifetimes for callbacks. by Luca Versari · 2 years, 2 months 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
- 53a2f58 Allow tracking of single-valued objects to be dynamic. by Luca Versari · 2 years, 2 months ago
- 80a0182 Remove internal-only comment by Googler · 2 years, 5 months ago
- d430c3f Improve points-to-map debug printing. by Luca Versari · 2 years, 7 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
- 1b98ac6 Make ObjectRepository use pointers instead of Object values throughout. 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
- 06b9642 Make value of object_cache_ be 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
- 493d4d4 Make CreateObjects take a pointer 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
- 46b5f07 Make GetDeclObject() return a pointer. 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
- ecd58c3 Make value of initialized_objects_ 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
- 3b587cf Make value of static_objects_ a pointer. by Martin Brænne · 2 years, 9 months ago
- 982a115 Make values of call_expr_args_objects_ and call_expr_this_pointers_ pointers. by Martin Brænne · 2 years, 9 months ago
- d8e3214 Make value type of initial_parameter_object_ a pointer. by Martin Brænne · 2 years, 9 months ago
- 8f8e4fe Make value of temporary_objects_ a pointer. by Martin Brænne · 2 years, 9 months ago
- 04fb3a4 Turn this_object_ and return_object_ into pointers. 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
- e7266f8 Rename lifetime_value_types_ to object_value_types_. 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