1. 8b589fa rename "ping" to "verifyRemoved". I don't know why 'ping' what chosen, by Chris Lattner · 16 years ago
  2. 57d4012 remove mysterious escaped newlines. by Chris Lattner · 16 years ago
  3. af8bc26 Fix comment typo. by Duncan Sands · 16 years ago
  4. d4310a5 Fix a subtle bug when removing instructions from memdep. In very specific by Owen Anderson · 16 years ago
  5. f2aa160 A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks. by Owen Anderson · 16 years ago
  6. c4b871c Properly handle cases where a predecessor of the block being queried on is unreachable. by Owen Anderson · 16 years ago
  7. 6bd15ce Remember to update the reverse non-local cache when cleaning up dirty entries. This fixes PR2397. by Owen Anderson · 16 years ago
  8. d8f34fa Make ping more aggressive in finding nonlocal caching errors. by Owen Anderson · 16 years ago
  9. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 16 years ago
  10. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  11. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 16 years ago
  12. 241f653 Make GVN able to remove unnecessary calls to read-only functions again. by Owen Anderson · 16 years ago
  13. c04575f Fix a typo in a comment. by Dan Gohman · 16 years ago
  14. f062f10 Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in the by Owen Anderson · 16 years ago
  15. 6faaef5 Set blockBegin to point to the beginning of the block, not the end. by Dan Gohman · 16 years ago
  16. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 16 years ago
  17. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 16 years ago
  18. 30b4bd4 Re-apply the patch to improve the optimizations of memcpy's, with several by Owen Anderson · 16 years ago
  19. 63aa160 Throttle the non-local dependence analysis for basic blocks with more than 50 predecessors. Added command line option to play with this threshold. by Tanya Lattner · 17 years ago
  20. a8701a6 Fix an obscure read-after-free bug that Duncan found. by Owen Anderson · 17 years ago
  21. 9a8ff8c Fix an issue where, under very specific circumstances, memdep could end up dereferencing the end by Owen Anderson · 17 years ago
  22. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  23. 5fc4aba Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code by Owen Anderson · 17 years ago
  24. dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 17 years ago
  25. 97d4e51 Fix a silly bug that Nicholas noticed. by Owen Anderson · 17 years ago
  26. 00a6d14 Allow GVN to eliminate read-only function calls when it can detect that they are redundant. by Owen Anderson · 17 years ago
  27. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 17 years ago
  28. ce4d88a Add partial caching of non-local memory dependence queries. This provides a modest by Owen Anderson · 17 years ago
  29. 742f9b6 Add a flag to mark a dirty cache entry. This is not yet used, but will eventually by Owen Anderson · 17 years ago
  30. 0a890e2 Fix a typo in memdep, which was causing PR1648. by Owen Anderson · 17 years ago
  31. 7fad7e3 Remove an un-needed dependence query. This improves compile time marginally on 401.bzip2. by Owen Anderson · 17 years ago
  32. 4d13de4 Cache non-local memory dependence analysis. This is a significant compile by Owen Anderson · 17 years ago
  33. 9528f11 Make NonLocal and None const in the right way. :-) by Owen Anderson · 17 years ago
  34. 642a9e3 Add more comments to memdep. by Owen Anderson · 17 years ago
  35. 80b1f09 Make memdep fit in 80 cols. by Owen Anderson · 17 years ago
  36. 8cad423 Change the None and NonLocal markers in memdep to be const. by Owen Anderson · 17 years ago
  37. dbbe816 Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN by Owen Anderson · 17 years ago
  38. 8f35315 Improve the accuracy of memdep for determining the dependencies of loads. by Owen Anderson · 17 years ago
  39. 1c2763d Fix a bug that was causing several miscompilations on SPEC. by Owen Anderson · 17 years ago
  40. 9066020 Make non-local memdep not be recursive, and fix a bug on 403.gcc that this exposed. by Owen Anderson · 17 years ago
  41. df46419 by David Greene · 17 years ago
  42. 45c8388 Use more caching when computing non-local dependence. This makes bzip2 not by Owen Anderson · 17 years ago
  43. a377a24 Fix a bug introduced in my last commit. by Owen Anderson · 17 years ago
  44. 4553791 Fix a couple more bugs in the phi construction by pulling in code that does by Owen Anderson · 17 years ago
  45. 3dfcf33 Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr. by Owen Anderson · 17 years ago
  46. 0cd3203 Add basic support for performing whole-function RLE. by Owen Anderson · 17 years ago
  47. 4beedbd Add initial support for non-local memory dependence analysis. by Owen Anderson · 17 years ago
  48. 521a202 When removing instructions from the analysis, be sure to check the confirmed by Owen Anderson · 17 years ago
  49. faac518 Add support for walking up memory def chains, which enables finding many more by Owen Anderson · 17 years ago
  50. 1cb960a Let MemoryDependenceAnalysis take care of updating AliasAnalysis. by Owen Anderson · 17 years ago
  51. 8e85048 Calculate the size of a array allocation correctly. by Owen Anderson · 17 years ago
  52. 202da14 Fix a crasher when finding the dependency of a call. by Owen Anderson · 17 years ago
  53. 776ee1f Make this pass registration static as well. by Owen Anderson · 17 years ago
  54. 06b6e82 Handle vaarg instructions correctly. by Owen Anderson · 17 years ago
  55. e314eb3 Volatile loads and stores depend on each other. by Owen Anderson · 17 years ago
  56. 5f32320 Add support for finding the dependencies of call and invoke instructions. by Owen Anderson · 17 years ago
  57. 7a616a1 Fix the build, and fix the handling of pointer sizes. by Owen Anderson · 17 years ago
  58. 6b278fc Fix a bunch of things from Chris' feedback by Owen Anderson · 17 years ago
  59. 78e02f7 A first stab at memory dependence analysis. This is an interface on top of by Owen Anderson · 17 years ago