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
...
*
[LoopInfo] Faster implementation of setLoopID. NFC.
Keno Fischer
2019-05-01
1
-10
/
+4
*
[MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Alina Sbirlea
2019-04-30
1
-0
/
+9
*
[AliasAnalysis/NewPassManager] Invalidate AAManager less often.
Alina Sbirlea
2019-04-30
1
-4
/
+8
*
[NFC][InlineCost] cleanup - comments, overflow handling.
Fedor Sergeev
2019-04-30
1
-52
/
+61
*
Revert rL359519 : [MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Simon Pilgrim
2019-04-30
1
-9
/
+0
*
[ARM] Implement TTI::getMemcpyCost
Sjoerd Meijer
2019-04-30
1
-0
/
+6
*
[MemorySSA] Invalidate MemorySSA if AA or DT are invalidated.
Alina Sbirlea
2019-04-29
1
-0
/
+9
*
[ConstantRange] Add makeExactNoWrapRegion()
Nikita Popov
2019-04-28
1
-2
/
+2
*
Consolidate existing utilities for interpreting vector predicate maskes [NFC]
Philip Reames
2019-04-25
2
-16
/
+46
*
Add optional arg to profile count getters to filter
Xinliang David Li
2019-04-24
3
-8
/
+13
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
4
-18
/
+19
*
Revert [AliasAnalysis] AAResults preserves AAManager.
Alina Sbirlea
2019-04-24
1
-4
/
+6
*
[Lint] Permit aliasing noalias readonly arguments
Josh Stone
2019-04-23
1
-2
/
+6
*
[MemorySSA] LCSSA preserves MemorySSA.
Alina Sbirlea
2019-04-23
2
-5
/
+5
*
[AliasAnalysis] AAResults preserves AAManager.
Alina Sbirlea
2019-04-23
1
-6
/
+4
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
3
-11
/
+9
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
1
-99
/
+94
*
[InstSimplify] Move masked.gather w/no active lanes handling to InstSimplify ...
Philip Reames
2019-04-22
1
-1
/
+2
*
Revert "[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC"
Nikita Popov
2019-04-22
2
-5
/
+5
*
[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC
Nikita Popov
2019-04-22
2
-5
/
+5
*
[ConstantRange] Add getNonEmpty() constructor
Nikita Popov
2019-04-21
2
-7
/
+2
*
[CallSite removal] Move the legacy PM, call graph, and some inliner
Chandler Carruth
2019-04-19
2
-44
/
+43
*
[SDA] Bug fix: Use IPD outside the loop as divergence bound
Nicolai Haehnle
2019-04-18
1
-9
/
+19
*
Fix a bug in SCEV's isSafeToExpand around speculation safety
Philip Reames
2019-04-18
1
-1
/
+19
*
[LVI][CVP] Constrain values in with.overflow branches
Nikita Popov
2019-04-17
1
-0
/
+27
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
2
-57
/
+15
*
[MemorySSA] Add previous def to cache when found, even if trivial.
Alina Sbirlea
2019-04-12
1
-1
/
+3
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-0
/
+22
*
[MemorySSA] Small fix for the clobber limit.
Alina Sbirlea
2019-04-12
1
-4
/
+12
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-7
/
+6
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-6
/
+7
*
[ValueTracking] Change if-else chain into switch in computeKnownBitsFromAssume
Sander de Smalen
2019-04-11
1
-8
/
+18
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-7
/
+6
*
Fix a hang when lowering __builtin_dynamic_object_size
Erik Pilkington
2019-04-10
1
-4
/
+18
*
Improve compile-time performance in computeKnownBitsFromAssume.
Sander de Smalen
2019-04-10
1
-217
/
+214
*
[ValueTracking] Use computeConstantRange() for signed sub overflow determination
Nikita Popov
2019-04-09
1
-6
/
+4
*
[ValueTracking] Use computeConstantRange() in signed add overflow determination
Nikita Popov
2019-04-09
1
-8
/
+6
*
NFC: Refactor library-specific mappings of scalar maths functions to their ve...
Nemanja Ivanovic
2019-04-09
1
-139
/
+4
*
[ValueTracking] Use ConstantRange methods; NFC
Nikita Popov
2019-04-09
1
-3
/
+3
*
[ValueTracking] Explicitly specify intersection type; NFC
Nikita Popov
2019-04-09
1
-2
/
+5
*
Reapply [ValueTracking] Support min/max selects in computeConstantRange()
Nikita Popov
2019-04-07
1
-1
/
+22
*
[LCG] Add aliased functions as LCG roots
Guozhi Wei
2019-04-05
1
-0
/
+13
*
An unreachable block may have a route to a reachable block, don't fast-path r...
Nick Lewycky
2019-04-04
1
-2
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
4
-10
/
+10
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
4
-5
/
+5
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
1
-2
/
+13
*
InstSimplify: Fold round intrinsics from sitofp/uitofp
Matt Arsenault
2019-04-03
1
-0
/
+16
*
[WideableCond] Fix a nasty bug in detection of "explicit guards"
Philip Reames
2019-04-02
1
-2
/
+7
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
3
-25
/
+54
*
Not all blocks are reachable from entry. Don't assume they are.
Nick Lewycky
2019-04-01
1
-4
/
+11
[prev]
[next]