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
*
[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
*
[CVP] Simplify umulo and smulo that cannot overflow
Nikita Popov
2019-04-16
1
-6
/
+1
*
[SLP] Refactoring of the operand reordering code.
Simon Pilgrim
2019-04-16
1
-171
/
+463
*
[InstCombine] Prune fshl/fshr with masked operands
Nikita Popov
2019-04-16
1
-0
/
+4
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
4
-161
/
+68
*
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...
Hans Wennborg
2019-04-16
1
-14
/
+15
*
Asan use-after-scope: don't poison allocas if there were untraced lifetime in...
Hans Wennborg
2019-04-16
1
-1
/
+14
*
[CodeExtractor] Add a few debug lines to understand why a region is not extra...
Quentin Colombet
2019-04-16
1
-3
/
+8
*
[LSR] Rewrite misses some fixup locations if it splits critical edge
Quentin Colombet
2019-04-15
1
-1
/
+42
*
[LoopPred] Stop passing around builders [NFC]
Philip Reames
2019-04-15
1
-31
/
+49
*
[DEBUGINFO] Prevent Instcombine from dropping debuginfo when removing zexts
Wolfgang Pieb
2019-04-15
1
-5
/
+4
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
11
-38
/
+169
*
[LoopPred] Hoist and of predicated checks where legal
Philip Reames
2019-04-15
1
-2
/
+16
*
[InstCombine] canonicalize fdiv after fmul if reassociation is allowed
Sanjay Patel
2019-04-15
1
-0
/
+8
*
[Transforms][ASan] Move findAllocaForValue() to Utils/Local.cpp. NFC
Alexander Potapenko
2019-04-15
2
-39
/
+41
*
[Mem2Reg] Delete unused PointerAllocaValues
Fangrui Song
2019-04-14
1
-5
/
+0
*
[Mem2Reg] Simplify and micro optimize
Fangrui Song
2019-04-14
1
-13
/
+9
*
[Mem2Reg] Don't call LBI.deleteValue on AllocInst/DbgVariableIntrinsic
Fangrui Song
2019-04-14
1
-6
/
+1
*
[Mem2Reg] Simplify rewriteSingleStoreAlloca
Fangrui Song
2019-04-14
1
-5
/
+2
*
[InstCombine] Remove redundant/bogus mul_with_overflow combines
Nikita Popov
2019-04-13
1
-8
/
+0
*
[Mem2Reg] Delete unused AllocaPointerVal
Fangrui Song
2019-04-13
1
-4
/
+0
[next]