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