OSDN Git Service

android: Transforms/Instrumentation: update sources list
[android-x86/external-llvm.git] / unittests / Analysis /
2019-07-17 Serguei Katkov[LoopInfo] Fix getUniqueNonLatchExitBlocks
2019-07-15 Serguei Katkov[LoopInfo] Introduce getUniqueNonLatchExitBlocks utilit...
2019-07-12 Vitaly BukaisBytewiseValue checks ConstantVector element by element
2019-07-12 Vitaly BukaReturn Undef from isBytewiseValue for empty arrays...
2019-07-12 Vitaly BukaHandle IntToPtr in isBytewiseValue
2019-07-11 Mikael Holmen[test] Silence gcc 7.4 warning [NFC]
2019-07-10 Vitaly BukaAdd IsBytewiseValue unit test
2019-07-08 Denis Bakhvalov[SCEV] Fix for PR42397. SCEVExpander wrongly adds nsw...
2019-06-27 Johannes DoerfertUse "willreturn" in isGuaranteedToTransferExecutionToSu...
2019-06-11 Sanjay Patel[Analysis] add isSplatValue() for vectors in IR
2019-06-10 Sanjay Patel[Analysis] add unit test file for VectorUtils; NFC
2019-06-05 Whitney Tsang[LOOPINFO] Extend Loop object to add utilities to get...
2019-06-05 Whitney TsangRevert "Title: [LOOPINFO] Extend Loop object to add...
2019-06-05 Whitney TsangTitle: [LOOPINFO] Extend Loop object to add utilities...
2019-06-03 Artur PilipenkoAdd ScalarEvolutionsTest::SCEVExpandInsertCanonicalIV...
2019-05-31 Erik Pilkington[SimplifyLibCalls] Fold more fortified functions into...
2019-05-23 Kit BartonRevert [LOOPINFO] Extend Loop object to add utiliti...
2019-05-23 Kit Barton [LOOPINFO] Extend Loop object to add utilities...
2019-05-20 Nick Desaulniers[INLINER] allow inlining of blockaddresses if sole...
2019-05-14 Kit BartonSave the induction binary operator in IVDescriptors...
2019-04-04 Nick LewyckyAn unreachable block may have a route to a reachable...
2019-04-03 Sam CleggFix TargetLibraryInfoTest.ValidProto after rL357552
2019-04-02 Nick LewyckyAdd an optional list of blocks to avoid when looking...
2019-04-01 Nick LewyckyNot all blocks are reachable from entry. Don't assume...
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-01 Nikita Popov[ValueTracking] Known bits support for unsigned saturat...
2019-02-27 Alina Sbirlea[MemorySSA] Make insertDef insert corresponding phi...
2019-02-22 Chijun Sima[DTU] Refine the interface and logic of applyUpdates
2019-02-22 Chijun Sima[DTU] Deprecate insertEdge*/deleteEdge*
2019-02-06 Richard TrieuMove DomTreeUpdater from IR to Analysis
2019-02-01 James Y Knight[opaque pointer types] Pass value type to GetElementPtr...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-21 Max Kazantsev[NFC] Fix warnings in unit test of r351725
2019-01-21 Max Kazantsev[SCEV][NFC] Introduces expression sizes estimation
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-03 Artur Pilipenko[CaptureTracking] Add a unit test for MaxUsesToExplore
2018-12-02 Nikita Popov[ValueTracking] Support funnel shifts in computeKnownBits()
2018-11-30 Nikita Popov[ValueTracking] Make unit tests easier to write; NFC
2018-11-19 Vedant Kumar[ProfileSummary] Standardize methods and fix comment
2018-11-08 Max Kazantsev[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedB...
2018-11-07 Calixte DenizetFix unit tests after patch https://reviews.llvm.org...
2018-11-04 Sanjay Patel[ValueTracking] determine sign of 0.0 from select when...
2018-11-03 Sanjay Patel[ValueTracking] peek through 2-input shuffles in Comput...
2018-11-02 Sanjay Patel[ValueTracking] add test for non-canonical shuffle...
2018-11-02 Sanjay Patel[ValueTracking] allow non-canonical shuffles when compu...
2018-11-01 Alina Sbirlea[AliasSetTracker] Misc cleanup (NFCI)
2018-10-31 Sanjay Patel[ValueTracking] add tests for fmin/fmax; NFC
2018-10-24 Thomas Lively[NFC] Rename minnan and maxnan to minimum and maximum
2018-10-18 Nicolai HaehnleDivergenceAnalysisTest: fix use of uninitialized memory
2018-10-18 Nicolai Haehnle[DA] DivergenceAnalysis for unstructured, reducible...
2018-10-10 George Burgess IVReplace most users of UnknownSize with LocationSize...
2018-10-10 George Burgess IV[Analysis] Make LocationSizes carry an 'imprecise' bit
2018-09-28 Thomas Lively[ValueTracking] Allow select patterns to work on FP...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-20 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-20 Eric ChristopherTemporarily Revert "[New PM] Introducing PassInstrument...
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Fedor SergeevRevert rL342544: [New PM] Introducing PassInstrumentati...
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-11 Johannes Doerfert[LoopInfo][FIX] Remove leftover dump in unit test
2018-09-11 Johannes Doerfert[LoopInfo] Fix Loop::getLoopID() for loops with multipl...
2018-09-10 Alina SbirleaAPI to update MemorySSA for cloned blocks and added...
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-08-30 Max Kazantsev[NFC] Move OrderedInstructions and InstructionPrecedenc...
2018-08-23 George Burgess IV[MemorySSA] Fix def optimization handling
2018-08-16 Easwaran Raman[BFI] Use rounding while computing profile counts.
2018-08-10 George Burgess IV[MemorySSA] "Fix" lifetime intrinsic handling
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-06-28 John Brawn[PhiValues] Adjust unit test to invalidate instructions...
2018-06-28 John BrawnAdd a PhiValuesAnalysis pass to calculate the underlyin...
2018-06-27 Florian Hahn[ValueLattice] Return false if value range did not...
2018-05-16 David Bolvansky[SimplifyLibcalls] Replace locked IO with unlocked IO
2018-04-07 Mandeep Singh Grang[unittests] Change std::sort to llvm::sort in response...
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
2018-03-08 Alina SbirleaExpose must/may alias info in MemorySSA.
2018-03-05 Florian Hahn[IPSCCP] Add getCompare which returns either true,...
2018-02-27 George Burgess IV[MemorySSA] Invalidate def caches on deletion
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-01-09 Serguei Katkov[SCEV] Do not cache S -> V if S is not equivalent of V
2017-12-27 Serguei Katkov[SCEV] Be careful with nuw/nsw/exact in InsertBinop
2017-12-16 Hal Finkel[SimplifyLibCalls] Inline calls to cabs when it's safe...
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-12-09 Simon DardisInfer lowest bits of an integer Multiply when the low...
2017-12-07 Alina Sbirlea[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
2017-11-16 Max Kazantsev[SCEV][NFC] Introduce isSafeToExpandAt function to...
2017-10-17 Sanjoy DasRevert "[SCEV] Maintain and use a loop->loop invalidati...
2017-10-16 Matthew Simpson[SparsePropagation] Enable interprocedural analysis
2017-10-13 Sanjoy Das[SCEV] Maintain and use a loop->loop invalidation depen...
2017-10-13 Sanjoy Das[SCEV] Maintain loop use lists, and use them in forgetLoop
2017-10-11 Daniel Neilson[SCEV] Properly handle the case of a non-constant start...
2017-09-28 Florian Hahn[LVI] Move LVILatticeVal class to separate header file...
2017-09-22 Daniel Neilson[SCEV] Generalize folding of trunc(x)+n*trunc(y) into...
2017-09-19 Sanjoy Das[LoopInfo] Make LoopBase and Loop destructors non-public
2017-09-05 Daniel Neilson[SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithC...
2017-08-11 Chandler Carruth[PM] Switch the CGSCC debug messages to use the standar...
next