index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
[BasicAA] Make better use of zext and sign information
Hal Finkel
2
-0
/
+66
2014-09-16
AVX-512: added cost for some AVX-512 instructions
Elena Demikhovsky
2
-0
/
+50
2014-09-16
Fix BasicTTI::getCmpSelInstrCost to deal with illegal vector types
Hal Finkel
1
-0
/
+14
2014-09-15
CHECK-LABELize test
Matt Arsenault
2
-19
/
+19
2014-09-12
[ARM] Teach the cost model that cross-class copies are costly.
James Molloy
1
-56
/
+56
2014-09-07
Make use @llvm.assume for loop guards in ScalarEvolution
Hal Finkel
1
-0
/
+83
2014-09-02
Add a CFL Alias Analysis implementation
Hal Finkel
8
-0
/
+210
2014-07-25
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
1
-0
/
+23
2014-07-25
Convert noalias parameter attributes into noalias metadata during inlining
Hal Finkel
1
-80
/
+0
2014-07-25
Simplify and improve scoped-noalias metadata semantics
Hal Finkel
3
-15
/
+80
2014-07-24
Add scoped-noalias metadata
Hal Finkel
3
-0
/
+140
2014-07-24
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2
-2
/
+2
2014-07-17
Improve BasicAA CS-CS queries (redux)
Hal Finkel
1
-0
/
+236
2014-07-15
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
Nick Lewycky
1
-221
/
+0
2014-07-08
Improve BasicAA CS-CS queries
Hal Finkel
1
-0
/
+221
2014-07-03
[CostModel][x86] Improved cost model for alternate shuffles.
Andrea Di Biagio
1
-0
/
+347
2014-06-09
Reduce verbiage of lit.local.cfg files
Alp Toker
4
-8
/
+4
2014-06-08
ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
1
-1
/
+11
2014-05-27
remove constant terms
Sebastian Pop
2
-6
/
+51
2014-05-27
Adding testcase for PR18886.
Dinesh Dwivedi
1
-0
/
+27
2014-05-24
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
3
-1
/
+1
2014-05-23
Test case comments. Fix sloppiness.
Andrew Trick
1
-2
/
+2
2014-05-23
Fix and improve SCEV ComputeBackedgeTankCount.
Andrew Trick
1
-0
/
+56
2014-05-22
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
Andrew Trick
1
-0
/
+26
2014-05-16
Added tests for the cost of lowering VSELECT instructions.
Filipe Cabecinhas
1
-0
/
+126
2014-05-15
Fix typos
Alp Toker
1
-5
/
+5
2014-05-12
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg
Adam Nemet
1
-1
/
+1
2014-05-12
do not assert when delinearization fails
Sebastian Pop
1
-0
/
+43
2014-05-08
add testcase for r208237: do not collect undef terms
Sebastian Pop
1
-0
/
+38
2014-05-07
split delinearization pass in 3 steps
Sebastian Pop
12
-108
/
+24
2014-05-06
TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...
Benjamin Kramer
1
-0
/
+28
2014-04-28
Reapply "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
1
-56
/
+281
2014-04-27
X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.
Benjamin Kramer
1
-2
/
+2
2014-04-26
X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...
Benjamin Kramer
1
-0
/
+92
2014-04-25
Revert "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
1
-281
/
+56
2014-04-25
blockfreq: Approximate irreducible control flow
Duncan P. N. Exon Smith
1
-56
/
+281
2014-04-25
blockfreq: Only one mass distribution per node
Duncan P. N. Exon Smith
1
-0
/
+27
2014-04-25
blockfreq: Use better branch weights in multiexit test
Duncan P. N. Exon Smith
1
-7
/
+8
2014-04-25
blockfreq: Clean up irreducible testcases
Duncan P. N. Exon Smith
1
-47
/
+14
2014-04-22
blockfreq: Skip irreducible backedges inside functions
Duncan P. N. Exon Smith
1
-0
/
+31
2014-04-21
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
6
-24
/
+546
2014-04-19
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
6
-546
/
+24
2014-04-19
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
6
-24
/
+546
2014-04-19
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
6
-546
/
+24
2014-04-18
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
6
-24
/
+546
2014-04-18
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
6
-546
/
+24
2014-04-18
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
6
-24
/
+546
2014-04-18
[LCG] Add support for building persistent and connected SCCs to the
Chandler Carruth
1
-0
/
+50
2014-04-18
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
6
-546
/
+24
2014-04-18
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
6
-24
/
+546
[next]