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: Move cse code into its own function
Arnold Schwaighofer
2013-11-01
1
-32
/
+37
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
1
-1
/
+34
*
LoopVectorize: Look for consecutive acces in GEPs with trailing zero indices
Benjamin Kramer
2013-11-01
1
-11
/
+38
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-5
/
+47
*
LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()
Arnold Schwaighofer
2013-11-01
1
-0
/
+2
*
Do not convert "call asm" to "invoke asm" in Inliner.
Manman Ren
2013-10-31
1
-1
/
+2
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
3
-53
/
+15
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
5
-5
/
+5
*
Teach scalarrepl about address spaces
Matt Arsenault
2013-10-30
1
-1
/
+1
*
Fix GVN creating bitcast between address spaces
Matt Arsenault
2013-10-30
1
-5
/
+7
*
ARM cost model: Account for zero cost scalar SROA instructions
Arnold Schwaighofer
2013-10-29
1
-3
/
+18
*
SLPVectorizer: Use vector type for vectorized memory operations
Arnold Schwaighofer
2013-10-29
1
-2
/
+2
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-1
/
+0
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
2
-18
/
+8
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
2
-3
/
+21
*
Handle calls and invokes in GlobalStatus.
Rafael Espindola
2013-10-25
1
-0
/
+5
*
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
[next]