| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverting r214064 and r215650 while investigating a pesky performance regression | Artyom Skrobov | 2014-09-23 | 1 | -79/+0 |
| | | | | | llvm-svn: 218296 | ||||
| * | Use the proper post-order traversal in LiveVariables analysis, | Artyom Skrobov | 2014-08-14 | 1 | -21/+8 |
| | | | | | | | | | | | | | | | | | to recover the performance after r214064. Also sorts out the naming for PostOrderCFGView, ReversePostOrderCFGView, BackwardDataflowWorklist and ForwardDataflowWorklist, to match the accepted terminology. Also unifies BackwardDataflowWorklist and ForwardDataflowWorklist to share the "worklist for prioritization, post-order traversal for fallback" logic, and to avoid repetitive sorting. Also cleans up comments in the affected area. llvm-svn: 215650 | ||||
| * | Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses | Artyom Skrobov | 2014-07-28 | 1 | -0/+92 |
| llvm-svn: 214064 | |||||

