index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
191
-586
/
+1989
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1248
-12224
/
+15796
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
358
-2775
/
+14814
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
385
-1549
/
+13422
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
148
-775
/
+5538
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
103
-143
/
+4954
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
199
-301
/
+6826
*
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
[next]