summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate visited, CurrentValue, and WriteSets as instance variables ofChris Lattner2002-04-281-53/+54
* * Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.llChris Lattner2002-04-281-4/+12
* This huge changeset is a strictly cleanup changeChris Lattner2002-04-281-228/+174
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-3/+0
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-281-4/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-8/+6
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-2/+3
* s/Method/FunctionChris Lattner2002-04-081-1/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-19/+16
* * Move classes aroundCameron Buschardt2002-03-271-29/+36
* Implemented promote mem->reg pass.Cameron Buschardt2002-03-271-64/+286
* NamespacesChris Lattner2002-02-241-1/+1
* Add neccesary #includeChris Lattner2002-02-121-0/+1
* I forgot to provide dominance frontier information. Now it's available.Chris Lattner2002-02-121-5/+24
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-121-0/+93
OpenPOWER on IntegriCloud