| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects. | Benjamin Kramer | 2013-10-01 | 1 | -0/+43 |
| | | | | | | | PR17425. llvm-svn: 191741 | ||||
| * | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵ | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
| | | | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250 | ||||
| * | Fix this assert. IP can point to an instruction with strange dominance | Rafael Espindola | 2012-02-27 | 1 | -0/+30 |
| | | | | | | | | properties (invoke). Just assert that the instruction we return dominates the insertion point. llvm-svn: 151511 | ||||
| * | Change the implementation of dominates(inst, inst) to one based on what the | Rafael Espindola | 2012-02-26 | 1 | -0/+40 |
| verifier does. This correctly handles invoke. Thanks to Duncan, Andrew and Chris for the comments. Thanks to Joerg for the early testing. llvm-svn: 151469 | |||||

