| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115996 | |||||
| * | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser | 2010-08-10 | 1 | -2/+4 | |
| | | | | | llvm-svn: 110665 | |||||
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 110460 | |||||
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 110410 | |||||
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -1/+1 | |
| | | | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396 | |||||
| * | Fix namespace polution. | Dan Gohman | 2010-08-02 | 1 | -2/+2 | |
| | | | | | llvm-svn: 110056 | |||||
| * | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar | 2010-07-28 | 1 | -0/+5 | |
| | | | | | llvm-svn: 109650 | |||||
| * | RegionInfo: Add getMaxRegionExit() | Tobias Grosser | 2010-07-27 | 1 | -0/+39 | |
| | | | | | | | | getMaxRegionExit returns the exit of the maximal refined region starting at a specific basic block. llvm-svn: 109496 | |||||
| * | Add function to query RegionInfo about loops. | Tobias Grosser | 2010-07-27 | 1 | -0/+65 | |
| | | | | | | | | * contains(Loop), * getOutermostLoop() * Improve getNameStr() to return a sensible name, if basic blocks are not named. llvm-svn: 109490 | |||||
| * | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 2010-07-26 | 1 | -1/+1 | |
| | | | | | | | explicit inequality check. llvm-svn: 109398 | |||||
| * | use cascading operator-> feature | Gabor Greif | 2010-07-22 | 1 | -1/+1 | |
| | | | | | llvm-svn: 109104 | |||||
| * | use -> instead of (*). | Gabor Greif | 2010-07-22 | 1 | -2/+2 | |
| | | | | | llvm-svn: 109094 | |||||
| * | cache dereferenced iterator | Gabor Greif | 2010-07-22 | 1 | -3/+4 | |
| | | | | | llvm-svn: 109093 | |||||
| * | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+637 | |
| The RegionInfo pass detects single entry single exit regions in a function, where a region is defined as any subgraph that is connected to the remaining graph at only two spots. Furthermore an hierarchical region tree is built. Use it by calling "opt -regions analyze" or "opt -view-regions". llvm-svn: 109089 | ||||||

