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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate existing utilities for interpreting vector predicate maskes [NFC]
Philip Reames
2019-04-25
1
-31
/
+1
*
Fix unused variable warning in LoopFusion pass.
Kit Barton
2019-04-25
1
-7
/
+5
*
[InstCombine] Be consistent w/handling of masked intrinsics style wise [NFC]
Philip Reames
2019-04-25
2
-5
/
+6
*
[SLP] Fix crash after r358519, by V. Porpodas.
Alexey Bataev
2019-04-24
1
-1
/
+2
*
[InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...
Simon Pilgrim
2019-04-24
1
-51
/
+45
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
3
-15
/
+15
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
3
-20
/
+20
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
1
-2
/
+10
*
[MemorySSA] LCSSA preserves MemorySSA.
Alina Sbirlea
2019-04-23
1
-1
/
+4
*
[ObjC][ARC] Check the basic block size before calling
Akira Hatanaka
2019-04-23
1
-1
/
+34
*
[InstCombine] Convert a masked.load of a dereferenceable address to an uncond...
Philip Reames
2019-04-23
1
-4
/
+14
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
14
-45
/
+35
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
4
-13
/
+16
*
[LSR] Limit the recursion for setup cost
David Green
2019-04-23
1
-11
/
+14
*
[InstCombine] Eliminate stores to constant memory
Philip Reames
2019-04-22
2
-0
/
+24
*
[InstSimplify] Move masked.gather w/no active lanes handling to InstSimplify ...
Philip Reames
2019-04-22
1
-5
/
+0
*
[IPSCCP] Add missing `AssumptionCacheTracker` dependency
Justin Bogner
2019-04-22
1
-0
/
+1
*
[LPM/BPI] Preserve BPI through trivial loop pass pipeline (e.g. LCSSA, LoopSi...
Philip Reames
2019-04-22
2
-0
/
+13
*
Revert "[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC"
Nikita Popov
2019-04-22
1
-3
/
+3
*
[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC
Nikita Popov
2019-04-22
1
-3
/
+3
*
[CorrelatedValuePropagation] Mark subs that we know not to wrap with nuw/nsw.
Luqman Aden
2019-04-20
1
-25
/
+26
*
[GVN+LICM] Use line 0 locations for better crash attribution
Vedant Kumar
2019-04-19
2
-10
/
+8
*
Remove the EnableEarlyCSEMemSSA set of options from the legacy
Eric Christopher
2019-04-19
1
-5
/
+1
*
[LICM & MemorySSA] Make limit flags pass tuning options.
Alina Sbirlea
2019-04-19
3
-40
/
+55
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
2
-5
/
+14
*
[MergeFunc] Delete unused FunctionNode::release()
Fangrui Song
2019-04-19
1
-2
/
+0
*
[MergeFunc] removeUsers: call remove() only on direct users
Fangrui Song
2019-04-19
1
-21
/
+3
*
[CallSite removal] Move the legacy PM, call graph, and some inliner
Chandler Carruth
2019-04-19
5
-17
/
+19
*
[MergeFunc] Use less_first() as the comparator of Schwartzian transform
Fangrui Song
2019-04-19
1
-6
/
+1
*
MergeFunc: preserve COMDAT information when creating a thunk
Saleem Abdulrasool
2019-04-19
1
-0
/
+1
*
[LoopUnroll] Move list of params into a struct [NFCI].
Alina Sbirlea
2019-04-18
3
-66
/
+70
*
[GuardWidening] Wire up a NPM version of the LoopGuardWidening pass
Philip Reames
2019-04-18
1
-0
/
+25
*
[BlockExtractor] Extend the file format to support the grouping of basic blocks
Quentin Colombet
2019-04-18
1
-28
/
+57
*
[LoopPred] Fix a blatantly obvious bug in r358684
Philip Reames
2019-04-18
1
-1
/
+1
*
[LoopPredication] Allow predication of loop invariant computations (within th...
Philip Reames
2019-04-18
1
-15
/
+80
*
Elaborate why we have an option on by default for enabling chr.
Eric Christopher
2019-04-18
1
-0
/
+2
*
Fix bad compare function over FusionCandidate.
Richard Trieu
2019-04-18
1
-6
/
+8
*
Fix formatting. NFC
Akira Hatanaka
2019-04-17
1
-90
/
+88
*
Test commit by Denis Bakhvalov
Denis Bakhvalov
2019-04-17
1
-1
/
+1
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
3
-0
/
+1217
*
[InstCombine] Factor out unreachable inst idiom creation [NFC]
Philip Reames
2019-04-17
3
-13
/
+15
*
[LoopUnroll] Allow unrolling if the unrolled size does not exceed loop size.
Florian Hahn
2019-04-17
1
-2
/
+13
*
[CVP] processOverflowIntrinsic(): don't crash if constant-holding happened
Roman Lebedev
2019-04-17
1
-4
/
+7
*
Revert "Add basic loop fusion pass." Per request.
Eric Christopher
2019-04-17
3
-1214
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
3
-0
/
+1214
*
Remove the run-slp-after-loop-vectorization option.
Eric Christopher
2019-04-17
1
-12
/
+3
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
3
-1214
/
+0
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
3
-0
/
+1214
*
Fix a typo in comments. [NFC]
Ali Tamur
2019-04-16
1
-1
/
+1
*
[EarlyCSE] detect equivalence of selects with inverse conditions and commuted...
Sanjay Patel
2019-04-16
1
-2
/
+59
[next]