| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018 | ||||
| * | Fix missing CHECK-LABELs | Matt Arsenault | 2013-10-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 191853 | ||||
| * | LoopVectorize: Make Value pointers that could be RAUW'ed a VH | Arnold Schwaighofer | 2013-05-22 | 1 | -0/+50 |
| The Value pointers we store in the induction variable list can be RAUW'ed by a call to SCEVExpander::expandCodeFor, use a TrackingVH instead. Do the same thing in some other places where we store pointers that could potentially be RAUW'ed. Fixes PR16073. llvm-svn: 182485 | |||||

