1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 7c35de1 [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees by David Green · 8 years ago
  3. 898eb34 [[Machine]Dominators] Improved printout when verifyDomTree fails [NFC] by Mikael Holmen · 8 years ago
  4. 8065f0b Mark all library options as hidden. by Zachary Turner · 8 years ago
  5. b292c22 [Dominators] Make IsPostDominator a template parameter by Jakub Kuderski · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. e2bf697 Do not verify MachimeDominatorTree if it is not calculated by Serge Pavlov · 9 years ago
  8. 4f724dc Revert "Do not verify dominator tree if it has no roots" by Chad Rosier · 9 years ago
  9. 43a7759 Do not verify dominator tree if it has no roots by Serge Pavlov · 9 years ago
  10. ed5eb93 Reverted: Track validity of pass results by Serge Pavlov · 9 years ago
  11. d409411 Track validity of pass results by Serge Pavlov · 9 years ago
  12. e2185fd [MDT] Always verify machine dominfo if expensive checking is enabled. by Chad Rosier · 9 years ago
  13. fd342808 [MachineDominatorTree] Add a MDT verifier. by Chad Rosier · 9 years ago
  14. a667d1a Remove macro guards for extern template instantiations. by Benjamin Kramer · 10 years ago
  15. 012b151 MachineDominators: Move applySplitCriticalEdges into the cpp file. by Benjamin Kramer · 11 years ago
  16. abea99f [MachineDominatorTree] Provide a method to inform a MachineDominatorTree that a by Quentin Colombet · 11 years ago
  17. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  18. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  19. d31d82d Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 15 years ago
  20. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  21. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  22. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  23. 9f58b3e Don't bother calling releaseMemory before destroying the DominatorTreeBase. by Dan Gohman · 15 years ago
  24. 323c30c Explicit template instantiations must happen in the template's immediately by John McCall · 16 years ago
  25. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  26. b1d782b eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
  27. 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  28. 906152a Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  29. 0479aa5 Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  30. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  31. 647e61a Fix build issue on certain compilers. by Chris Lattner · 18 years ago
  32. 0c20943 Don't recalculate the loop info and loop dominators analyses if they're by Bill Wendling · 18 years ago
  33. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  34. 21ca939 Add a newline at the end of the file. by Duncan Sands · 18 years ago
  35. 9b8f34f Some fixes to get MachineDomTree working better. by Owen Anderson · 18 years ago