1. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  2. c679485 If the first argument of __builtin_object_size can be folded to a constant by Richard Smith · 12 years ago
  3. 3e86a04 revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM r157255) by Nuno Lopes · 12 years ago
  4. 08a9ae9 update calls to objectsize intrinsic to match LLVM r156473 by Nuno Lopes · 12 years ago
  5. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  6. d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
  7. d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
  8. 3f27b38 __builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any side-effects. by Benjamin Kramer · 15 years ago
  9. fee667f Update for the intrinsic changes in llvm: the object size intrinsic by Eric Christopher · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. bc773a0 Switch over to checking .ll files instead of .s files. by Mike Stump · 15 years ago
  12. 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago
  13. 3ada2df Enable the use of the new llvm objectsize intrinsic. by Mike Stump · 15 years ago
  14. 3114af3 Add missing colons for FileCheck. by Benjamin Kramer · 15 years ago
  15. 3f0147e Fix one more bug with __builtin_object_size. by Mike Stump · 15 years ago
  16. 2623aa2 Add yet more testcases. by Mike Stump · 15 years ago
  17. 48c2af8 Add some more testcases. by Mike Stump · 15 years ago
  18. cc179cb Make test independent of darwin system headers. by Benjamin Kramer · 15 years ago
  19. 660e6f7 __builtin_object_size refinements. Also handle stack based objects. WIP. by Mike Stump · 15 years ago
  20. 06bc9bc __builtin_object_size refinements. When we run out of object, be sure by Mike Stump · 15 years ago
  21. 64eda9e __builtin_object_size refinements. WIP. by Mike Stump · 15 years ago