Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
[oota-llvm.git] / lib / Transforms / Utils / LowerSwitch.cpp
2004-03-14 Chris LattnerDo not create empty basic blocks when the lowerswitch...
2004-02-25 Chris LattnerFix incorrect debug code
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-07 Chris LattnerBill contributed this major rewrite of the -lowerswitch...
2003-08-23 Chris LattnerFix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-05-01 Chris LattnerFix Bug: LowerSwitch/2003-05-01-PHIProblem.ll
2003-04-23 Chris LattnerNew pass to lower switch instructions to branch instruc...