AsmParser: Save and restore the parsing state for types using SlotMapping.
[oota-llvm.git] / test / Analysis /
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
2015-04-01 Sanjoy Das[SCEV] Look at backedge dominating conditions (re-land...
2015-04-01 Diego NovilloRemove 4,096 loop scale limitation.
2015-03-30 Daniel JasperRevert "[SCEV] Look at backedge dominating conditions."
2015-03-27 Sanjoy Das[SCEV] Look at backedge dominating conditions.
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-26 Sanjoy Das[SCEV] Revert bailout added in r75511.
2015-03-25 Sanjoy Das[ValueTracking] Fix PR23011.
2015-03-20 Nick LewyckyWhen simplifying a SCEV truncate by distributing, consi...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Sanjoy Das[SCEV] Make isImpliedCond smarter.
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-13 Sanjoy Das[SCEV] Fix PR22856.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
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-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
next