summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-06
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-26
* Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner2002-02-26
* Move processGraph down lower in the file so all of the forward declarationsChris Lattner2002-02-26
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-26
* Makefile for profile-pathsAnand Shukla2002-02-26
* Initial checkin: functions on Graph used for path profile passAnand Shukla2002-02-26
* Initial checkin: instrument code to get path execution frequencyAnand Shukla2002-02-26
* Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla2002-02-26
* Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla2002-02-26
* New makefile to include ProfilePaths dirAnand Shukla2002-02-26
* When inlining basic blocks and instructions, give them a name!Chris Lattner2002-02-25
* NamespacesChris Lattner2002-02-24
* Handle more cases in the linkerChris Lattner2002-02-18
* Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner2002-02-14
* Implement conversion of method pointer parameter in Call instructionChris Lattner2002-02-14
* * Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelet...Chris Lattner2002-02-14
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Add neccesary #includeChris Lattner2002-02-12
* I forgot to provide dominance frontier information. Now it's available.Chris Lattner2002-02-12
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-12
* General cleanupChris Lattner2002-02-01
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-31
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-31
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Convert analyses to new pass structureChris Lattner2002-01-31
* Remove extraneous #includesChris Lattner2002-01-26
* Remove opt namespaceChris Lattner2002-01-26
* Implement new DeadInstElmination passChris Lattner2002-01-23
* Don't insert a useless castChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-21
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Elminate an unused variableChris Lattner2002-01-21
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* initial checkinChris Lattner2001-12-14
* * isFirstClassType is now provided by the Type classChris Lattner2001-12-14
* * add ReplaceInstWithInstChris Lattner2001-12-14
* Remove unsized array supportChris Lattner2001-12-14
* * Support pointer indexingChris Lattner2001-12-14
* Many many changes and bugfixes:Chris Lattner2001-12-14
* The proper prototype for malloc returns a pointer, not an unsized arrayChris Lattner2001-12-14
* * Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-14
* Assertion could never fail because another one would in it's place. :)Chris Lattner2001-12-13
* Implement more general conversions for getelementptr instructionsChris Lattner2001-12-07