1. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  2. d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  3. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  4. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  5. 570d302 Reorder headers according to lint. by Bill Wendling · 12 years ago
  6. a7ddc98 RegionInfo: Do not crash if unreachable block is found by Tobias Grosser · 13 years ago
  7. 141cc3e RegionInfo: Add helpers to replace entry/exit recursively by Tobias Grosser · 13 years ago
  8. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  9. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  10. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  11. 14c05c4 Remove the the block_node_iterator of Region, replace it by the block_iterator. by Hongbin Zheng · 13 years ago
  12. bb1d209 Implement the block_iterator of Region based on df_iterator. by Hongbin Zheng · 13 years ago
  13. 8880325 Rename the Region::block_iterator to Region::block_node_iterator, and by Chandler Carruth · 14 years ago
  14. 5dfe6da Remove extra semi-colons. by Chad Rosier · 14 years ago
  15. 184e3cee Missed some users of Value::getNameStr. by Benjamin Kramer · 14 years ago
  16. 8b304ff Region: Allow user control the printing style of the print function. by Tobias Grosser · 15 years ago
  17. b1d11c1 Add single entry / single exit accessors. by Tobias Grosser · 15 years ago
  18. bf0aa92 split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
  19. 9192e7a Make some symbols static, move classes into anonymous namespaces. by Benjamin Kramer · 15 years ago
  20. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  21. 4b0986b6 Add Region::isTopLevelRegion(). by Tobias Grosser · 15 years ago
  22. 4c71c11 RegionInfo: Fix trivial error that slipped in last minute. by Tobias Grosser · 15 years ago
  23. fe92a93 RegionInfo: Update RegionInfo after a BB was split. by Tobias Grosser · 15 years ago
  24. a867722 RegioInfo: Add getExpandedRegion(). by Tobias Grosser · 15 years ago
  25. 648594c RegionInfo: Allow to update exit and entry of a region. by Tobias Grosser · 15 years ago
  26. bf984fd RegionInfo: Enhance addSubregion. by Tobias Grosser · 15 years ago
  27. 8352ce5 RegionInfo: Allow to set the parent region of a basic block. by Tobias Grosser · 15 years ago
  28. e910b9d RegionInfo: Free the RegionNodes in cache. by Tobias Grosser · 15 years ago
  29. 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  30. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  31. 7fbe6cb RegionInfo: Do not assert if a BB is not part of the dominance tree. by Tobias Grosser · 15 years ago
  32. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  33. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  34. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  35. abfafad Fix namespace polution. by Dan Gohman · 15 years ago
  36. 18e39ce RegionInfo: Make sure to free cached nodes; Tobias, please check! by Daniel Dunbar · 15 years ago
  37. fc76386 RegionInfo: Add getMaxRegionExit() by Tobias Grosser · 15 years ago
  38. 1bec81a Add function to query RegionInfo about loops. by Tobias Grosser · 15 years ago
  39. b3aa6c7 Use DominatorTree::properlyDominates instead of dominates with an by Dan Gohman · 15 years ago
  40. 1a2da42 use cascading operator-> feature by Gabor Greif · 15 years ago
  41. d9f48ec use -> instead of (*). by Gabor Greif · 15 years ago
  42. 07c8ad5 cache dereferenced iterator by Gabor Greif · 15 years ago
  43. 336734a Add new RegionInfo pass. by Tobias Grosser · 15 years ago