summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSwitch.cpp
Commit message (Expand)AuthorAge
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-17
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-09
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-02
* Make iostream #inclusion explicitChris Lattner2006-01-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Do not create empty basic blocks when the lowerswitch pass expects blocks toChris Lattner2004-03-14
* Fix incorrect debug codeChris Lattner2004-02-25
* Finegrainify namespacificationChris Lattner2004-01-09
* Minor cleanups and simplificationsChris Lattner2003-11-21
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Bill contributed this major rewrite of the -lowerswitch pass to make it generateChris Lattner2003-10-07
* Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner2003-08-23
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Fix Bug: LowerSwitch/2003-05-01-PHIProblem.llChris Lattner2003-05-01
* New pass to lower switch instructions to branch instructionsChris Lattner2003-04-23