index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+450
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
1
-2
/
+2
*
X86 cost model: Exit before calling getSimpleVT on non-simple VTs
Arnold Schwaighofer
2013-04-17
1
-0
/
+6
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
1
-2
/
+2
*
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
1
-0
/
+392
*
X86 cost model: Model cost for uitofp and sitofp on SSE2
Arnold Schwaighofer
2013-04-08
2
-0
/
+643
*
TargetLowering: Fix getTypeConversion handling of extended vector types
Arnold Schwaighofer
2013-04-07
3
-14
/
+12
*
X86 cost model: Differentiate cost for vector shifts of constants
Arnold Schwaighofer
2013-04-04
3
-0
/
+863
*
X86 cost model: Vector shifts are expensive in most cases
Arnold Schwaighofer
2013-04-03
4
-2
/
+730
*
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-04-01
1
-0
/
+75
*
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
1
-0
/
+34
*
Disable profiling tests for Hexagon since it doesn't support JIT.
Jyotsna Verma
2013-03-25
1
-0
/
+3
[next]