API changes for class Use size reduction, wave 1.
[oota-llvm.git] / lib / Transforms / Utils / LowerSwitch.cpp
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 David GreeneGLIBCXX_DEBUG fix. std::vector<>::end() is invalidated...
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-11-02 Dan GohmanAdd std:: to sort calls.
2007-11-02 Dan GohmanChange illegal uses of ++ to uses of STLExtra.h's next...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-12 Jeff CohenUnbreak VC++ build. Do not use identifiers starting...
2007-03-10 Anton KorobeynikovUse range tests in LowerSwitch, where possible
2007-03-02 Reid SpencerMake sure debug code is not evaluated in non-debug...
2007-03-02 Reid Spencer1. Sort switch cases using APInt safe comparison.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingRemove #include <iostream> and use llvm_* streams instead.
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
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...