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
*
This reverts commit r201625 and r201624.
Rafael Espindola
2014-02-19
1
-5
/
+11
*
X86 CodeGenPrep: sink shufflevectors before shifts
Tim Northover
2014-02-19
1
-0
/
+72
*
Now that llvm always does the right thing with private, use it.
Rafael Espindola
2014-02-19
1
-11
/
+5
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-9
/
+9
*
GlobalMerge: move "-global-merge" option to the pass itself.
Tim Northover
2014-02-18
1
-0
/
+8
*
fix for null VectorizedValue assertion in the SLP Vectorizer (in function vec...
Gerolf Hoflehner
2014-02-17
1
-2
/
+4
*
fixed typo in comment as my test commit
Gerolf Hoflehner
2014-02-16
1
-1
/
+1
*
[CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the
Quentin Colombet
2014-02-14
1
-3
/
+33
*
Trivial cleanup: reuse existing variable.
Rafael Espindola
2014-02-14
1
-2
/
+1
*
Do more addrspacecast transforms that happen for bitcast.
Matt Arsenault
2014-02-14
1
-6
/
+12
*
InstCombine: Replace custom constant folding code with ConstantExpr.
Benjamin Kramer
2014-02-13
1
-26
/
+11
*
Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...
Benjamin Kramer
2014-02-13
2
-22
/
+9
*
GlobalOpt: Aliases don't have sections, don't copy them when replacing
Reid Kleckner
2014-02-13
1
-1
/
+2
*
Remove a very old instcombine where we would turn sequences of selects into
Owen Anderson
2014-02-12
1
-25
/
+0
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
3
-7
/
+81
*
InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/UL...
Benjamin Kramer
2014-02-11
1
-23
/
+38
*
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
Chandler Carruth
2014-02-11
1
-152
/
+90
*
[CodeGenPrepare] Undo changes that happened for the profitability check.
Quentin Colombet
2014-02-11
1
-0
/
+7
*
[LPM] A terribly simple fix to a terribly complex bug: PR18773.
Chandler Carruth
2014-02-10
1
-0
/
+2
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-2
/
+1
*
[asan] support for FreeBSD, LLVM part. patch by Viktor Kutuzov
Kostya Serebryany
2014-02-10
1
-2
/
+7
*
LoopVectorizer: Keep track of conditional store basic blocks
Arnold Schwaighofer
2014-02-08
1
-0
/
+4
*
[Constant Hoisting] Fix insertion point for constant materialization.
Juergen Ributzka
2014-02-08
1
-18
/
+21
*
[Constant Hoisting] Don't update the use list while traversing it - DOH!
Juergen Ributzka
2014-02-08
1
-5
/
+16
*
[CodeGenPrepare] Move away sign extensions that get in the way of addressing
Quentin Colombet
2014-02-06
1
-14
/
+808
*
A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
Nick Lewycky
2014-02-06
1
-1
/
+11
*
Set default of inlinecold-threshold to 225.
Manman Ren
2014-02-06
1
-1
/
+4
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
29
-0
/
+89
*
Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
2014-02-05
1
-0
/
+11
*
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
Benjamin Kramer
2014-02-04
1
-29
/
+29
*
cleanup: scc_iterator consumers should use isAtEnd
Duncan P. N. Exon Smith
2014-02-04
2
-5
/
+3
*
OS X: the correct function is __sincospif_stret, not __sincospi_stretf
Tim Northover
2014-02-04
1
-2
/
+2
*
Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
2014-02-04
1
-3
/
+4
*
Self-memcpy-elision and memcpy of constant byte to memset transforms don't ca...
Nick Lewycky
2014-02-04
1
-4
/
+7
*
inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
2014-02-03
1
-0
/
+7
*
Lower llvm.expect intrinsic correctly for i1
Duncan P. N. Exon Smith
2014-02-02
1
-5
/
+18
*
LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
2014-02-02
1
-3
/
+3
*
[LPM] Apply a really big hammer to fix PR18688 by recursively reforming
Chandler Carruth
2014-02-01
1
-5
/
+18
*
Remove some unused #includes
Eli Bendersky
2014-02-01
1
-2
/
+0
*
Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Reid Kleckner
2014-02-01
1
-86
/
+3
*
[SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Chandler Carruth
2014-01-31
1
-3
/
+86
*
[vectorizer] Tweak the way we do small loop runtime unrolling in the
Chandler Carruth
2014-01-31
1
-15
/
+22
*
Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>
Bob Wilson
2014-01-31
1
-1
/
+8
*
[LPM] Fix PR18643, another scary place where loop transforms failed to
Chandler Carruth
2014-01-29
2
-49
/
+48
*
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
Chandler Carruth
2014-01-29
1
-7
/
+23
*
LoopVectorizer: Don't count the induction variable multiple times
Arnold Schwaighofer
2014-01-29
1
-0
/
+9
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+8
*
[vectorizer] Completely disable the block frequency guidance of the loop
Chandler Carruth
2014-01-28
1
-3
/
+13
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
8
-15
/
+32
*
[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
2014-01-28
2
-16
/
+19
[next]