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
...
|
*
LoopVectorizer: Don't attempt to vectorize extractelement instructions
Hal Finkel
2013-10-25
1
-2
/
+3
|
*
Inliner: Handle readonly attribute per argument when adding memcpy
Tom Stellard
2013-10-24
1
-10
/
+13
|
*
Mark vector loops as already vectorized
Renato Golin
2013-10-24
1
-0
/
+4
|
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-1
/
+2
|
*
Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.
Juergen Ributzka
2013-10-24
1
-1
/
+7
|
*
Clarify comments in genLoopLimit.
Andrew Trick
2013-10-24
1
-3
/
+4
|
*
Fixed comment typo in GCOVProfiling.cpp
Yuchen Wu
2013-10-23
1
-1
/
+1
|
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+1
|
*
Fix spelling, grammar, and match naming convention for test files.
Eric Christopher
2013-10-21
1
-3
/
+3
|
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+15
|
*
Use more type helper functions
Matt Arsenault
2013-10-21
4
-23
/
+23
|
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
1
-5
/
+9
|
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
4
-210
/
+200
|
*
Fix the predecessor removal logic in r193045.
Michael Gottesman
2013-10-21
1
-11
/
+9
|
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
2
-15
/
+7
|
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-6
/
+28
|
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
1
-1
/
+14
|
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-3
/
+3
|
*
Rename fields of GlobalStatus to match the coding style.
Rafael Espindola
2013-10-17
1
-43
/
+41
|
*
rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format.
Rafael Espindola
2013-10-17
1
-10
/
+12
|
*
Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.
Rafael Espindola
2013-10-17
1
-14
/
+22
|
*
[msan] Use zero-extension in shadow cast by default.
Evgeniy Stepanov
2013-10-17
1
-7
/
+8
|
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
1
-1
/
+1
|
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
|
*
Revert "SLPVectorizer: Don't vectorize volatile memory operations"
Arnold Schwaighofer
2013-10-16
1
-8
/
+3
|
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
|
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
1
-6
/
+33
|
*
LoopVectorize: Properly reflect PODness in comments.
Benjamin Kramer
2013-10-15
1
-4
/
+4
|
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-1
/
+0
|
*
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
Rafael Espindola
2013-10-14
4
-207
/
+0
|
*
Basic blocks typically have few predecessors. Use a SmallDenseMap to
Chris Lattner
2013-10-14
1
-3
/
+3
|
*
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2013-10-14
1
-28
/
+149
|
*
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2013-10-14
1
-4
/
+4
|
*
SLPVectorizer: Sort PHINodes based on their opcode
Arnold Schwaighofer
2013-10-12
1
-23
/
+44
|
*
LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros
Tobias Grosser
2013-10-12
1
-0
/
+3
|
*
Better info when debugging vectorizer
Renato Golin
2013-10-11
1
-6
/
+5
|
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
1
-0
/
+13
|
*
LoopVectorize: External uses must use the last value in a reduction cycle
Arnold Schwaighofer
2013-10-07
1
-0
/
+6
|
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-3
/
+56
|
*
UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessors
Hal Finkel
2013-10-04
1
-2
/
+6
|
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-4
/
+123
|
*
Pull fptrunc's upwards through selects when one of the select's selectands wa...
Owen Anderson
2013-10-03
1
-0
/
+13
|
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
3
-11
/
+39
|
*
Make gep i8* X, -(ptrtoint Y) transform work with address spaces
Matt Arsenault
2013-10-03
1
-8
/
+10
|
*
Don't use runtime bounds check between address spaces.
Matt Arsenault
2013-10-02
1
-11
/
+49
|
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-4
/
+21
|
*
Fix debug printing spacing.
Matt Arsenault
2013-10-02
1
-32
/
+33
|
*
Fix comment grammar and capitalization.
Matt Arsenault
2013-10-02
1
-3
/
+3
|
*
SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...
Benjamin Kramer
2013-10-02
1
-9
/
+4
|
*
StructurizeCFG: Add dependency on LowerSwitch pass
Tom Stellard
2013-10-02
1
-1
/
+3
[prev]
[next]