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
*
Revert r330431.
Michael Zolotukhin
2018-04-20
1
-30
/
+26
*
[NewGVN] Split OpPHI detection and creation.
Florian Hahn
2018-04-20
1
-103
/
+117
*
Revert "Revert r330403 and r330413."
Michael Zolotukhin
2018-04-20
2
-39
/
+42
*
Revert r330403 and r330413.
Ilya Biryukov
2018-04-20
2
-32
/
+29
*
[SSAUpdaterBulk] Use SmallVector instead of DenseMap for storing rewrites.
Michael Zolotukhin
2018-04-20
2
-16
/
+13
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-20
1
-16
/
+22
*
[SSAUpdaterBulk] Add an assert.
Michael Zolotukhin
2018-04-20
1
-0
/
+1
*
[SSAUpdaterBulk] Add * and & to auto.
Michael Zolotukhin
2018-04-20
1
-4
/
+4
*
[SSAUpdaterBulk] Use PredCache in ComputeLiveInBlocks.
Michael Zolotukhin
2018-04-20
1
-3
/
+4
*
[SSAUpdaterBulk] Use SmallVector instead of SmallPtrSet for uses.
Michael Zolotukhin
2018-04-20
1
-2
/
+5
*
LowerTypeTests: Propagate symver directives
Vlad Tsyrklevich
2018-04-20
2
-2
/
+39
*
Refine the loop rotation's API
Jin Lin
2018-04-19
2
-12
/
+21
*
[PM/LoopUnswitch] Detect irreducible control flow within loops and skip unswi...
Chandler Carruth
2018-04-19
1
-0
/
+13
*
[Reassociate] fix formatting; NFC
Sanjay Patel
2018-04-19
1
-4
/
+3
*
[NewGVN] Add ops as dependency if we cannot find a leader for ValueOp.
Florian Hahn
2018-04-19
1
-2
/
+11
*
[SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
Sanjay Patel
2018-04-18
2
-21
/
+46
*
[IRCE] Only check for NSW on equality predicates
Sam Parker
2018-04-18
1
-29
/
+14
*
[LoopUnroll] Only peel if a predicate becomes known in the loop body.
Florian Hahn
2018-04-18
1
-7
/
+25
*
[DebugInfo] Sink related dbg users when sinking in InstCombine
Bjorn Pettersson
2018-04-18
1
-1
/
+12
*
[InstCombine] peek through bitcasted vector/array pointer GEP operand
Sanjay Patel
2018-04-18
1
-5
/
+25
*
[Mem2Reg] Create merged debug locations for inserted phis
Vedant Kumar
2018-04-17
1
-6
/
+32
*
[Mem2Reg] Make RenamePassData a struct, NFC
Vedant Kumar
2018-04-17
1
-3
/
+2
*
LoadStoreVectorizer crashes due to unsized type
Stanislav Mekhanoshin
2018-04-17
1
-2
/
+4
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again."
Michael Zolotukhin
2018-04-17
1
-22
/
+15
*
[SSAUpdaterBulk] Add debug logging.
Michael Zolotukhin
2018-04-17
1
-12
/
+23
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again.
Michael Zolotukhin
2018-04-17
1
-15
/
+22
*
[SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractele...
Haicheng Wu
2018-04-16
1
-1
/
+17
*
[InstCombine] simplify code in SimplifyAssociativeOrCommutative; NFCI
Sanjay Patel
2018-04-16
1
-16
/
+11
*
[InstCombine] simplify getBinOpsForFactorization(); NFC
Sanjay Patel
2018-04-16
1
-25
/
+15
*
[InstCombine] simplify fneg+fadd folds; NFC
Sanjay Patel
2018-04-16
3
-26
/
+7
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2018-04-16
1
-4
/
+2
*
[InstCombine] Simplify 'xor' to 'or' if no common bits are set.
Roman Lebedev
2018-04-15
1
-0
/
+4
*
[NFC] ConstantOffsetExtractor::CanTraceInto(): add FIXME: no tests
Roman Lebedev
2018-04-15
1
-0
/
+2
*
[InstCombine] simplify more code for distributive property; NFCI
Sanjay Patel
2018-04-15
1
-38
/
+20
*
[InstCombine] simplify code for distributive property; NFCI
Sanjay Patel
2018-04-15
1
-19
/
+3
*
[InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMF
Warren Ristow
2018-04-14
1
-3
/
+4
*
[NFC] fix trivial typos in document and comments
Hiroshi Inoue
2018-04-14
2
-2
/
+2
*
[DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ...
Roman Tereshin
2018-04-13
1
-27
/
+16
*
[DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule
Roman Tereshin
2018-04-13
2
-1
/
+5
*
[LV] Introduce TTI::getMinimumVF
Krzysztof Parzyszek
2018-04-13
1
-0
/
+7
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
23
-84
/
+89
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
2
-15
/
+29
*
[InstCombine]: foldSelectICmpAndAnd(): and is commutative
Roman Lebedev
2018-04-13
1
-24
/
+20
*
[X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.
Craig Topper
2018-04-13
2
-98
/
+0
*
[CallSiteSplit] Fix comment. NFC
Xin Tong
2018-04-13
1
-1
/
+1
*
Don't call skipModule for CFI lowering passes.
Eli Friedman
2018-04-12
2
-5
/
+0
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time."
Benjamin Kramer
2018-04-12
1
-18
/
+13
*
[IRCE] isKnownNonNegative helper function
Sam Parker
2018-04-12
1
-2
/
+9
*
[NFC] fix trivial typos in documents and comments
Hiroshi Inoue
2018-04-12
1
-1
/
+1
*
[DeadArgElim] Remove allocsize attributes on callsites
George Burgess IV
2018-04-12
1
-1
/
+7
[next]