index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
Fix a typo in the code that collected the costs recursively.
Nadav Rotem
2013-06-25
1
-1
/
+1
*
Rename the variable to fix a warning. Thanks Andy Gibbs.
Nadav Rotem
2013-06-24
1
-2
/
+2
*
Reapply 184685 after the SetVector iteration order fix.
Arnold Schwaighofer
2013-06-24
1
-232
/
+104
*
LoopVectorize: Use SetVector for the access set
Arnold Schwaighofer
2013-06-24
1
-1
/
+2
*
Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
2013-06-24
1
-16
/
+66
*
Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
2013-06-24
1
-104
/
+232
*
LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
2013-06-24
1
-232
/
+104
*
LoopVectorize: Add utility class for checking dependency among accesses
Arnold Schwaighofer
2013-06-24
1
-0
/
+379
*
LoopVectorize: Add utility class for building sets of dependent accesses
Arnold Schwaighofer
2013-06-24
1
-0
/
+247
*
SLP Vectorizer: Add support for vectorizing parts of the tree.
Nadav Rotem
2013-06-24
1
-5
/
+25
*
SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...
Nadav Rotem
2013-06-23
1
-4
/
+10
*
SLP Vectorizer: Erase instructions outside the vectorizeTree method.
Nadav Rotem
2013-06-23
1
-3
/
+11
*
SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
Nadav Rotem
2013-06-23
1
-24
/
+45
*
SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
2013-06-22
4
-1355
/
+1160
*
Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...
Benjamin Kramer
2013-06-22
1
-46
/
+32
*
FunctionAttrs: Merge attributes once instead of doing it for every argument.
Benjamin Kramer
2013-06-22
1
-32
/
+46
*
[objc-arc-opts] Make IsTrackingImpreciseReleases a const method.
Michael Gottesman
2013-06-21
1
-1
/
+1
*
[objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...
Michael Gottesman
2013-06-21
1
-5
/
+7
*
[objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...
Michael Gottesman
2013-06-21
1
-12
/
+28
*
[objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...
Michael Gottesman
2013-06-21
1
-4
/
+5
*
[objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...
Michael Gottesman
2013-06-21
1
-6
/
+15
*
[objcarcopts] Some more minor code cleanups/comment additions.
Michael Gottesman
2013-06-21
1
-1
/
+5
*
[objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...
Michael Gottesman
2013-06-21
1
-17
/
+28
*
SLP Vectorizer: do not search for store-chains that are wider than the vector...
Nadav Rotem
2013-06-21
1
-2
/
+4
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
5
-255
/
+52
*
Clang-format the SLP vectorizer. No functionality change.
Nadav Rotem
2013-06-20
3
-202
/
+259
*
SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
2013-06-20
3
-13
/
+80
*
Change the debug type to match the debug type that is used by vecutils.cpp.
Nadav Rotem
2013-06-20
1
-1
/
+1
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
2
-10
/
+10
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
3
-22
/
+22
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
3
-0
/
+881
*
LSR: Fix the parameters used to compute the scaling factor cost.
Quentin Colombet
2013-06-19
1
-5
/
+13
*
SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...
Nadav Rotem
2013-06-19
1
-0
/
+44
*
SLPVectorizer: start constructing chains at stores that are not power of two.
Nadav Rotem
2013-06-19
1
-3
/
+17
*
SLPVectorizer: vectorize compares and selects.
Nadav Rotem
2013-06-19
1
-3
/
+75
*
Document the return value and fix a typo.
Nadav Rotem
2013-06-19
1
-1
/
+2
*
Scan the successor blocks and use the PHI nodes as a hint for possible chain ...
Nadav Rotem
2013-06-18
1
-6
/
+40
*
Add a return value to make this function more useful.
Nadav Rotem
2013-06-18
2
-2
/
+4
*
Fix nondeterminism in .gcno file generation.
Nick Lewycky
2013-06-18
1
-9
/
+25
*
Fix for a regression caused by the LoopVectorizer when
Pekka Jaaskelainen
2013-06-17
1
-3
/
+3
*
Disable vectorization for -Oz.
Nadav Rotem
2013-06-17
1
-1
/
+1
*
Enable the loop vectorizer by default for -Os and -O2.
Nadav Rotem
2013-06-17
1
-7
/
+1
*
Use 0 instead of NULL.
Jakub Staszak
2013-06-15
1
-5
/
+5
*
PruneEH: Only merge attribute sets when used. No functionality change.
Benjamin Kramer
2013-06-15
1
-7
/
+5
*
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
2013-06-13
1
-2
/
+9
*
Always remove an alias when we rename the target.
Rafael Espindola
2013-06-12
1
-3
/
+1
[next]