aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSwitch.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-07Bill contributed this major rewrite of the -lowerswitch pass to make it generateChris Lattner
2003-08-23Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-05-01Fix Bug: LowerSwitch/2003-05-01-PHIProblem.llChris Lattner
2003-04-23New pass to lower switch instructions to branch instructionsChris Lattner