aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).Benjamin Kramer
2012-05-28InstCombine: Fix infinite loop when encountering switch on trivial icmp.Benjamin Kramer
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-28Implement the indirect counter increment code in a better way. Instead ofBill Wendling
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner
2012-05-27PR12967: Don't crash when trying to fold a shift that's larger than the type'...Benjamin Kramer
2012-05-27Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner
2012-05-26Since commit 157467, if reassociate isn't actually going to change an expressionDuncan Sands
2012-05-26SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...Benjamin Kramer
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer
2012-05-26Move this debug statement earlier so it is easy to see the order inDuncan Sands
2012-05-25The llvm_gcda_increment_indirect_counter function writes to the arguments thatBill Wendling
2012-05-25bounds checking: add support for byval argumentsNuno Lopes
2012-05-25boundschecking:Nuno Lopes
2012-05-25Make the reassociation pass more powerful so that it can handle expressionsDuncan Sands
2012-05-24PR1255 related changes (case ranges):Stepan Dyatkovskiy
2012-05-23BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes
2012-05-23Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund
2012-05-23Use zero-based shadow by default on Android.Evgeniy Stepanov
2012-05-23PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy
2012-05-22address some of John Criswell's commentsNuno Lopes
2012-05-22hopefully fix the CMake build. sorry for breakageNuno Lopes
2012-05-22add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-22Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from theDuncan Sands
2012-05-21Mark an unreachable region of code with llvm_unreachable.Dan Gohman
2012-05-20Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne
2012-05-19Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne
2012-05-18Fix replacing all the users of objc weak runtime routinesDan Gohman
2012-05-15Teach SimplifyLibCalls about stpcpy.David Majnemer
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad
2012-05-11objectsize: add a few more tests and fix a bugNuno Lopes
2012-05-11Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman
2012-05-10objectsize: add support for GEPs with non-constant indexesNuno Lopes
2012-05-10Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman
2012-05-10teach DSE and isInstructionTriviallyDead() about callocNuno Lopes
2012-05-09Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman
2012-05-09objectsize:Nuno Lopes
2012-05-09Remove unused variable to get rid of warning.Craig Topper
2012-05-08Miscellaneous accumulated cleanups.Dan Gohman
2012-05-08Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman
2012-05-08Calling ReassociateExpression recursively is extremely dangerous since it willDuncan Sands
2012-05-08Allow NULL LoopPassManager argument in UnrollLoop. PR12734.Andrew Trick
2012-05-07Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...Owen Anderson
2012-05-06Switch the select to branch transformation on by default.Benjamin Kramer
2012-05-06Remove trailing spaces.Jakub Staszak
2012-05-05CodeGenPrepare: Add a transform to turn selects into branches in some cases.Benjamin Kramer
2012-05-05Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...Stepan Dyatkovskiy