summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* * Document instance vars betterChris Lattner2003-10-051-20/+26
* Two small cleanups/speedups:Chris Lattner2003-10-051-29/+31
* * Minor cleanupsChris Lattner2003-10-051-42/+28
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.llChris Lattner2003-04-251-7/+8
* Fix iterator invalidation problemChris Lattner2003-04-241-2/+7
* Fix bug where use still existed in dead codeChris Lattner2003-04-211-0/+2
* Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.llChris Lattner2003-04-181-4/+17
* * Fix bug: Mem2Reg/2003-04-10-DFNotFound.llChris Lattner2003-04-101-9/+26
* Change the mem2reg interface to accept a TargetData argumentChris Lattner2003-03-031-6/+11
* Split mem2reg promotion into two parts: a function which does the work, andChris Lattner2003-02-221-85/+53
* Clean up std namespace referencesChris Lattner2003-02-221-32/+29
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+3
* - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.llChris Lattner2002-09-241-2/+7
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-6/+4
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-17/+3
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-2/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-11/+10
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+5
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-071-1/+1
* Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThis...Chris Lattner2002-05-011-0/+3
* changes because iMemory.h no longer #includes DerivedTypes.hChris Lattner2002-04-291-2/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+1
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-2/+2
* Eliminate the PromoteInstance class, incorporating it into the PromotePassChris Lattner2002-04-281-63/+57
* 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