1. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  2. 5494ada Misc analysis passes that need to be aware of atomic load/store. by Eli Friedman · 14 years ago
  3. bf0aa92 split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
  4. a4fcd24 Move Value::getUnderlyingObject to be a standalone by Dan Gohman · 15 years ago
  5. 704e7c2 Minimally update this code to handle PartialAlias. by Dan Gohman · 15 years ago
  6. afd6db9 Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member by Dan Gohman · 15 years ago
  7. 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  8. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  9. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  10. 01c65a2 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 16 years ago
  11. 9507879 by David Greene · 16 years ago
  12. 13d62b6 remove a few dead insertion methods. by Chris Lattner · 16 years ago
  13. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  14. 2f7562c SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
  15. 3c7b95d Simplify the ZIV tester to the max. by Andreas Bolka · 16 years ago
  16. 13b8609 ZIV tester for LDA. by Andreas Bolka · 16 years ago
  17. d3a44b5 Restrict LDA to GEPs with the same pointer offset. by Andreas Bolka · 16 years ago
  18. c833d01 Restrict LDA to affine subscripts. by Andreas Bolka · 16 years ago
  19. 31d9fa2 Equal SCEVs of a subscript give rise to dependence. by Andreas Bolka · 16 years ago
  20. 43797d1 Skeleton for pairwise subscript testing. by Andreas Bolka · 16 years ago
  21. f1bd1ed Simplify LDA-internal interface. by Andreas Bolka · 16 years ago
  22. 44623bb Add LDA statistics. by Andreas Bolka · 16 years ago
  23. 0e263ce Minor factoring, naming and formatting cleanups. by Andreas Bolka · 16 years ago
  24. 8377af0 Convert DOUT to DEBUG. by Andreas Bolka · 16 years ago
  25. 43d19d6 Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>(). by Dan Gohman · 16 years ago
  26. c76c723 Forward-declare raw_ostream. by Andreas Bolka · 16 years ago
  27. c8cd3f6 Cache dependence computation using FoldingSet. by Andreas Bolka · 16 years ago
  28. 897e68c Minor cosmetics: indentation, formatting, naming. by Andreas Bolka · 16 years ago
  29. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  30. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  31. 1cd3fd6 Minor improvement to the LDA debug output. by Andreas Bolka · 16 years ago
  32. 394b415 Use AA to check objects before LDA. by Andreas Bolka · 16 years ago
  33. 9541801 Array accesses are independent if the underlying arrays differ. by Andreas Bolka · 16 years ago
  34. 6037bc9 Relax LDA memory instruction checks. by Andreas Bolka · 16 years ago
  35. 3a09c8b Missed one. by Andreas Bolka · 16 years ago
  36. c5558a8 Fix case in LDA util function names. by Andreas Bolka · 16 years ago
  37. 9d09e20 Print pairwise dependence results, add testcases. by Andreas Bolka · 16 years ago
  38. 9fee7f8 Minimal LDA interface, maximally conservative tester. by Andreas Bolka · 16 years ago
  39. 8976d3b LDA analysis output scaffolding. by Andreas Bolka · 16 years ago
  40. 8c7e299 Scaffolding for LDA pass. by Andreas Bolka · 16 years ago