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
*
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
*
Move PathV2.h to Path.h
Rafael Espindola
2013-06-11
1
-1
/
+1
*
Change how globalopt handles aliases in llvm.used.
Rafael Espindola
2013-06-11
1
-100
/
+156
*
Make DeadArgumentElimination more conservative on variadic functions
Tim Northover
2013-06-09
1
-5
/
+17
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-4
/
+8
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-2
/
+4
*
[objc-arc] Ensure that the cfg path count does not overflow when we multiply ...
Michael Gottesman
2013-06-07
1
-10
/
+38
*
Simplify code. No functionality change.
Jakub Staszak
2013-06-06
1
-2
/
+1
*
Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...
Nadav Rotem
2013-06-06
1
-1
/
+7
*
Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues.
Jakub Staszak
2013-06-06
1
-68
/
+55
*
Revert "Use IRBuilder instead of ConstantInt methods. It simplifies code a li...
Rafael Espindola
2013-06-06
1
-56
/
+70
*
Remove unneeded cast<>.
Jakub Staszak
2013-06-06
1
-2
/
+2
*
Use IRBuilder instead of ConstantInt methods.
Jakub Staszak
2013-06-06
1
-27
/
+17
*
Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit.
Jakub Staszak
2013-06-05
1
-70
/
+56
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-1
/
+1
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-4
/
+9
[next]