Add the test case that I missed when committing r195528. Doh!
[oota-llvm.git] / lib / Analysis /
2013-11-21 Kostya SerebryanyDon't speculate loads under ThreadSanitizer
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-11-14 Michael GottesmanFixed 80+ violations.
2013-11-13 Sebastian Popadd more comments around the delinearization of arrays
2013-11-13 Jakub StaszakSimplify code. No functionality change.
2013-11-13 Benjamin KramerMove Delinearization pass into an anonymous namespace.
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Wan XiaofeiChange data structure to memorize computed result in...
2013-11-10 Matt ArsenaultUse size function instead of manually calculating it.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-04 Matt ArsenaultFix another constant folding address space place I...
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-22 Andrew TrickClarify SCEV comments.
2013-10-22 Manman RenTBAA: fix PR17620.
2013-10-21 Matt ArsenaultUse more type helper functions
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-18 Andrew TrickSCEV should use NSW to get trip count for positive...
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-10-03 Benjamin KramerCaptureTracking: Plug a loophole in the "too many uses...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-27 Manman RenTBAA: try to fix the dragonegg bots.
2013-09-27 Matt ArsenaultMinor code simplification
2013-09-27 Matt ArsenaultUse type helper functions
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-24 Benjamin KramerMemoryBuiltins: Remove posix_memalign from the list...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-24 Benjamin KramerMemoryBuiltins: Fix operator new bits.
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-23 Benjamin KramerInstSimplify: Fold equality comparisons between non...
2013-09-17 Matt ArsenaultFix a constant folding address space place I missed.
2013-09-17 Eric ChristopherMove variable into assert to avoid unused variable...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-12 Krzysztof ParzyszekIn AliasSetTracker, do not change the alias set to...
2013-09-12 Matt ArsenaultMove variable under condition where it is used
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-26 Matt ArsenaultFix lint assert on integer vector division
2013-08-24 Jakub StaszakRemove trailing spaces.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-18 Hal FinkelFix SCEVExpander creating distinct duplicate PHI entries
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-08-12 Matt ArsenaultSlightly simplify code with helper functions
2013-08-12 Matt ArsenaultAdd some braces, and spaces around operators
2013-08-10 Matt ArsenaultTeach ValueTracking about address spaces
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-07-31 Andrew TrickFix a severe compile time problem when forming large...
2013-07-30 David MajnemerisKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfT...
2013-07-27 Nick LewyckyAlso update CMakeLists.txt for r187283.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-18 Nick LewyckyGive 'hasPath' a longer but clearer name 'isPotentially...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Andrew TrickRemove a bunch of old SCEVExpander FIXME's for preservi...
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-12 Nick LewyckyFix logic error optimizing "icmp pred (urem X, Y),...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Shuxin YangStylistic change.
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Craig TopperFix indentation. No functional change.
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
next