index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
Bradley Smith
2014-10-31
1
-2
/
+21
*
[DSE] Remove no-data-layout-only type-based overlap checking
Hal Finkel
2014-10-17
1
-0
/
+1
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
1
-1
/
+1
*
[CFL-AA] CFL-AA should not assert on an va_arg instruction
Hal Finkel
2014-10-14
1
-0
/
+29
*
This patch teaches ScalarEvolution to pick and use !range metadata.
Sanjoy Das
2014-10-10
1
-0
/
+37
*
This patch de-pessimizes the calculation of loop trip counts in
Mark Heffernan
2014-10-10
1
-2
/
+2
*
Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...
Hal Finkel
2014-10-09
2
-88
/
+0
*
[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...
Hal Finkel
2014-10-06
2
-0
/
+88
*
[CFL-AA] Update for handling of globals and more tests
Hal Finkel
2014-10-06
6
-0
/
+146
*
[BasicAA] Revert r218714 - Make better use of zext and sign information.
Lang Hames
2014-10-03
2
-66
/
+0
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
[BasicAA] Make better use of zext and sign information
Hal Finkel
2014-09-30
2
-0
/
+66
*
AVX-512: added cost for some AVX-512 instructions
Elena Demikhovsky
2014-09-16
2
-0
/
+50
*
Fix BasicTTI::getCmpSelInstrCost to deal with illegal vector types
Hal Finkel
2014-09-16
1
-0
/
+14
*
CHECK-LABELize test
Matt Arsenault
2014-09-15
2
-19
/
+19
*
[ARM] Teach the cost model that cross-class copies are costly.
James Molloy
2014-09-12
1
-56
/
+56
*
Make use @llvm.assume for loop guards in ScalarEvolution
Hal Finkel
2014-09-07
1
-0
/
+83
*
Add a CFL Alias Analysis implementation
Hal Finkel
2014-09-02
8
-0
/
+210
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-0
/
+23
*
Convert noalias parameter attributes into noalias metadata during inlining
Hal Finkel
2014-07-25
1
-80
/
+0
*
Simplify and improve scoped-noalias metadata semantics
Hal Finkel
2014-07-25
3
-15
/
+80
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
3
-0
/
+140
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
2
-2
/
+2
*
Improve BasicAA CS-CS queries (redux)
Hal Finkel
2014-07-17
1
-0
/
+236
*
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
Nick Lewycky
2014-07-15
1
-221
/
+0
*
Improve BasicAA CS-CS queries
Hal Finkel
2014-07-08
1
-0
/
+221
*
[CostModel][x86] Improved cost model for alternate shuffles.
Andrea Di Biagio
2014-07-03
1
-0
/
+347
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
4
-8
/
+4
*
ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
2014-06-08
1
-1
/
+11
*
remove constant terms
Sebastian Pop
2014-05-27
2
-6
/
+51
*
Adding testcase for PR18886.
Dinesh Dwivedi
2014-05-27
1
-0
/
+27
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
3
-1
/
+1
*
Test case comments. Fix sloppiness.
Andrew Trick
2014-05-23
1
-2
/
+2
*
Fix and improve SCEV ComputeBackedgeTankCount.
Andrew Trick
2014-05-23
1
-0
/
+56
*
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
Andrew Trick
2014-05-22
1
-0
/
+26
*
Added tests for the cost of lowering VSELECT instructions.
Filipe Cabecinhas
2014-05-16
1
-0
/
+126
*
Fix typos
Alp Toker
2014-05-15
1
-5
/
+5
*
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg
Adam Nemet
2014-05-12
1
-1
/
+1
*
do not assert when delinearization fails
Sebastian Pop
2014-05-12
1
-0
/
+43
*
add testcase for r208237: do not collect undef terms
Sebastian Pop
2014-05-08
1
-0
/
+38
*
split delinearization pass in 3 steps
Sebastian Pop
2014-05-07
12
-108
/
+24
*
TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...
Benjamin Kramer
2014-05-06
1
-0
/
+28
*
Reapply "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-28
1
-56
/
+281
*
X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.
Benjamin Kramer
2014-04-27
1
-2
/
+2
*
X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...
Benjamin Kramer
2014-04-26
1
-0
/
+92
*
Revert "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-25
1
-281
/
+56
*
blockfreq: Approximate irreducible control flow
Duncan P. N. Exon Smith
2014-04-25
1
-56
/
+281
*
blockfreq: Only one mass distribution per node
Duncan P. N. Exon Smith
2014-04-25
1
-0
/
+27
[next]