1. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  2. 01c65a2 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 16 years ago
  3. 9507879 by David Greene · 16 years ago
  4. 13d62b6 remove a few dead insertion methods. by Chris Lattner · 16 years ago
  5. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  6. 2f7562c SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
  7. 3c7b95d Simplify the ZIV tester to the max. by Andreas Bolka · 16 years ago
  8. 13b8609 ZIV tester for LDA. by Andreas Bolka · 16 years ago
  9. d3a44b5 Restrict LDA to GEPs with the same pointer offset. by Andreas Bolka · 16 years ago
  10. c833d01 Restrict LDA to affine subscripts. by Andreas Bolka · 16 years ago
  11. 31d9fa2 Equal SCEVs of a subscript give rise to dependence. by Andreas Bolka · 16 years ago
  12. 43797d1 Skeleton for pairwise subscript testing. by Andreas Bolka · 16 years ago
  13. f1bd1ed Simplify LDA-internal interface. by Andreas Bolka · 16 years ago
  14. 44623bb Add LDA statistics. by Andreas Bolka · 16 years ago
  15. 0e263ce Minor factoring, naming and formatting cleanups. by Andreas Bolka · 16 years ago
  16. 8377af0 Convert DOUT to DEBUG. by Andreas Bolka · 16 years ago
  17. 43d19d6 Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>(). by Dan Gohman · 16 years ago
  18. c76c723 Forward-declare raw_ostream. by Andreas Bolka · 16 years ago
  19. c8cd3f6 Cache dependence computation using FoldingSet. by Andreas Bolka · 16 years ago
  20. 897e68c Minor cosmetics: indentation, formatting, naming. by Andreas Bolka · 16 years ago
  21. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  22. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  23. 1cd3fd6 Minor improvement to the LDA debug output. by Andreas Bolka · 16 years ago
  24. 394b415 Use AA to check objects before LDA. by Andreas Bolka · 16 years ago
  25. 9541801 Array accesses are independent if the underlying arrays differ. by Andreas Bolka · 16 years ago
  26. 6037bc9 Relax LDA memory instruction checks. by Andreas Bolka · 16 years ago
  27. 3a09c8b Missed one. by Andreas Bolka · 16 years ago
  28. c5558a8 Fix case in LDA util function names. by Andreas Bolka · 16 years ago
  29. 9d09e20 Print pairwise dependence results, add testcases. by Andreas Bolka · 16 years ago
  30. 9fee7f8 Minimal LDA interface, maximally conservative tester. by Andreas Bolka · 16 years ago
  31. 8976d3b LDA analysis output scaffolding. by Andreas Bolka · 16 years ago
  32. 8c7e299 Scaffolding for LDA pass. by Andreas Bolka · 16 years ago