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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
47
-498
/
+496
*
Remove unused function attribute params.
Sanjay Patel
2014-10-02
1
-2
/
+2
*
Optimize square root squared (PR21126).
Sanjay Patel
2014-10-02
1
-0
/
+29
*
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
2014-10-02
1
-2
/
+6
*
Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
2014-10-01
1
-0
/
+9
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
26
-119
/
+119
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
26
-119
/
+119
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
26
-119
/
+119
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
2
-128
/
+1
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
2
-1
/
+128
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-0
/
+28
*
[IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
2014-09-30
1
-0
/
+28
*
[AArch64] Improve cost model to handle sdiv by a pow-of-two.
Chad Rosier
2014-09-29
1
-0
/
+42
*
Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
2014-09-29
4
-19
/
+22
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-0
/
+26
*
Ignore annotation function calls in cost computation
David Peixotto
2014-09-26
1
-0
/
+133
*
Fix assertion in LICM doFinalization()
David Peixotto
2014-09-24
1
-0
/
+30
*
GlobalOpt: Preserve comdats of unoptimized initializers
Reid Kleckner
2014-09-23
1
-0
/
+37
*
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
2014-09-17
1
-28
/
+0
*
[IndVarSimplify] Widen loop compare instructions.
Chad Rosier
2014-09-17
3
-5
/
+172
*
[InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...
Andrea Di Biagio
2014-09-17
1
-0
/
+15
*
InstSimplify: Don't allow (x srem y) urem y -> x srem y
David Majnemer
2014-09-17
1
-2
/
+21
*
InstSimplify: ((X % Y) % Y) -> (X % Y)
David Majnemer
2014-09-17
1
-0
/
+9
*
[InstCombine] Remove redundant test case.
Tilmann Scheller
2014-09-16
1
-16
/
+6
*
InstSimplify: Simplify trivial and/or of icmps
David Majnemer
2014-09-15
1
-0
/
+120
*
FileCheckize. NFC.
Chad Rosier
2014-09-12
1
-21
/
+25
*
[AlignmentFromAssumptions] Don't crash just because the target is 32-bit
Hal Finkel
2014-09-11
1
-0
/
+215
*
[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment
Hal Finkel
2014-09-10
1
-0
/
+154
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
83
-92
/
+92
*
Add a test for hoisting instructions with metadata out of then/else blocks
Bjorn Steinbrink
2014-09-09
1
-0
/
+20
*
Check for all known bits on ret in InstCombine
Hal Finkel
2014-09-07
1
-0
/
+12
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-0
/
+68
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+215
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+174
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
2
-0
/
+183
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
2
-0
/
+76
*
InstCombine: Remove a special case pattern
David Majnemer
2014-09-05
1
-6
/
+21
*
IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
2014-09-03
5
-13
/
+240
*
Use target-dependent emitLeading/TrailingFence instead of the target-independ...
Robin Morisset
2014-09-03
2
-43
/
+44
*
Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802).
Sanjay Patel
2014-09-03
12
-24
/
+374
*
Generate extract for in-tree uses if the use is scalar operand in vectorized ...
Yi Jiang
2014-09-02
1
-0
/
+70
*
Fix crash when looking up the addrspace of GEPs with vector types
Matt Arsenault
2014-09-02
1
-0
/
+12
*
Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
2014-09-02
1
-119
/
+0
*
[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
2014-09-02
1
-0
/
+119
*
LICM: Don't crash when an instruction is used by an unreachable BB
David Majnemer
2014-09-02
1
-0
/
+22
*
SROA: Don't insert instructions before a PHI
David Majnemer
2014-09-01
1
-0
/
+34
*
Revert "Revert two GEP-related InstCombine commits"
David Majnemer
2014-09-01
1
-0
/
+73
*
Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
2014-09-01
1
-0
/
+24
*
Fix a really bad miscompile introduced in r216865 - the else-if logic
Chandler Carruth
2014-09-01
1
-9
/
+36
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-09-01
1
-0
/
+30
[next]