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
...
*
[VectorUtils] API for VFShape, update VFInfo.
Francesco Petrogalli
2019-12-04
2
-2
/
+46
*
[LVI] Restructure caching
Nikita Popov
2019-12-04
1
-96
/
+47
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
2
-5
/
+6
*
[DDG] Data Dependence Graph - Topological Sort (Memory Leak Fix)
Bardia Mahjour
2019-12-03
2
-5
/
+45
*
Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...
Taewook Oh
2019-12-02
1
-57
/
+75
*
[SCEV] Make SCEV verification available from command line with new PM
Daniil Suchkov
2019-12-02
1
-0
/
+6
*
[IVDescriptors] Skip FOR where we have multiple sink points for now.
Florian Hahn
2019-11-28
1
-0
/
+7
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-28
1
-85
/
+85
*
Revert b19ec1eb3d0c
taewookoh
2019-11-27
1
-75
/
+57
*
[BPI] Improve unreachable/ColdCall heurstics to handle loops.
Taewook Oh
2019-11-27
1
-57
/
+75
*
[InstSimplify] fold copysign with same args to the arg
Sanjay Patel
2019-11-26
1
-0
/
+5
*
[MemorySSA] Combine verifications.
Alina Sbirlea
2019-11-25
1
-61
/
+40
*
Revert "[DDG] Data Dependence Graph - Topological Sort"
Bardia Mahjour
2019-11-25
2
-32
/
+5
*
[DDG] Data Dependence Graph - Topological Sort
bmahjour
2019-11-25
2
-5
/
+32
*
Recommit f0c2a5a "[LV] Generalize conditions for sinking instrs for first ord...
Florian Hahn
2019-11-24
1
-14
/
+30
*
Revert "[InlineCost] Fix infinite loop in indirect call evaluation"
Ehud Katz
2019-11-23
1
-91
/
+84
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-23
1
-84
/
+91
*
[PhiValues] Remove redundant map searches
Ehud Katz
2019-11-23
1
-24
/
+38
*
[CodeMoverUtils] Added an API to check if an instruction can be safely
Tsang Whitney W.H
2019-11-22
1
-0
/
+23
*
Slightly speculative buildbot fix for issue reported in 8293f74 commit thread
Philip Reames
2019-11-22
1
-1
/
+4
*
Further cleanup manipulation of widenable branches [NFC]
Philip Reames
2019-11-21
1
-18
/
+46
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Broaden the definition of a "widenable branch"
Philip Reames
2019-11-21
1
-10
/
+24
*
[SCEV] Add a mode to skip classification when printing analysis
Philip Reames
2019-11-21
1
-55
/
+63
*
[SCEV] Be robust against IR generated by simple-loop-unswitch
Philip Reames
2019-11-21
1
-0
/
+10
*
Revert "[DependenceAnalysis] Dependecies for loads marked with "ivnariant.loa...
Benjamin Kramer
2019-11-21
1
-19
/
+6
*
[MemorySSA] Moving at the end often means before terminator.
Alina Sbirlea
2019-11-20
2
-2
/
+9
*
[NFC] Factor out utilities for manipulating widenable branches
Philip Reames
2019-11-19
1
-0
/
+7
*
[ValueTracking] Add a basic version of isKnownNonInfinity and use it to detec...
Benjamin Kramer
2019-11-19
1
-4
/
+69
*
[DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" shoul...
Evgeniy Brevnov
2019-11-19
1
-6
/
+19
*
[LoopCacheAnalysis]: Fix assertion failure during cost computation
Rachel Craik
2019-11-15
1
-0
/
+3
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
2
-0
/
+19
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
11
-1
/
+12
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
50
-10
/
+107
*
Revert 57dd4b0 "[ValueTracking] Allow context-sensitive nullness check for no...
Hans Wennborg
2019-11-13
2
-12
/
+7
*
[VFABI] Add LLVM internal mangling for vector functions.
Francesco Petrogalli
2019-11-13
1
-9
/
+20
*
Temporarily Revert "Reapply [LVI] Normalize pointer behavior" as it's broken ...
Eric Christopher
2019-11-12
1
-97
/
+89
*
[GlobalsAA] Restrict ModRef result if any internal method has its address taken.
Alina Sbirlea
2019-11-12
1
-6
/
+13
*
[InstCombine] Skip scalable vectors in combineLoadToOperationType
Diana Picus
2019-11-12
1
-4
/
+3
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
2
-2
/
+22
*
Add InstCombine/InstructionSimplify support for Freeze Instruction
aqjune
2019-11-12
2
-0
/
+30
*
Fix -Wparentheses warning. NFCI.
Simon Pilgrim
2019-11-11
1
-1
/
+2
*
[NFC]: Fix PVS Studio warning in LoopNestAnalysis
Tsang Whitney W.H
2019-11-10
1
-3
/
+3
*
ThinLTO : Import always_inline functions irrespective of the threshold
Teresa Johnson
2019-11-08
1
-2
/
+4
*
[DDG] Data Dependence Graph - Pi Block
bmahjour
2019-11-08
2
-11
/
+207
*
Reapply [LVI] Normalize pointer behavior
Nikita Popov
2019-11-08
1
-89
/
+97
*
Revert "[LVI] Normalize pointer behavior"
Nikita Popov
2019-11-08
1
-94
/
+89
*
[LVI] Normalize pointer behavior
Nikita Popov
2019-11-08
1
-89
/
+94
*
Revert f0c2a5a "[LV] Generalize conditions for sinking instrs for first order...
Hans Wennborg
2019-11-07
1
-26
/
+14
*
[WC] Fix a subtle bug in our definition of widenable branch
Philip Reames
2019-11-06
1
-0
/
+5
[prev]
[next]