summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplify code, no functionality change.Chris Lattner2008-02-141-7/+9
* If there are no machine instructions emitted for a function, then insertBill Wendling2008-01-261-14/+1
* If we have a function like this:Bill Wendling2008-01-261-1/+14
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-2/+2
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-101-1/+1
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* update file comment.Chris Lattner2007-12-031-2/+5
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-31/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-14/+4
* Remove some logic I thoughtlessly copied overDuncan Sands2007-11-231-3/+0
* Turn invokes of nounwind functions into ordinary calls.Duncan Sands2007-11-221-1/+49
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-15/+59
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-33/+63
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-041-5/+5
* 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