| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename a few unittests/.../Foo.cpp files to FooTest.cpp | Nico Weber | 2018-09-03 | 1 | -65/+0 |
| | | | | | | | | | | The convention for unit test sources is that they're called FooTest.cpp. No behavior change. https://reviews.llvm.org/D51579 llvm-svn: 341313 | ||||
| * | [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis | Max Kazantsev | 2018-08-30 | 1 | -0/+65 |
| These classes don't make any changes to IR and have no reason to be in Transform/Utils. This patch moves them to Analysis folder. This will allow us reusing these classes in some analyzes, like MustExecute. llvm-svn: 341015 | |||||

