[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / test / Analysis /
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-30 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-09-29 James Molloy[ValueTracking] Teach isKnownNonZero about monotonicall...
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-25 Sanjoy Das[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-25 Sanjoy DasRevert two SCEV changes that caused test failures in...
2015-09-25 Sanjoy Das[SCEV] Teach isLoopBackedgeGuardedByCond to exploit...
2015-09-25 James Molloy[GlobalsAA] Teach GlobalsAA about nocapture
2015-09-24 James Molloy[ValueTracking] Teach isKnownNonZero a new trick
2015-09-21 Philip ReamesFix for pr24866
2015-09-18 Artur PilipenkoSupport align attribute for return values
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-10 Matthew Simpson[SCEV] Consistently Handle Expressions That Cannot...
2015-09-10 Sanjoy Das[ScalarEvolution] Fix PR24757.
2015-09-09 Piotr PadlewskiScalarEvolution assume hanging bugfix
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Silviu Baranga[CostModel][AArch64] Remove amortization factor for...
2015-09-08 Diego NovilloFix PR 24723 - Handle 0-mass backedges in irreducible...
2015-09-03 Hal Finkel[PowerPC] Include the permutation cost for unaligned...
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-28 George Burgess IVFix: CFLAA -- Mark no-args returns as unknown
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-19 Quentin Colombet[BasicAA] Add a test for PR24468 to be sure we won...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
2015-08-17 Silviu Baranga[CostModel][ARM] Increase cost of insert/extract operations
2015-08-17 Artur PilipenkoTake alignment into account in isSafeToSpeculativelyExe...
2015-08-17 Michael Kuperstein[GMR] isNonEscapingGlobalNoAlias() should look through...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-11 Adam Nemet[LAA] Fix typo in test
2015-08-11 Michael Kuperstein[GMR] Be a bit smarter about which globals don't alias...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-05 Chandler Carruth[GMR] Teach the conservative path of GMR to catch even...
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Silviu Baranga[LAA] Add clarifying comments for the checking pointer...
2015-07-28 Chandler Carruth[GMR] Teach GlobalsModRef to distinguish an important...
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-23 Igor LaevskyNFC. Explicitly specify attributes in BasicAA/cs-cs...
2015-07-21 Jingyue Wu[MDA] change BlockScanLimit into a command line option.
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-17 Chandler Carruth[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
2015-07-16 Silviu BarangaFix memcheck interval ends for pointers with negative...
2015-07-15 Sean SilvaAdd a test for r242281 from an old patch of mine.
2015-07-15 Tobias Edler von... Analyze recursive PHI nodes in BasicAA
2015-07-13 Silviu BarangaCleanup after r241809 - remove uncessary call to std...
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-09 Silviu BarangaAdd a test of a regression discovered during testing...
2015-07-09 Silviu BarangaDon't rely on the DepCands iteration order when constru...
2015-07-08 Adam Nemet[LAA] Revert a small part of r239295
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-07-06 Simon Pilgrim[X86][SSE] Vectorized i64 uniform constant SRA shifts
2015-07-02 Sanjoy Das[LazyCallGraph] Port test case from r240039 to LCG.
2015-06-26 Adam Nemet[LAA] Try to prove non-wrapping of pointers if SCEV...
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-18 Simon Pilgrim[X86][SSE][CostModel] Fixed uitofp/sitofp cost target...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-08 Artur PilipenkoMinor refactoring of GEP handling in isDereferenceableP...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-21 Artur PilipenkoFix memory-dereferenceable.ll test
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-18 Adam Nemet[LoopAccesses] If shouldRetryWithRuntimeCheck, reset...
2015-05-18 Adam Nemet[LoopAccesses] Rearrange printed lines in -analyze
2015-05-15 James Molloy[DependenceAnalysis] Fix for PR21585: collectUpperBound...
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-11 Adam Nemet[Testsuite] Renumber metadata in ScopedNoAliasAA test...
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-07 Diego NovilloFix information loss in branch probability computation.
2015-04-23 Adam Nemet[getUnderlyingOjbects] Analyze loop PHIs further to...
2015-04-22 Brendon CahoonFix a type mismatch assert in SCEV division
2015-04-20 Brendon CahoonRecognize n/1 in the SCEV divide function
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-14 Adam Nemet[LoopAccesses] Properly print whether memchecks are...
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-04-08 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-02 Adam Nemet[LoopAccesses] Remove unused global variables in tests
next