more space; NFC
[oota-llvm.git] / lib / Transforms / Utils / LowerSwitch.cpp
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-09-16 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-11 Chen Li[LowerSwitch] Skip dead blocks for processSwitchInst()
2015-08-11 Chen Li[LowerSwitch] Fix a bug when LowerSwitch deletes the...
2015-08-08 Benjamin KramerFix some comment typos.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-20 Benjamin Kramer[SwitchLowering] Remove quadratic vector removal.
2015-06-20 Justin BognerLowerSwitch: Avoid some undefined behaviour
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-17 Michael Liao[SwitchLowering] Remove incoming values in the reverse...
2015-02-05 Hans WennborgLowerSwitch: Use ConstantInt for CaseRange::{Low,High}
2015-02-05 Hans WennborgLowerSwitch: remove default args from CaseRange ctor...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2015-01-23 Hans WennborgLowerSwitch: replace unreachable default with popular...
2014-12-02 Bruno Cardoso Lopes[SwitchLowering] Handle destinations on multiple phi...
2014-11-28 Bruno Cardoso Lopes[SwitchLowering] Handle multiple destinations on conden...
2014-11-10 Juergen Ributzka[SwitchLowering] Fix the "fixPhis" function.
2014-07-11 Marcello MaggioniFixup PHIs in LowerSwitch when a Leaf node is not emitted.
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-18 Chris Lattnerremove some dead code.
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Benjamin KramerRemove now unused Context variables.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Mike StumpFix a small little typo.
2009-07-27 Mike StumpFix a release-asserts warning. Debug functions should...
2009-07-27 Mike StumpAvoid build warnings.
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
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|
next