summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Use a worklist-driven algorithm instead of a recursive one.Chris Lattner2007-04-051-27/+36
* switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speedingChris Lattner2007-03-041-5/+5
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-191-2/+3
* Incorporate any changes in the successor blocks into the result ofReid Spencer2006-12-081-1/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Hrm, some people complain when the compiler cheerfully tells them what it'sChris Lattner2004-10-191-1/+0
* Turn store -> null/undef into the LLVM unreachable instruction! This simpleChris Lattner2004-10-181-0/+27
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* simplify-cfg is really a function passChris Lattner2003-10-051-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-3/+3
* Eliminate extraneous #includeChris Lattner2002-09-241-1/+0
* * 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-16/+13
* New CFG Simplification pass: removed from the old DCE passChris Lattner2002-05-211-0/+100
OpenPOWER on IntegriCloud