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
*
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
*
Typo: s/caes/cases/ in SimplifyCFG
Hans Wennborg
2013-06-04
1
-1
/
+1
*
Delete dead safety check.
Nick Lewycky
2013-06-03
1
-6
/
+1
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-2
/
+19
*
SimplifyCFG: Small cleanup, use ICmpInst::isEquality()
David Majnemer
2013-06-03
1
-3
/
+1
*
[asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan Y
Kostya Serebryany
2013-06-03
1
-1
/
+10
*
When determining the new index for an insertelement, we may not assume that an
Nick Lewycky
2013-06-01
1
-7
/
+9
*
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Majnemer
2013-06-01
1
-1
/
+1
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-13
/
+2
*
LoopVectorize: Change API call to get the backedge taken count
Arnold Schwaighofer
2013-05-31
1
-3
/
+3
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-3
/
+43
*
LoopVectorize: PHIs with only outside users should prevent vectorization
Arnold Schwaighofer
2013-05-31
1
-13
/
+30
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
1
-6
/
+45
*
Simplify multiplications by vectors whose elements are powers of 2.
Rafael Espindola
2013-05-31
1
-16
/
+48
*
[msan] Handle mixed track-origins and keep-going settings (llvm part).
Evgeniy Stepanov
2013-05-31
1
-4
/
+6
*
Reapply with r182909 with a fix to the calculation of the new indices for
Nick Lewycky
2013-05-31
2
-2
/
+257
*
Revert r182909.
Evgeniy Stepanov
2013-05-30
2
-246
/
+0
*
Swizzle vector inputs if it helps us eliminate shuffles.
Nick Lewycky
2013-05-30
2
-0
/
+246
*
LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...
NAKAMURA Takumi
2013-05-29
1
-2
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-05-29
1
-4
/
+4
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-20
/
+139
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
2
-12
/
+22
*
[msan] Fix argument shadow alignment.
Evgeniy Stepanov
2013-05-28
1
-4
/
+11
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
4
-4
/
+4
*
[objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...
Michael Gottesman
2013-05-24
1
-8
/
+40
*
[objc-arc] Make sure that multiple owners is propogated correctly through the...
Michael Gottesman
2013-05-24
1
-17
/
+16
*
LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...
Benjamin Kramer
2013-05-24
1
-1
/
+4
*
Run clang-format over the scalarizePHI function.
Joey Gouly
2013-05-24
1
-12
/
+8
*
scalarizePHI needs to insert the next ExtractElement in the same block
Joey Gouly
2013-05-24
1
-2
/
+4
*
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
2013-05-23
1
-102
/
+166
*
More symbols that should be static.
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
[objc-arc] Fixed number of prefixing slashes in some comments in a function f...
Michael Gottesman
2013-05-23
1
-6
/
+6
*
SLPVectorizer: Change the order in which new instructions are added to the fu...
Nadav Rotem
2013-05-22
3
-57
/
+132
*
This is an update to a previous commit (r181216).
Jean-Luc Duprat
2013-05-22
2
-29
/
+43
*
LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Arnold Schwaighofer
2013-05-22
1
-3
/
+4
*
[msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
2013-05-21
1
-2
/
+23
*
Remove unused #include.
Bill Wendling
2013-05-20
1
-1
/
+0
*
Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
2013-05-20
1
-1
/
+1
[next]