index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ValueTracking] Support funnel shifts in computeKnownBits()
Nikita Popov
2018-12-02
1
-0
/
+48
*
[ValueTracking] Make unit tests easier to write; NFC
Nikita Popov
2018-11-30
1
-106
/
+63
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-10
/
+10
*
[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedByCond
Max Kazantsev
2018-11-08
1
-1
/
+1
*
Fix unit tests after patch https://reviews.llvm.org/rL346313
Calixte Denizet
2018-11-07
1
-465
/
+474
*
[ValueTracking] determine sign of 0.0 from select when matching min/max FP
Sanjay Patel
2018-11-04
1
-31
/
+53
*
[ValueTracking] peek through 2-input shuffles in ComputeNumSignBits
Sanjay Patel
2018-11-03
1
-2
/
+1
*
[ValueTracking] add test for non-canonical shuffle; NFC
Sanjay Patel
2018-11-02
1
-0
/
+23
*
[ValueTracking] allow non-canonical shuffles when computing signbits
Sanjay Patel
2018-11-02
1
-0
/
+20
*
[AliasSetTracker] Misc cleanup (NFCI)
Alina Sbirlea
2018-11-01
1
-0
/
+2
*
[ValueTracking] add tests for fmin/fmax; NFC
Sanjay Patel
2018-10-31
1
-0
/
+176
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-2
/
+2
*
DivergenceAnalysisTest: fix use of uninitialized memory
Nicolai Haehnle
2018-10-18
1
-1
/
+1
*
[DA] DivergenceAnalysis for unstructured, reducible CFGs
Nicolai Haehnle
2018-10-18
2
-0
/
+432
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-2
/
+2
*
[Analysis] Make LocationSizes carry an 'imprecise' bit
George Burgess IV
2018-10-10
2
-0
/
+125
*
[ValueTracking] Allow select patterns to work on FP vectors
Thomas Lively
2018-09-28
1
-0
/
+58
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
2
-15
/
+14
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-20
1
-0
/
+7
*
Temporarily Revert "[New PM] Introducing PassInstrumentation framework"
Eric Christopher
2018-09-20
1
-7
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+7
*
Revert rL342544: [New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-7
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+7
*
[LoopInfo][FIX] Remove leftover dump in unit test
Johannes Doerfert
2018-09-11
1
-1
/
+0
*
[LoopInfo] Fix Loop::getLoopID() for loops with multiple latches
Johannes Doerfert
2018-09-11
1
-0
/
+56
*
API to update MemorySSA for cloned blocks and added CFG edges.
Alina Sbirlea
2018-09-10
1
-0
/
+192
*
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
Nico Weber
2018-09-03
4
-3
/
+3
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
2
-0
/
+66
*
[MemorySSA] Fix def optimization handling
George Burgess IV
2018-08-23
1
-0
/
+128
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
1
-2
/
+4
*
[MemorySSA] "Fix" lifetime intrinsic handling
George Burgess IV
2018-08-10
1
-0
/
+66
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
2
-2
/
+2
*
[PhiValues] Adjust unit test to invalidate instructions before deleting them
John Brawn
2018-06-28
1
-1
/
+1
*
Add a PhiValuesAnalysis pass to calculate the underlying values of phis
John Brawn
2018-06-28
2
-0
/
+209
*
[ValueLattice] Return false if value range did not change in mergeIn.
Florian Hahn
2018-06-27
1
-8
/
+21
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
1
-0
/
+9
*
[unittests] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-07
1
-11
/
+11
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+12
*
Expose must/may alias info in MemorySSA.
Alina Sbirlea
2018-03-08
1
-0
/
+200
*
[IPSCCP] Add getCompare which returns either true, false, undef or null.
Florian Hahn
2018-03-05
1
-45
/
+71
*
[MemorySSA] Invalidate def caches on deletion
George Burgess IV
2018-02-27
1
-0
/
+48
*
[MemorySSA] Fix a cache invalidation bug with removed accesses
George Burgess IV
2018-02-23
1
-0
/
+42
*
[SCEV] Do not cache S -> V if S is not equivalent of V
Serguei Katkov
2018-01-09
1
-0
/
+102
*
[SCEV] Be careful with nuw/nsw/exact in InsertBinop
Serguei Katkov
2017-12-27
1
-0
/
+104
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
1
-0
/
+3
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
2
-2
/
+0
*
Infer lowest bits of an integer Multiply when the low bits of the operands ar...
Simon Dardis
2017-12-09
1
-0
/
+55
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-12
/
+12
*
[SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander
Max Kazantsev
2017-11-16
1
-0
/
+71
*
Revert "[SCEV] Maintain and use a loop->loop invalidation dependency"
Sanjoy Das
2017-10-17
1
-77
/
+84
[next]