[unwind removal] Remove a the obsolete 'unwind' enum value.
[oota-llvm.git] / lib / Transforms /
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-06 Benjamin KramerMake helper static.
2012-02-06 Nick LewyckySplit part of EvaluateFunction into a new EvaluateBlock...
2012-02-06 Sebastian Popfix indentation
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-02-05 Nick LewyckyClean up some whitespace and comments. No functionality...
2012-02-05 Duncan SandsNeaten up this method. Check that if there is only one
2012-02-05 Duncan SandsFix a thinko pointed out by Eli and the buildbots.
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2012-02-05 Duncan SandsReduce the number of non-trivial domtree queries by...
2012-02-05 David BlaikieSimplify contains tests using 'count'.
2012-02-05 NAKAMURA TakumiBBVectorize.cpp: Get rid of comparision to bool to...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-03 Jim GrosbachNarrow test further. Make bot and test happy.
2012-02-03 Jim GrosbachTidy up. Trailing whitespace.
2012-02-03 Jim GrosbachRestrict InstCombine from converting varargs to or...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Benjamin KramerBBVectorize: Simplify code, no functionality change.
2012-02-02 Hal FinkelMinor changes from review.
2012-02-02 Hal FinkelVectorize long blocks in groups.
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 NAKAMURA TakumiBBVectorize.cpp: Try to fix MSVC build. map::iterator...
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2012-01-31 Lenny Maioranibz11794 : EarlyCSE stack overflow on long functions.
2012-01-31 Bill WendlingIncrease the initial vector size to be equivalent to...
2012-01-31 Bill WendlingCache the size of the vector instead of calling .size...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnereliminate the last uses of GetConstantStringInfo from...
2012-01-31 Chris Lattnerstart moving SimplifyLibcalls over to getConstantString...
2012-01-31 Chris Lattnerenhance logic to support ConstantDataArray.
2012-01-31 Bill Wendlings/getInnerUnwindDest/getInnerResumeDest/g
2012-01-31 Bill WendlingRemove ivar which is identical to another ivar.
2012-01-31 Bill WendlingRemove unused ivars and s/getOuterUnwindDest/getOuterRe...
2012-01-31 Bill WendlingRemove more dead functions.
2012-01-31 Bill Wendlings/getInnerUnwindDestNewEH/getInnerUnwindDest/g
2012-01-31 Bill WendlingRemove some unused, old-EH methods.
2012-01-31 Bill WendlingGet rid of references to dead intrinsics.
2012-01-31 Bill WendlingFormatting cleanups. No functionality change.
2012-01-31 Bill WendlingRemove no-longer-useful dyn_casts and pals.
2012-01-30 Kostya Serebryany[asan] fix the ObjC support (asan Issue #33)
2012-01-30 Chad RosierTypo.
2012-01-30 Chad RosierTypo.
2012-01-30 Alexander PotapenkoFix compilation of ASan tests on OS X Lion (see code...
2012-01-28 Nick LewyckyFix typo.
2012-01-28 Kostya Serebryany[asan] correctly use ConstantExpr::getGetElementPtr...
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-26 Chris LattnerContinue improving support for ConstantDataAggregate...
2012-01-26 Chris Lattnersome general cleanup, using new methods and tidying...
2012-01-25 Nick LewyckyGracefully degrade precision in branch probability...
2012-01-25 Chris Lattneruse Constant::getAggregateElement to simplify a bunch...
2012-01-25 Chris Lattneruse ConstantVector::getSplat in a few places.
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-24 Chris Lattnerbasic instcombine support for CDS.
2012-01-23 Alexander PotapenkoImplemented AddressSanitizer::getPassName()
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Andrew TrickHandle a corner case with IV chain collection with...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-19 Dan GohmanSet the "tail" flag on pattern-matched objc_storeStrong...
2012-01-19 Nick LewyckyActually, this code handles wrapped sets just fine...
2012-01-18 Dan GohmanAdd a depth limit to avoid runaway recursion.
2012-01-18 Dan GohmanUse llvm.global_ctors to locate global constructors...
2012-01-18 Jakub StaszakRemove trailing spaces and unneeded includes.
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2012-01-17 Andrew TrickLSR fix: broaden the check for loop preheaders.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 Stepan DyatkovskiyFixed comment in loop-unswitch.
2012-01-15 Stepan DyatkovskiyCosmetic patch for r148215.
2012-01-15 Stepan DyatkovskiyFixup for r148132. Type replacement for LoopsProperties...
2012-01-14 Dan GohmanFix an unused variable warning that Chad noticed.
2012-01-13 Eli FriedmanSpeculatively revert r148132+r148133 to try and fix...
2012-01-13 Stepan DyatkovskiyCosmetic patch for r148132.
2012-01-13 Stepan DyatkovskiyLoopUnswitch: All helper data that is collected during...
2012-01-13 Dan GohmanImplement proper ObjC ARC objc_retainBlock "escape...
2012-01-11 Eli FriedmanRe-fix the issue Bill fixed in r147899 in a slightly...
2012-01-11 Kostya Serebryany[asan] extend the workaround for llvm.org/bugs/show_bug...
2012-01-11 Stepan DyatkovskiyImproved compile time:
2012-01-11 Bill WendlingIf the global variable is removed by the linker, then...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-09 Andrew TrickAdding IV chain generation to LSR.
2012-01-09 Andrew TrickAdding collection of IV chains to LSR.
2012-01-09 Andrew Trick"Minor LSR debugging stuff"
2012-01-09 Benjamin KramerMove assert to the right place.
2012-01-09 Benjamin KramerInstCombine: Teach foldLogOpOfMaskedICmpsHelper that...
2012-01-08 Benjamin KramerTweak my last commit to be less conservative about...
2012-01-08 Benjamin KramerInstCombine: If we have a bit test and a sign test...
2012-01-07 Andrew TrickEnable redundant phi elimination after LSR.
2012-01-07 Andrew TrickLSR: Don't optimize loops if an outer loop has no prehe...
2012-01-07 Andrew TrickLSR: run DeleteDeadPhis before replaceCongruentPhis.
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (compile...
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2012-01-05 Eli FriedmanPR11705, part 2: globalopt shouldn't put inttoptr/ptrto...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
next