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
*
Fix TargetLibraryInfoTest.ValidProto after rL357552
Sam Clegg
2019-04-03
1
-0
/
+5
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
1
-17
/
+83
*
Not all blocks are reachable from entry. Don't assume they are.
Nick Lewycky
2019-04-01
1
-0
/
+40
*
[NewPM] Fix a nasty bug with analysis invalidation in the new PM.
Chandler Carruth
2019-03-28
1
-10
/
+14
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
2
-10
/
+19
*
[ValueTracking] Known bits support for unsigned saturating add/sub
Nikita Popov
2019-03-01
1
-0
/
+71
*
[MemorySSA] Make insertDef insert corresponding phi nodes.
Alina Sbirlea
2019-02-27
1
-9
/
+9
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-25
/
+88
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-13
/
+18
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
2
-1
/
+728
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
3
-3
/
+4
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
6
-43
/
+45
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
7
-26
/
+30
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
7
-30
/
+26
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
7
-26
/
+30
*
[NFC] Fix warnings in unit test of r351725
Max Kazantsev
2019-01-21
1
-6
/
+6
*
[SCEV][NFC] Introduces expression sizes estimation
Max Kazantsev
2019-01-21
1
-0
/
+50
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
[CaptureTracking] Add a unit test for MaxUsesToExplore
Artur Pilipenko
2019-01-03
2
-0
/
+79
*
[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
[next]