1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. cc045d5 Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. by Evan Cheng · 17 years ago
  5. 26c37b1 Use ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  6. d6b7a16 avoid copying sets and vectors around. by Chris Lattner · 17 years ago
  7. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  8. 0974ea0 For PR1177: Revert last patch which caused iteration invalidation. by Reid Spencer · 18 years ago
  9. 9323518 Use DenseMap for pointer->pointer maps. by Owen Anderson · 18 years ago
  10. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  11. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  12. cbea67f generalize the fix for PR977 to also fix by Chris Lattner · 18 years ago
  13. 1753fae Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll by Chris Lattner · 18 years ago
  14. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  15. f9ba401 Add special check to avoid isLoop call. Simple, but doesn't seem to speed by Chris Lattner · 18 years ago
  16. d41ae8b Replace the SSA update code in LCSSA with a bottom-up approach instead of a top by Chris Lattner · 18 years ago
  17. f8dad7a Fix typo in the comment. by Owen Anderson · 18 years ago
  18. e4e1ecd Add a fix for an issue where LCSSA would fail to insert undef's in some corner by Owen Anderson · 18 years ago
  19. 13a68e4 Use the PotDoms map to memoize 'dominating value' lookup. With this patch, by Chris Lattner · 18 years ago
  20. 8b92d0c Fix another instance where PHI nodes need special treatment. by Owen Anderson · 18 years ago
  21. 7be3f1e Fix a bug that was causing major slowdowns in povray. This was due to LCSSA by Owen Anderson · 18 years ago
  22. 3d2aa47 Fix for 2006-06-26-MultipleExitsSingleBlock. by Owen Anderson · 18 years ago
  23. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 18 years ago
  24. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 18 years ago
  25. f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 18 years ago
  26. a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 18 years ago
  27. e9d93d5 Fix some formatting, and use inLoop() when appropriate. by Owen Anderson · 18 years ago
  28. 92deacf Stop a memory leak, and update some comments. by Owen Anderson · 18 years ago
  29. c14c1d4 Some more clean-up, and squash an IDF-Phi related bug. by Owen Anderson · 18 years ago
  30. 9e1c1dd Various clean-ups suggested by Chris. by Owen Anderson · 18 years ago
  31. 30019c8 Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's by Owen Anderson · 18 years ago
  32. ff99366 Remove a FIXME that was fixed with my last patch. by Owen Anderson · 18 years ago
  33. 2824da4 More cleanups. Also, add a special case for updating PHI nodes, and by Owen Anderson · 18 years ago
  34. 408a406 Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. by Owen Anderson · 18 years ago
  35. 00ea74c Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA by Owen Anderson · 18 years ago
  36. bd82277 Major think-o. Iterate over all live out-of-loop values, and perform the by Owen Anderson · 18 years ago
  37. 2f21e07 Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing by Owen Anderson · 18 years ago
  38. a90b2c7 A few small clean-ups, and the addition of an LCSSA statistic. by Owen Anderson · 18 years ago
  39. fc3a3bc Fix a copy-and-paste-o that would break some compilers. by Owen Anderson · 18 years ago
  40. 2480737 Clean up and refactor LCSSA a bunch. It should also run faster now, though by Owen Anderson · 18 years ago
  41. 11f510b Skeletal LCSSA pass. This is currently non-functional. Expect functionality by Owen Anderson · 18 years ago