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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
23
-15
/
+704
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
196
-1826
/
+2333
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
61
-257
/
+1788
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
40
-90
/
+1146
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
7
-9
/
+583
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
37
-156
/
+1593
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
32
-74
/
+1123
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
2
-2
/
+41
*
improve dependence analysis testcases
Sebastian Pop
2013-11-12
3
-1
/
+30
*
delinearization of arrays
Sebastian Pop
2013-11-12
11
-0
/
+751
*
Rewrite SCEV's backedge taken count computation.
Andrew Trick
2013-11-06
5
-10
/
+13
*
Consider (x == -1) unlikely in BranchProbabilityInfo
Hal Finkel
2013-11-01
1
-0
/
+39
*
SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...
Benjamin Kramer
2013-10-28
1
-2
/
+38
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-29
/
+0
*
X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.
Benjamin Kramer
2013-10-23
1
-1
/
+7
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+29
*
Simplify testing case (Thanks Rafael for the testing case).
Manman Ren
2013-10-22
1
-28
/
+22
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
1
-0
/
+51
*
Fix creating bitcasts between address spaces in SCEV.
Matt Arsenault
2013-10-21
1
-1
/
+27
*
SCEV should use NSW to get trip count for positive nonunit stride loops.
Andrew Trick
2013-10-18
1
-18
/
+25
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
6
-828
/
+0
*
Use CHECK-LABEL
Matt Arsenault
2013-09-30
3
-18
/
+20
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
14
-65
/
+114
*
X86 horizontal vector reduction cost model
Yi Jiang
2013-09-19
1
-0
/
+271
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
1
-0
/
+94
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-0
/
+68
*
Fix lint assert on integer vector division
Matt Arsenault
2013-08-26
2
-0
/
+79
*
FileCheck-ize tests.
Bill Wendling
2013-08-22
26
-35
/
+98
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
18
-30
/
+1
*
FileCheckize some of the testcases.
Bill Wendling
2013-08-05
13
-26
/
+39
*
Fixes ARM LNT bot from SLP change in O3
Renato Golin
2013-08-02
1
-0
/
+8
*
Add newlines at end of test files, no functionality change
Stephen Lin
2013-07-13
2
-2
/
+2
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+28
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-1
/
+1
*
Minimize precision loss when computing cyclic probabilities.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+42
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...
Preston Briggs
2013-06-28
1
-0
/
+40
*
CostModel: improve the cost model for load/store of non power-of-two types su...
Nadav Rotem
2013-06-27
1
-0
/
+19
*
Print block frequencies in decimal form.
Jakob Stoklund Olesen
2013-06-25
1
-16
/
+16
*
X86 cost model: Vectorizing integer division is a bad idea
Arnold Schwaighofer
2013-06-25
1
-0
/
+32
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
1
-16
/
+16
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-65
/
+0
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-0
/
+65
*
Unit test for SCEV fix r182989, PR16130.
Andrew Trick
2013-05-31
1
-3
/
+28
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
1
-0
/
+23
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+58
*
AArch64: use MCJIT by default and enable related tests.
Tim Northover
2013-05-06
1
-5
/
+0
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
2
-0
/
+20
*
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-03
1
-0
/
+29
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-29
6
-47
/
+24
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-11
/
+11
[next]