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
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSA] Make Phi cleanups consistent.
Alina Sbirlea
2019-08-20
1
-24
/
+17
*
[MemorySSA] Fix existing phis when inserting defs.
Alina Sbirlea
2019-08-20
1
-8
/
+12
*
[CaptureTracker] Let subclasses provide dereferenceability information
Johannes Doerfert
2019-08-19
1
-15
/
+20
*
Refactor isPointerOffset (NFC).
Evgeniy Stepanov
2019-08-19
1
-24
/
+19
*
[MemorySSA] Rename uses when inserting memory uses.
Alina Sbirlea
2019-08-19
2
-14
/
+42
*
[CaptureTracking] Allow null to be in either icmp operand
Johannes Doerfert
2019-08-16
1
-5
/
+7
*
Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata"
Benjamin Kramer
2019-08-16
3
-44
/
+5
*
AssumptionCache: remove old affected values after RAUW.
Tim Northover
2019-08-16
1
-2
/
+3
*
[ValueTracking] Fix recurrence detection to check both PHI operands.
Florian Hahn
2019-08-16
1
-1
/
+1
*
Move isPointerOffset function to ValueTracking (NFC).
Evgeniy Stepanov
2019-08-15
1
-0
/
+83
*
[MemorySSA] Remove restrictive asserts.
Alina Sbirlea
2019-08-15
1
-4
/
+1
*
[ValueTracking] Look through ptrmask intrinsics during getUnderlyingObject.
Florian Hahn
2019-08-15
2
-3
/
+5
*
[CallGraph] Refine call graph for indirect calls with !callees metadata
Mark Lacey
2019-08-15
3
-5
/
+44
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
13
-33
/
+33
*
[ValueTracking] Add MustPreserveNullness arg to functions analyzing calls. (NFC)
Florian Hahn
2019-08-15
4
-8
/
+12
*
[SCEV] Rename getMaxBackedgeTakenCount to getConstantMaxBackedgeTakenCount [NFC]
Philip Reames
2019-08-14
1
-8
/
+8
*
InferAddressSpaces: Move target intrinsic handling to TTI
Matt Arsenault
2019-08-14
1
-0
/
+10
*
[ValueTracking] Improve reverse assumption inference
Nikita Popov
2019-08-13
1
-1
/
+7
*
[AMDGPU] Printf runtime binding pass
Stanislav Mekhanoshin
2019-08-12
1
-0
/
+1
*
[MemDep] allow to select block-scan-limit when constructing MemoryDependenceA...
Fedor Sergeev
2019-08-10
1
-5
/
+8
*
Title: Loop Cache Analysis
Whitney Tsang
2019-08-09
2
-0
/
+626
*
[ValueTracking] When calculating known bits for integer abs, make sure we're ...
Craig Topper
2019-08-07
1
-4
/
+6
*
[SCEV] Return zero from computeConstantDifference(X, X)
Nikolai Bozhenov
2019-08-07
1
-0
/
+4
*
TLI: darwin does not support _bcmp
Alex Lorenz
2019-08-07
1
-1
/
+1
*
Change two unnecessary uses of llvm::size(C) to C.size()
Fangrui Song
2019-08-06
1
-4
/
+2
*
[TLI][NFC] Fixed typo
David Bolvansky
2019-08-05
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-2
/
+2
*
[InstCombine] fold cmp+select using select operand equivalence
Sanjay Patel
2019-08-02
1
-0
/
+3
*
[LV] Avoid building interleaved group in presence of WAW dependency
Hideki Saito
2019-08-02
2
-3
/
+15
*
[IR] Value: add replaceUsesWithIf() utility
Roman Lebedev
2019-08-01
1
-7
/
+4
*
[SCCP] Update condition to avoid overflow.
Alina Sbirlea
2019-07-31
1
-1
/
+1
*
[MemorySSA] Add additional verification for phis.
Alina Sbirlea
2019-07-31
2
-1
/
+43
*
Recommit "[GVN] Preserve loop related analysis/canonical forms."
Florian Hahn
2019-07-31
1
-2
/
+9
*
[MemorySSA] Extend allowed behavior for simplified instructions.
Alina Sbirlea
2019-07-30
2
-27
/
+51
*
[FunctionAttrs] Annotate "willreturn" for AssumeLikeInst
Hideto Ueno
2019-07-30
1
-4
/
+1
*
Revert [GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-9
/
+2
*
[GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-2
/
+9
*
[ValueTracking] Remove volatile check in isGuaranteedToTransferExecutionToSuc...
Hideto Ueno
2019-07-29
1
-15
/
+2
*
[DivergenceAnalysis] Add methods for querying divergence at use
Jay Foad
2019-07-29
2
-7
/
+32
*
[LOOPINFO] Introduce the loop guard API.
Whitney Tsang
2019-07-25
1
-0
/
+35
*
[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOp
Jay Foad
2019-07-24
3
-17
/
+15
*
Analysis: Don't look through aliases when simplifying GEPs.
Peter Collingbourne
2019-07-22
1
-1
/
+1
*
[LAA] Re-check bit-width of pointers after stripping.
Michael Liao
2019-07-18
1
-1
/
+14
*
[SCEV] add no wrap flag for SCEVAddExpr.
Chen Zheng
2019-07-18
1
-1
/
+1
*
Make DT a transitive dependency of LI.
Evgeniy Stepanov
2019-07-17
1
-1
/
+1
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-1
/
+2
*
[AMDGPU] Tune inlining parameters for AMDGPU target
Daniil Fukalov
2019-07-17
2
-10
/
+5
*
[InstructionSimplify] Apply sext/trunc after pointer stripping
Michael Liao
2019-07-16
1
-0
/
+4
*
[LoopUnroll+LoopUnswitch] do not transform loops containing callbr
Nick Desaulniers
2019-07-15
1
-1
/
+4
*
[ValueTracking] Look through constant Int2Ptr/Ptr2Int expressions
Johannes Doerfert
2019-07-15
1
-0
/
+9
[next]