aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerSwitch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-9/+6
* Minor cleanups and simplificationsChris Lattner2003-11-211-3/+3
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-7/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Bill contributed this major rewrite of the -lowerswitch pass to make it generateChris Lattner2003-10-071-44/+144
* Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner2003-08-231-0/+7
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
* Fix Bug: LowerSwitch/2003-05-01-PHIProblem.llChris Lattner2003-05-011-2/+12
* New pass to lower switch instructions to branch instructionsChris Lattner2003-04-231-0/+102