OSDN Git Service

android: NFC: Rename (PDB) RawSession to NativeSession
[android-x86/external-llvm.git] / unittests / Analysis /
2018-08-13 Hans WennborgMerging r339411:
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...
2017-08-09 Chandler Carruth[LCG] Switch one of the update methods for the LazyCall...
2017-08-04 Max KazantsevAvoid comparison between signed and unsigned in SCEVExi...
2017-08-04 Max KazantsevFix SCEVExitLimitForget tests to make Sanitizer happy
2017-08-03 Dehao ChenDo not want to use BFI to get profile count for sample pgo
2017-08-03 Benjamin KramerFix use after free in unit test.
2017-08-03 Max KazantsevRemoved unused variabled from unit test
2017-08-03 Max Kazantsev[SCEV] Re-enable "Cache results of computeExitLimit"
2017-08-01 Alina SbirleaAllow None as a MemoryLocation to getModRefInfo
2017-07-15 Chandler Carruth[PM/LCG] Teach the LazyCallGraph to maintain reference...
2017-07-12 Chandler Carruth[PM] Fix a silly bug in my recent update to the CG...
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-09 NAKAMURA TakumiCGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]
2017-07-09 Chandler Carruth[PM] Fix a nasty bug in the new PM where we failed...
2017-07-09 Chandler Carruth[PM] Add unittesting of the call graph update logic...
2017-07-09 Chandler Carruth[PM] Finish implementing and fix a chain of bugs uncove...
2017-06-25 Xin Tong[AST] Fix a bug in aliasesUnknownInst. Make sure we...
2017-06-07 David BlaikieGlobalsModRef: Ensure optnone+readonly/readnone attribu...
2017-06-07 Alina Sbirlea[mssa] Fix case when there is no definition in a block...
2017-06-06 David BlaikieGlobalsModRef+OptNone: Don't prove readnone/other prope...
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-02 Benjamin Kramer[OrderedBasicBlock] Return false for comesBefore(A, A)
2017-05-27 Gor NishanovScalarEvolution unit test: fix typo that breaks check-all
2017-05-27 Keno Fischer[SCEVExpander] Try harder to avoid introducing inttoptr
2017-05-21 Xin TongRevert "Add pthread_self function prototype and make...
2017-05-20 Xin TongAdd pthread_self function prototype and make it specula...
2017-05-16 Easwaran RamanAdd hasProfileSummary and has{Sample|Instrumentation...
2017-05-12 Andrew Kaylor[TLI] Add declarations for various math header file...
2017-05-11 Teresa JohnsonRestrict call metadata based hotness detection to Sampl...
2017-05-05 Matthias BraunTargetLibraryInfo: Introduce wcslen
2017-04-25 Sanjoy DasTeach SCEV normalization to de/normalize non-affine...
2017-04-17 Wei Mi[SCEV] Add a local cache for getZeroExtendExpr and...
2017-04-14 Sanjoy DasGeneralize SCEV's unit testing helper a bit
2017-04-14 Craig Topper[ValueTracking] Avoid undefined behavior in unittest...
2017-04-14 Sanjoy DasAdd a unit test for SCEV Normalization
2017-04-11 Daniel BerlinMemorySSA: Move to Analysis, from Transforms/Utils...
2017-04-10 Matt ArsenaultAllow DataLayout to specify addrspace for allocas.
2017-03-11 Simon PilgrimFix signed/unsigned comparison warnings
2017-03-10 Dehao ChenRefactor the PSI to extract getCallSiteCount and remove...
2017-03-05 Sanjoy Das[SCEV] Decrease the recursion threshold for CompareValu...
2017-02-25 Sanjoy DasFix signed-unsigned comparison warning
2017-02-25 Sanjoy Das[ValueTracking] Don't do an unchecked shift in ComputeN...
2017-02-09 Chandler Carruth[PM/LCG] Teach LCG to support spurious reference edges.
2017-02-09 Chandler Carruth[PM/LCG] Teach the LazyCallGraph how to replace a funct...
2017-02-06 Chandler Carruth[SCEV] Scale back the test added in r294181 as it goes...
2017-02-06 Chandler Carruth[PM/LCG] Remove the lazy RefSCC formation from the...
2017-02-06 Daniil Fukalov[SCEV] limit recursion depth and operands number in...
2017-01-23 David L. Jones[Analysis] Add LibFunc_ prefix to enums in TargetLibrar...
2017-01-20 Chandler Carruth[LoopInfo] Add helper methods to compute two useful...
2017-01-19 Easwaran RamanAdd an interface to scale the frequencies of a set...
2017-01-17 Xin TongRefactor out LoopInfo computation so that it can be...
2017-01-17 Ahmed Bougacha[TLI] Add prototype checking for all remaining LibFuncs.
2017-01-17 Ahmed Bougacha[unittests] Alphabetize cmake file list. NFC.
2017-01-15 Xin TongEmpty line. NFC.
2017-01-15 Xin TongUse getLoopLatch in place of isLoopSimplifyForm
2017-01-15 Xin TongDelete a dead argument. NFC
2017-01-14 Easwaran RamanCompute summary before calling extractProfTotalWeight
2017-01-13 Easwaran RamanProfileSummaryInfo improvements.
2017-01-11 Chandler Carruth[PM] Separate the LoopAnalysisManager from the LoopPass...
2017-01-11 Chandler Carruth[PM] Take more drastic measures to work around MSVC...
2017-01-11 Chandler Carruth[PM] Pull a lambda out of an argument into a named...
2017-01-11 Chandler Carruth[PM] Another attempt to satisfy MSVC.
2017-01-11 Chandler Carruth[PM] Try to appease MSVC by explicitly disambiguating...
2017-01-11 Chandler Carruth[PM] Rewrite the loop pass manager to use a worklist...
2016-12-31 Sanjoy DasFix an issue with isGuaranteedToTransferExecutionToSucc...
2016-12-28 Chandler Carruth[PM] Teach the CGSCC's CG update utility to more carefu...
2016-12-28 Chandler Carruth[LCG] Teach the ref edge removal to handle a ref edge...
2016-12-27 Chandler Carruth[PM] Introduce the facilities for registering cross...
2016-12-27 Chandler Carruth[LCG] Teach the LazyCallGraph to handle visiting the...
2016-12-23 George Burgess IVDon't consider allocsize functions to be allocation...
2016-12-22 Chandler Carruth[PM] Introduce a reasonable port of the main per-module...
2016-12-19 Daniel JasperRevert @llvm.assume with operator bundles (r289755...
next