1. 36d0a1f getUnderlyingObject can return null, handle this. by Chris Lattner · 18 years ago
  2. 9603f43 Teach basicaa that 'byval' arguments define a new memory location that by Chris Lattner · 18 years ago
  3. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  4. 170707f Make these loops follow GetGEPOperands() behavior. by Wojciech Matyjewicz · 18 years ago
  5. eaf7b23 Fix PR1782, patch by Wojtek Matyjewicz! by Chris Lattner · 18 years ago
  6. 79d2887 Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  7. 00b24b5 Integrate the readonly/readnone logic more deeply by Duncan Sands · 18 years ago
  8. 637ec55 Add some convenience methods for querying attributes, and use them. by Duncan Sands · 18 years ago
  9. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  10. 9929be9 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 18 years ago
  11. 497b40e Teach alias analysis about readnone/readonly functions. by Duncan Sands · 18 years ago
  12. 9455ca7 Fix for PR1801 by Tanya Lattner · 18 years ago
  13. c0656ad Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll by Chris Lattner · 18 years ago
  14. f99fdc6 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 18 years ago
  15. cd93502 Make a comment better. by Owen Anderson · 18 years ago
  16. 0334d4c Fix for PR1741. by Owen Anderson · 18 years ago
  17. 1636de9 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 18 years ago
  18. 2e9830d Missing break. Patch by Wojciech Matyjewicz. by Evan Cheng · 18 years ago
  19. e817a40 This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search. by Chandler Carruth · 18 years ago
  20. 327f519 Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName, by Chris Lattner · 18 years ago
  21. cd533cf Implement review feedback. by Christopher Lamb · 18 years ago
  22. 6f9fad5 Teach BasicAA about noalias parameter attributes, but do it correctly this time. by Christopher Lamb · 18 years ago
  23. d5fcd57 Revert overly aggressive interpretation of noalias by Christopher Lamb · 18 years ago
  24. b54066b Teach BasicAA about noalias function parameters. Passes all of DejaGNU and test-suite. by Christopher Lamb · 18 years ago
  25. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago