[CodeGenPrepare] Remove broken, dead, code.
[oota-llvm.git] / lib / Analysis /
2015-03-18 Sanjoy Das[SCEV] Make isImpliedCond smarter.
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinLoopVectorize: teach loop vectorizer to vectorize calls.
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-17 Michael ZolotukhinTLI: Add interface for querying whether a function...
2015-03-16 Duncan P. N. Exon... Fix doxygen comments from r232268
2015-03-15 George Burgess IVMade CFLAA agree with clang-format. NFC.
2015-03-14 David Blaikie[opaque pointer type] more gep API migration
2015-03-14 Duncan P. N. Exon... Recover the ability to 'b CheckFailed' after r231577
2015-03-13 Sanjoy Das[SCEV] Fix PR22856.
2015-03-13 Owen AndersonTeach TBAA analysis to report errors on cyclic TBAA...
2015-03-13 Nick LewyckyWhen forming an addrec out of a phi don't just look...
2015-03-12 Reid KlecknerStop calling DwarfEHPrepare from WinEHPrepare
2015-03-10 Philip ReamesInfer known bits from dominating conditions
2015-03-10 Adam Nemet[LoopAccesses] Add debug message to indicate the result...
2015-03-10 David MajnemerLoopAccessAnalysis: Silence -Wreturn-type diagnostic...
2015-03-10 Adam Nemet[LAA-memchecks] Comment improvement
2015-03-10 Adam Nemet[LAA-memchecks 3/3] Introduce pointer partitions for...
2015-03-10 Adam Nemet[LAA-memchecks 2/3] Move number of memcheck threshold...
2015-03-10 Adam Nemet[LAA-memchecks 1/3] Split out NumComparisons checks...
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Adam Nemet[LoopAccesses 2/3] Allow querying of interesting depend...
2015-03-10 Adam Nemet[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 Sanjay Patelremoved function names from comments; NFC
2015-03-10 Sanjay Pateluse range-based for loops; NFC
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-09 Mehdi AminiDCE: isArrayMalloc() is not used neither in LLVM nor...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-07 Benjamin KramerMake the assertion macros in Verifier and Linter truly...
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Chad RosierAvoid calls to dumpPassInfo and RegionBase<Tr>::getName...
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-05 NAKAMURA TakumiReformat.
2015-03-05 NAKAMURA TakumiRevert r231103, "FullDependenceAnalysis: Avoid using...
2015-03-05 NAKAMURA TakumiRevert r231104, "unique_ptrify FullDependenceAnalysis...
2015-03-05 NAKAMURA TakumiScalarEvolution.cpp: Appease g++-4.7. He missed implici...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David Blaikieunique_ptrify FullDependenceAnalysis::DV
2015-03-03 David BlaikieFullDependenceAnalysis: Avoid using the (deprecated...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
2015-03-02 Michael ZolotukhinTLI: Use lambda. NFC.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-27 Benjamin KramerReduce double set lookups.
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-26 Sanjoy DasSCEVExpander incorrectly marks generated subtractions...
2015-02-26 Adam Nemet[LV/LoopAccesses] Backward dependences are not safe...
2015-02-26 Adam Nemet[LoopAccesses] Add command-line option for RuntimeMemor...
2015-02-25 Ramkumar RamachandraMemDepPrinter: Fix some nits introduced in r228596
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Sanjoy DasFix bug 22641
2015-02-24 Adam Nemet[LoopAccesses] LAA::getInfo to use const reference...
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Sanjoy DasFix bug 22641
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-19 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-19 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-19 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-19 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-19 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-19 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-19 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-19 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-19 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-19 Adam Nemet[LoopAccesses] Make VectorizerParams global + fix for...
2015-02-19 Adam NemetRevert "Reformat."
2015-02-18 NAKAMURA TakumiReformat.
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Sanjoy DasAddress post commit review on r229600.
2015-02-18 Saleem AbdulrasoolAnalysis: fix buildbots
2015-02-18 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-18 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-18 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-18 Adam Nemet[LoopAccesses] Factor out RuntimePointerCheck::needsChe...
2015-02-18 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-18 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-18 Adam Nemet[LoopAccesses] Make blockNeedsPredication static
2015-02-18 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
next