index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-26
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
18
-117
/
+99
2016-06-25
[InstSimplify] Replace calls to null with undef
David Majnemer
1
-1
/
+2
2016-06-25
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
1
-4
/
+40
2016-06-24
Fix documentation for FindAvailableLoadedValue.
Eli Friedman
1
-19
/
+0
2016-06-24
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2
-7
/
+7
2016-06-24
Revert "InstCombine rule to fold trunc when value available"
Reid Kleckner
1
-62
/
+20
2016-06-24
Attempt to fix MSVC breakage caused by r273636.
George Burgess IV
1
-9
/
+13
2016-06-24
[CFLAA] Propagate StratifiedAttrs in interproc. analysis.
George Burgess IV
2
-54
/
+122
2016-06-23
Attempt #2 to unbreak bots broken by r273596.
George Burgess IV
2
-4
/
+4
2016-06-23
InstCombine rule to fold trunc when value available
Anna Thomas
1
-20
/
+62
2016-06-23
Attempt to fix breakage caused by r273596.
George Burgess IV
1
-3
/
+3
2016-06-23
[CFLAA] Use better interprocedural function summaries.
George Burgess IV
2
-92
/
+130
2016-06-23
[ValueTracking] simplify logic in ComputeNumSignBits (NFCI)
Sanjay Patel
1
-16
/
+9
2016-06-23
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
1
-1
/
+1
2016-06-22
[PM]: LoopAccessInfo simple refactoring
Xinliang David Li
1
-22
/
+24
2016-06-22
[ValueTracking] improve ComputeNumSignBits for vector constants
Sanjay Patel
1
-4
/
+33
2016-06-22
[BFI]: NFC refactoring
Xinliang David Li
2
-11
/
+20
2016-06-21
reverted the prev commit due to assertion failure
Elena Demikhovsky
1
-4
/
+4
2016-06-21
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
1
-4
/
+4
2016-06-21
Replace silly uses of 'signed' with 'int'
David Majnemer
1
-7
/
+6
2016-06-21
[TargetLibraryInfo] Reduce code duplication.
Davide Italiano
1
-9
/
+1
2016-06-21
[CFLAA] Be more aggressive with interprocedural analysis.
George Burgess IV
1
-1
/
+1
2016-06-20
Attempt to make MSVC buildbots happy.
George Burgess IV
1
-3
/
+1
2016-06-20
[CFLAA] Add interprocedural function summaries.
George Burgess IV
1
-141
/
+154
2016-06-20
[InstSimplify] analyze (optionally casted) icmps to eliminate obviously false...
Sanjay Patel
1
-4
/
+31
2016-06-20
Avoid output indeterminism between GCC and Clang builds.
Patrik Hagglund
1
-2
/
+6
2016-06-20
Fix dynamically linked debug builds.
Eli Friedman
1
-0
/
+1
2016-06-19
fix formatting, typo; NFC
Sanjay Patel
1
-1
/
+1
2016-06-18
Add a super basic LazyCallGraph DOT printer.
Sean Silva
1
-0
/
+32
2016-06-18
[SCEV] Fix incorrect trip count computation
Sanjoy Das
1
-24
/
+4
2016-06-17
[LAA] Enable symbolic stride speculation for all LAA clients
Adam Nemet
1
-16
/
+22
2016-06-17
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
1
-4
/
+2
2016-06-17
[PPC] Strength-reduce SmallVectors into arrays.
Benjamin Kramer
1
-1
/
+3
2016-06-17
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
6
-9
/
+17
2016-06-16
[LV] Move management of symbolic strides to LAA. NFCI
Adam Nemet
1
-13
/
+33
2016-06-16
TTI: Add hook for memory width to vectorize
Matt Arsenault
1
-0
/
+4
2016-06-16
Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...
Igor Laevsky
1
-8
/
+0
2016-06-16
[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
Igor Laevsky
1
-0
/
+8
2016-06-16
[LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC
Adam Nemet
1
-7
/
+8
2016-06-16
[LAA] Default getInfo to not speculate symbolic strides. NFC
Adam Nemet
1
-3
/
+1
2016-06-16
[InstCombine] Don't widen metadata on store-to-load forwarding
Eli Friedman
1
-1
/
+4
2016-06-15
[CFLAA] Ignore non-pointers, move Attrs to graph nodes.
George Burgess IV
1
-64
/
+93
2016-06-15
[TargetLibraryInfo] Teach isValidProtoForLibFunc about tan
David Majnemer
1
-0
/
+3
2016-06-15
[SCEV] Use dyn_cast<T> instead of dyn_cast<const T>; NFC
Sanjoy Das
1
-7
/
+7
2016-06-15
[SCEV] Use cast<> instead of dyn_cast; NFC
Sanjoy Das
1
-4
/
+2
2016-06-15
[SCEV] clang-format some sections
Sanjoy Das
1
-12
/
+10
2016-06-15
[SCEV] Change the interface for SolveQuadraticEquation; NFC
Sanjoy Das
1
-21
/
+14
2016-06-14
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
1
-1
/
+1
2016-06-14
[ValueTracking] Calls to @llvm.assume always return
Sanjoy Das
1
-1
/
+2
2016-06-14
[CFLAA] Tag arguments as escaped instead of unknown.
George Burgess IV
2
-306
/
+217
[next]