Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-02 | Make a note that this is usually used via bugpoint. | Misha Brukman | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12068 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-02-28 | Right, it's really Extractor, not Extraction. | Misha Brukman | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11939 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-02-28 | A pass that uses the generic CodeExtractor to rip out *every* loop in every | Misha Brukman | |
function, as long as the loop isn't the only one in that function. This should help debugging passes easier with BugPoint. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11936 91177308-0d34-0410-b5e6-96231b3b80d8 |