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
*
Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...
NAKAMURA Takumi
2013-11-17
1
-1
/
+3
*
Add a loop rerolling flag to the PassManagerBuilder
Hal Finkel
2013-11-17
1
-1
/
+2
*
Add the cold attribute to error-reporting call sites
Hal Finkel
2013-11-17
1
-0
/
+72
*
Fix ndebug-build unused variable in loop rerolling
Hal Finkel
2013-11-17
1
-1
/
+1
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
4
-0
/
+1196
*
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
Hal Finkel
2013-11-16
1
-6
/
+11
*
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
Benjamin Kramer
2013-11-16
1
-0
/
+18
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+4
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-3
/
+5
*
[asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...
Kostya Serebryany
2013-11-15
1
-1
/
+1
*
Reapply "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-0
/
+52
*
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
[next]