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
...
*
[SROA] Switch a couple of overly complex iterator accessors to just be
Chandler Carruth
2014-10-16
1
-26
/
+10
*
[SROA] Start more deeply moving SROA to use ranges rather than just
Chandler Carruth
2014-10-16
1
-45
/
+42
*
Allow call-slop optzn for destinations with a suitable dereferenceable attribute
Bjorn Steinbrink
2014-10-16
1
-14
/
+16
*
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
Sanjay Patel
2014-10-16
1
-1
/
+87
*
Reapply r219832 - InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-16
1
-0
/
+31
*
TRE: make TRE a bit more aggressive
Saleem Abdulrasool
2014-10-16
1
-8
/
+2
*
Revert r219832.
Akira Hatanaka
2014-10-16
1
-31
/
+0
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
1
-0
/
+45
*
Fixing the build failure due to compiler warnings and unnecessary disambiguat...
Chris Bieneman
2014-10-15
1
-3
/
+2
*
Defining a new API for debug options that doesn't rely on static global cl::o...
Chris Bieneman
2014-10-15
1
-9
/
+17
*
InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-15
1
-0
/
+31
*
[SLPVectorize] Basic ephemeral-value awareness
Hal Finkel
2014-10-15
1
-3
/
+30
*
No need to cache this unused variable.
Eric Christopher
2014-10-14
1
-3
/
+1
*
[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
Hal Finkel
2014-10-14
1
-3
/
+32
*
Optimize away fabs() calls when input is squared (known positive).
Sanjay Patel
2014-10-14
1
-1
/
+30
*
InstCombine: Don't miscompile X % ((Pow2 << A) >>u B)
David Majnemer
2014-10-14
1
-7
/
+4
*
Switch to select optimization for two-case switches
Marcello Maggioni
2014-10-14
1
-0
/
+170
*
fix formatting; NFC
Sanjay Patel
2014-10-14
1
-33
/
+25
*
Add some optional passes around the vectorizer to both better prepare
Chandler Carruth
2014-10-14
1
-1
/
+32
*
InstCombine: Fix miscompile in X % -Y -> X % Y transform
David Majnemer
2014-10-13
1
-6
/
+6
*
InstCombine: Don't miscompile (x lshr C1) udiv C2
David Majnemer
2014-10-13
1
-4
/
+10
*
Revert r219223, it creates invalid PHI nodes.
Joerg Sonnenberger
2014-10-12
1
-170
/
+0
*
InstCombine: Turn (x != 0 & x <u C) into the canonical range check form (x-1 ...
Benjamin Kramer
2014-10-12
1
-0
/
+2
*
InstCombine: Simplify commonIDivTransforms
David Majnemer
2014-10-12
1
-86
/
+76
*
InstCombine: Don't fold (X <<s log(INT_MIN)) /s INT_MIN to X
David Majnemer
2014-10-11
1
-1
/
+2
*
InstCombine, InstSimplify: (%X /s C1) /s C2 isn't always 0 when C1 * C2 overflow
David Majnemer
2014-10-11
1
-5
/
+4
*
InstCombine: mul to shl shouldn't preserve nsw
David Majnemer
2014-10-11
1
-2
/
+0
*
[SCEV] Fix one more caller blindly passing the latch to SCEV's
Chandler Carruth
2014-10-11
1
-2
/
+1
*
[SCEV] Add some asserts to the recently improved trip count computation
Chandler Carruth
2014-10-11
2
-10
/
+11
*
SimplifyCFG: Don't convert phis into selects if we could remove undef behavior
Arnold Schwaighofer
2014-10-10
1
-0
/
+13
*
[Reassociate] Don't canonicalize X - undef to X + (-undef).
Chad Rosier
2014-10-09
1
-0
/
+4
*
[InstCombine] Fix wrong folding of constant comparisons involving ashr and ne...
Andrea Di Biagio
2014-10-09
1
-1
/
+2
*
Use triple's isiOS() and isOSDarwin() methods.
Bob Wilson
2014-10-09
1
-1
/
+1
*
Inliner: Non-local functions in COMDATs shouldn't be dropped
David Majnemer
2014-10-08
1
-0
/
+7
*
Revert "[InstCombine] re-commit r218721 with fix for pr21199"
Justin Bogner
2014-10-08
3
-147
/
+8
*
Format spacing and remove extra lines to comply with standards. NFC.
Suyog Sarda
2014-10-08
1
-5
/
+6
*
GlobalOpt: Don't drop unused memberes of a Comdat
David Majnemer
2014-10-08
1
-8
/
+20
*
[InstCombine] re-commit r218721 with fix for pr21199
Gerolf Hoflehner
2014-10-08
3
-8
/
+147
*
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
Hans Wennborg
2014-10-08
3
-151
/
+8
*
DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain ...
David Blaikie
2014-10-07
1
-0
/
+10
*
LoopUnroll: Create sub-loops in LoopInfo
Duncan P. N. Exon Smith
2014-10-07
1
-1
/
+29
*
LoopUnroll: Only check for ScalarEvolution analysis once, NFC
Duncan P. N. Exon Smith
2014-10-07
1
-7
/
+4
*
Two case switch to select optimization
Marcello Maggioni
2014-10-07
1
-0
/
+170
*
DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...
David Blaikie
2014-10-07
2
-2
/
+10
*
Reformat if statement to comply with LLVM standards. NFC.
Suyog Sarda
2014-10-07
1
-2
/
+4
*
Reformat to comply with LLVM coding standards using clang-format.
Suyog Sarda
2014-10-07
1
-5
/
+4
*
[InstCombine] Reformat if statements to comply with LLVM Coding Standards.
Tilmann Scheller
2014-10-07
1
-2
/
+6
*
GlobalDCE: Don't drop any COMDAT members
David Majnemer
2014-10-07
1
-25
/
+14
*
[InstCombine] re-commit r218721 icmp-select-icmp optimization
Gerolf Hoflehner
2014-10-07
3
-8
/
+151
*
range-for some loops in DAE
David Blaikie
2014-10-06
1
-6
/
+3
[prev]
[next]