summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerSwitch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect debug codeChris Lattner2004-02-251-1/+2
| | | | llvm-svn: 11821
* Finegrainify namespacificationChris Lattner2004-01-091-9/+6
| | | | llvm-svn: 10725
* Minor cleanups and simplificationsChris Lattner2003-11-211-3/+3
| | | | llvm-svn: 10127
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-7/+5
| | | | llvm-svn: 10111
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Bill contributed this major rewrite of the -lowerswitch pass to make it generateChris Lattner2003-10-071-44/+144
| | | | | | logarithmic conditional branch sequences instead of linear sequences. Thanks Bill! llvm-svn: 8928
* Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner2003-08-231-0/+7
| | | | llvm-svn: 8087
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
| | | | llvm-svn: 7823
* Fix Bug: LowerSwitch/2003-05-01-PHIProblem.llChris Lattner2003-05-011-2/+12
| | | | llvm-svn: 5979
* New pass to lower switch instructions to branch instructionsChris Lattner2003-04-231-0/+102
llvm-svn: 5865
OpenPOWER on IntegriCloud