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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r197449:
Bill Wendling
2013-12-17
1
-0
/
+63
*
Merging r197216:
Bill Wendling
2013-12-15
1
-14
/
+57
*
Merging r197215:
Bill Wendling
2013-12-15
1
-0
/
+45
*
Merging r197178:
Bill Wendling
2013-12-14
1
-0
/
+32
*
Merging r195535:
Manman Ren
2013-12-09
5
-3
/
+15
*
Merging r195504:
Manman Ren
2013-12-09
19
-5
/
+38
*
Merging r196638:
Bill Wendling
2013-12-08
1
-0
/
+38
*
--- Reverse-merging r196668 into '.':
Bill Wendling
2013-12-08
1
-38
/
+0
*
Merging r196638:
Bill Wendling
2013-12-07
1
-0
/
+38
*
Merging r196294:
Bill Wendling
2013-12-07
2
-0
/
+58
*
Merging r196611:
Bill Wendling
2013-12-06
1
-0
/
+19
*
Merging r196508:
Bill Wendling
2013-12-06
1
-0
/
+35
*
Merging r196129:
Bill Wendling
2013-12-02
1
-0
/
+74
*
Merging r195787:
Bill Wendling
2013-12-01
1
-0
/
+39
*
Merging r195791:
Bill Wendling
2013-11-27
1
-1
/
+1
*
Merging r195773:
Bill Wendling
2013-11-27
1
-0
/
+47
*
Merging r195769:
Bill Wendling
2013-11-27
4
-29
/
+67
*
Merging r195493:
Bill Wendling
2013-11-25
1
-0
/
+31
*
Merging r195492:
Bill Wendling
2013-11-25
1
-0
/
+47
*
Merging r195162:
Bill Wendling
2013-11-20
1
-0
/
+33
*
Merging r195118:
Bill Wendling
2013-11-20
1
-1
/
+0
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-0
/
+52
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+42
*
Add the cold attribute to error-reporting call sites
Hal Finkel
2013-11-17
1
-0
/
+77
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
2
-0
/
+423
*
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
Hal Finkel
2013-11-16
1
-0
/
+13
*
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
Benjamin Kramer
2013-11-16
2
-8
/
+28
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+33
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-0
/
+52
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
1
-0
/
+31
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
6
-8
/
+8
*
Fixing a heisenbug where the memory dependence analysis behaves differently
Yunzhong Gao
2013-11-14
1
-0
/
+260
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
2
-0
/
+153
*
Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...
Nadav Rotem
2013-11-12
1
-0
/
+35
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-0
/
+29
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
1
-0
/
+28
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-3
/
+6
*
Fix PR17952.
Shuxin Yang
2013-11-11
8
-22
/
+221
*
Add a testcase for pr17852.
Rafael Espindola
2013-11-11
1
-0
/
+66
*
Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...
Bill Wendling
2013-11-10
8
-221
/
+22
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-0
/
+28
*
Resolve TODO in test now that filecheck has multiple check prefixes.
Matt Arsenault
2013-11-10
1
-5
/
+3
*
Teach MergeFunctions about address spaces
Matt Arsenault
2013-11-10
3
-0
/
+93
*
Use variable for register name in test
Matt Arsenault
2013-11-10
1
-2
/
+2
*
IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
2013-11-07
1
-0
/
+30
*
Add test case for PR12377, it was fixed by r194116.
Benjamin Kramer
2013-11-06
1
-4
/
+30
*
Rewrite SCEV's backedge taken count computation.
Andrew Trick
2013-11-06
2
-7
/
+7
*
[objc-arc] Convert the one directional retain/release relation assert to a co...
Michael Gottesman
2013-11-05
1
-0
/
+276
*
Fix another constant folding address space place I missed.
Matt Arsenault
2013-11-04
1
-1
/
+19
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
2
-29
/
+131
[next]