aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LowerSwitch.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-04Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy1-5/+4
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy1-4/+5
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher1-5/+4
2012-07-02IntRange:Stepan Dyatkovskiy1-4/+5
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy1-3/+3
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy1-5/+5
2012-05-28PR1255: Case RangesStepan Dyatkovskiy1-1/+5
2012-05-24PR1255 related changes (case ranges):Stepan Dyatkovskiy1-40/+18
2012-03-11llvm::SwitchInstStepan Dyatkovskiy1-1/+1
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy1-4/+4
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy1-5/+5
2011-09-29Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman1-2/+2
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-10-23Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth1-1/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-2/+2
2010-08-18remove some dead code.Chris Lattner1-4/+2
2010-08-06Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-2/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+2
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-2/+2
2010-01-05Change errs() to dbgs().David Greene1-5/+5
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner1-1/+1
2009-10-26Remove FreeInst.Victor Hernandez1-1/+0
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+1
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-08-25Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman1-1/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-3/+3
2009-07-29Remove now unused Context variables.Benjamin Kramer1-1/+0
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson1-2/+2
2009-07-28Fix a small little typo.Mike Stump1-1/+1
2009-07-27Fix a release-asserts warning. Debug functions should be marked used,Mike Stump1-0/+2
2009-07-27Avoid build warnings.Mike Stump1-0/+1
2009-07-25Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman1-13/+5
2009-07-24Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar1-3/+6
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-3/+4
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson1-9/+10
2009-07-05More LLVMContext-ification.Owen Anderson1-2/+3
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman1-2/+1
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner1-3/+5
2008-08-17Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner1-5/+3
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif1-1/+1
2008-05-13Change class' public PassInfo variables to by initialized with theDan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-4/+4
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-8/+8
2008-02-19remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner1-1/+0
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-17GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.David Greene1-1/+1