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
...
|
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
2
-0
/
+5
|
*
Revert "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-52
/
+0
|
*
[asan] Poor man's coverage that works with ASan
Kostya Serebryany
2013-11-14
1
-0
/
+52
|
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
1
-12
/
+65
|
*
Use StringRef instead of std::string
Jakub Staszak
2013-11-13
1
-1
/
+1
|
*
Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...
Alexey Samsonov
2013-11-13
1
-4
/
+4
|
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
3
-0
/
+481
|
*
Update the docs to match the function name.
Nadav Rotem
2013-11-13
1
-1
/
+1
|
*
Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...
Nadav Rotem
2013-11-12
1
-3
/
+50
|
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-2
/
+7
|
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
1
-4
/
+7
|
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-31
/
+20
|
*
Correct a glitch in r194424 which may invalidate iterator.
Shuxin Yang
2013-11-12
1
-1
/
+3
|
*
llvm-cov: Added call to update run/program counts.
Yuchen Wu
2013-11-12
1
-0
/
+8
|
*
Fix PR17952.
Shuxin Yang
2013-11-11
1
-6
/
+175
|
*
Move debug message in vectorizer
Renato Golin
2013-11-11
1
-4
/
+1
|
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
1
-2
/
+2
|
*
Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...
Bill Wendling
2013-11-10
1
-168
/
+6
|
*
Use type form of getIntPtrType.
Matt Arsenault
2013-11-10
1
-1
/
+1
|
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-1
/
+1
|
*
Teach MergeFunctions about address spaces
Matt Arsenault
2013-11-10
1
-11
/
+19
|
*
Remove dead code from LoopUnswitch
Hal Finkel
2013-11-08
1
-127
/
+0
|
*
[objc-arc] Convert the one directional retain/release relation assert to a co...
Michael Gottesman
2013-11-05
1
-3
/
+18
|
*
Add a runtime unrolling parameter to the LoopUnroll pass constructor
Hal Finkel
2013-11-05
1
-6
/
+10
|
*
Remove dead code
Shuxin Yang
2013-11-04
1
-6
/
+0
|
*
SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...
Benjamin Kramer
2013-11-04
1
-1
/
+1
|
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
1
-0
/
+32
|
*
SLPVectorizer: Add a missing pair of parens. No functionality change.
Benjamin Kramer
2013-11-03
1
-1
/
+1
|
*
SLPVectorizer: When CSEing generated gathers only scan blocks containing them.
Benjamin Kramer
2013-11-03
1
-20
/
+37
|
*
Revert "Inliner: Handle readonly attribute per argument when adding memcpy"
David Majnemer
2013-11-03
1
-13
/
+10
|
*
Spell "Actual" correctly
David Majnemer
2013-11-03
1
-1
/
+1
|
*
Convert calls to __sinpi and __cospi into __sincospi_stret
Bob Wilson
2013-11-03
1
-0
/
+156
|
*
SLPVectorizer: Remove duplicated function.
Benjamin Kramer
2013-11-02
1
-10
/
+2
|
*
LoopVectorize: Remove quadratic behavior the local CSE.
Benjamin Kramer
2013-11-02
1
-26
/
+40
|
*
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
[prev]
[next]