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
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
3
-5
/
+5
*
[CFLAA] Kill dead code/fix comments in StratifiedSets.
George Burgess IV
2016-06-07
1
-87
/
+23
*
[CFLAA] Add AttrEscaped, remove bit twiddling functions.
George Burgess IV
2016-06-07
2
-63
/
+58
*
[LAA] Improve non-wrapping pointer detection by handling loop-invariant case.
Andrey Turetskiy
2016-06-07
1
-4
/
+14
*
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
Michael Zolotukhin
2016-06-06
1
-3
/
+5
*
[LAA] Use load and store vectors (NFC)
Matthew Simpson
2016-06-06
1
-11
/
+7
*
[Analysis] Enabled BITREVERSE as a vectorizable intrinsic
Simon Pilgrim
2016-06-04
1
-0
/
+1
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
2
-0
/
+162
*
Revert r271728 as it breaks Windows build
Easwaran Raman
2016-06-03
2
-162
/
+0
*
Analysis pass to access profile summary info
Easwaran Raman
2016-06-03
2
-0
/
+162
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-10
/
+2
*
Inline isDereferenceableFromAttribute; NFC
Sanjoy Das
2016-06-02
1
-19
/
+8
*
Remove Value::isPointerDereferenceable; NFCI
Sanjoy Das
2016-06-02
1
-11
/
+1
*
[SCEV] Keep SCEVExpander insert points consistent.
Geoff Berry
2016-06-01
1
-35
/
+52
*
Revert "Claim NoAlias if two GEPs index different fields of the same struct"
Daniel Berlin
2016-06-01
1
-36
/
+2
*
[CFLAA] Recognize builtin allocation functions.
George Burgess IV
2016-06-01
1
-30
/
+55
*
Claim NoAlias if two GEPs index different fields of the same struct
Daniel Berlin
2016-06-01
1
-2
/
+36
*
Reduce dependence on pointee types when deducing dereferenceability
Sanjoy Das
2016-06-01
1
-72
/
+35
*
[CFLAA] Don't link GEP pointers to GEP indices.
George Burgess IV
2016-05-31
1
-2
/
+0
*
X86: permit using SjLj EH on x86 targets as an option
Saleem Abdulrasool
2016-05-31
1
-0
/
+2
*
[SCEV] Consolidate comments; NFC
Sanjoy Das
2016-05-29
1
-240
/
+86
*
[SCEV] Rename functions to LLVM style; NFC
Sanjoy Das
2016-05-29
1
-13
/
+13
*
[SCEV] See through op.with.overflow intrinsics (re-apply)
Sanjoy Das
2016-05-29
2
-5
/
+110
*
[SCEV] Don't always add no-wrap flags to post-inc add recs
Sanjoy Das
2016-05-29
1
-7
/
+91
*
[ValueTracking] ICmp instructions propagate poison
Sanjoy Das
2016-05-29
1
-0
/
+5
*
[LoopUnrollAnalyzer] Add a comment to visitCastInst.
Michael Zolotukhin
2016-05-28
1
-0
/
+6
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
[LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge i...
Michael Zolotukhin
2016-05-27
1
-2
/
+2
*
[BasicAA] Extend inbound GEP negative offset logic to GlobalVariables
Michael Kuperstein
2016-05-26
1
-10
/
+18
*
[CaptureTracking] Volatile operations capture their memory location
David Majnemer
2016-05-26
1
-11
/
+36
*
MemorySSA: Revert r269678 and r268068; replace with special casing in MemorySSA.
Peter Collingbourne
2016-05-26
1
-9
/
+0
*
[LazyValueInfo] Simplify `return after else`. NFCI.
Davide Italiano
2016-05-25
1
-4
/
+3
*
[BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
Michael Kuperstein
2016-05-25
1
-82
/
+120
*
Look for a loop's starting location in the llvm.loop metadata
Hal Finkel
2016-05-25
1
-0
/
+21
*
[TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.
Ahmed Bougacha
2016-05-25
1
-2
/
+2
*
[TLI] Fix NumParams==0 prototype checking typo.
Ahmed Bougacha
2016-05-25
1
-57
/
+43
*
[SCEV] No-wrap flags are not propagated when folding "{S,+,X}+T ==> {S+T,+,X}"
Oleg Ranevskyy
2016-05-25
1
-1
/
+4
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-5
/
+1
*
[ValueTracking, InstSimplify] extend isKnownNonZero() to handle vector constants
Sanjay Patel
2016-05-24
1
-1
/
+14
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-1
/
+6
*
fix formatting; NFC
Sanjay Patel
2016-05-23
1
-4
/
+2
*
use 'auto' with 'dyn_cast'; fix formatting; NFC
Sanjay Patel
2016-05-22
1
-10
/
+8
*
[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...
Sanjay Patel
2016-05-22
1
-3
/
+4
*
Revert r270268 due to unused variable warnings.
Michael Kuperstein
2016-05-20
1
-12
/
+17
*
[BasicAA] Turn DecomposeGEPExpression runtime checks into asserts.
Michael Kuperstein
2016-05-20
1
-17
/
+12
*
Allow -inline-threshold to override default threshold.
Easwaran Raman
2016-05-19
1
-4
/
+7
*
[LAA] Check independence of strided accesses before forward case
Matthew Simpson
2016-05-19
1
-10
/
+11
*
[SCEV] Be more aggressive in proving NUW
Sanjoy Das
2016-05-17
1
-7
/
+20
*
[BasicAA] Update comments based on feedback from hfinkel. NFCI.
Geoff Berry
2016-05-16
1
-1
/
+4
*
[LAA] Rename forwarding conflict detection option (NFC)
Matthew Simpson
2016-05-16
1
-6
/
+6
[next]