1. 9661c13 remove a few dead insertion methods. by Chris Lattner · 16 years ago
  2. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  3. 699db99 SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
  4. 6151f67 Simplify the ZIV tester to the max. by Andreas Bolka · 16 years ago
  5. 831f6f6 ZIV tester for LDA. by Andreas Bolka · 16 years ago
  6. a1b78d1 Restrict LDA to GEPs with the same pointer offset. by Andreas Bolka · 16 years ago
  7. 5eca452 Restrict LDA to affine subscripts. by Andreas Bolka · 16 years ago
  8. 7133959 Equal SCEVs of a subscript give rise to dependence. by Andreas Bolka · 16 years ago
  9. 15f72db Skeleton for pairwise subscript testing. by Andreas Bolka · 16 years ago
  10. c3cc45a Simplify LDA-internal interface. by Andreas Bolka · 16 years ago
  11. 328fb3d Add LDA statistics. by Andreas Bolka · 16 years ago
  12. 34ce687 Minor factoring, naming and formatting cleanups. by Andreas Bolka · 16 years ago
  13. 8a8bd3d Convert DOUT to DEBUG. by Andreas Bolka · 16 years ago
  14. fc2a3ed Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>(). by Dan Gohman · 16 years ago
  15. 0baa25d Forward-declare raw_ostream. by Andreas Bolka · 16 years ago
  16. b4c28e9 Cache dependence computation using FoldingSet. by Andreas Bolka · 16 years ago
  17. 3b59dd8 Minor cosmetics: indentation, formatting, naming. by Andreas Bolka · 16 years ago
  18. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  19. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  20. 292aef3 Minor improvement to the LDA debug output. by Andreas Bolka · 16 years ago
  21. fecbc59 Use AA to check objects before LDA. by Andreas Bolka · 16 years ago
  22. e9722fc Array accesses are independent if the underlying arrays differ. by Andreas Bolka · 16 years ago
  23. 2fbb770 Relax LDA memory instruction checks. by Andreas Bolka · 16 years ago
  24. 868a302 Missed one. by Andreas Bolka · 16 years ago
  25. acd6f8d Fix case in LDA util function names. by Andreas Bolka · 16 years ago
  26. c6a3030 Print pairwise dependence results, add testcases. by Andreas Bolka · 16 years ago
  27. f35626d Minimal LDA interface, maximally conservative tester. by Andreas Bolka · 16 years ago
  28. 707207a LDA analysis output scaffolding. by Andreas Bolka · 16 years ago
  29. cb21010 Scaffolding for LDA pass. by Andreas Bolka · 16 years ago