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
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Fix instrumentation of array allocas.
Evgeniy Stepanov
2017-02-24
1
-6
/
+7
*
Delete outdated comment. NFC
Xin Tong
2017-02-23
1
-2
/
+1
*
LoopUnswitch - Simplify based on known not to a be constant.
Xin Tong
2017-02-23
1
-3
/
+44
*
[OptDiag] Hide legacy remark ctors
Adam Nemet
2017-02-23
1
-1
/
+5
*
Revert r282872 "CVP. Turn marking adds as no wrap on by default"
Hans Wennborg
2017-02-23
1
-0
/
+5
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
3
-18
/
+49
*
[LAA] Remove unused LoopAccessReport
Adam Nemet
2017-02-23
1
-16
/
+0
*
[LV] Remove unused VectorizationReport
Adam Nemet
2017-02-23
1
-15
/
+0
*
[Reassociate] Add negated value of negative constant to the Duplicates list.
Chad Rosier
2017-02-23
1
-4
/
+4
*
Use base discriminator in sample pgo profile matching.
Dehao Chen
2017-02-23
1
-7
/
+8
*
[AddressSanitizer] Add PS4 offset
Filipe Cabecinhas
2017-02-23
1
-3
/
+7
*
[InstCombine] use loop instead of recursion to peek through FPExt; NFCI
Sanjay Patel
2017-02-23
1
-6
/
+4
*
[InstCombine] use 'match' to reduce code; NFCI
Sanjay Patel
2017-02-23
1
-11
/
+9
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-13
/
+21
*
Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"
Alexey Bataev
2017-02-23
1
-21
/
+14
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-14
/
+21
*
Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"
Alexey Bataev
2017-02-23
1
-19
/
+13
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-13
/
+19
*
LoadStoreVectorizer: Split even sized illegal chains properly
Matt Arsenault
2017-02-23
1
-3
/
+6
*
AMDGPU: Replace disabled exp inputs with undef
Matt Arsenault
2017-02-23
1
-0
/
+28
*
Revert r295868 because it breaks a different SLP lit test.
Michael Kuperstein
2017-02-22
1
-18
/
+13
*
AMDGPU: Add replacement bfe intrinsics
Matt Arsenault
2017-02-22
1
-0
/
+73
*
[InstCombine] don't try SimplifyDemandedInstructionBits from add/sub because ...
Sanjay Patel
2017-02-22
1
-8
/
+0
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
2
-36
/
+110
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
4
-131
/
+110
*
[LSR] Canonicalize formula and put recursive Reg related with current loop in...
Wei Mi
2017-02-22
1
-39
/
+83
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong result
Alexey Bataev
2017-02-22
1
-13
/
+18
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-22
1
-14
/
+19
*
[SLP] Remove unused initial value from the variable, NFC.
Alexey Bataev
2017-02-22
1
-1
/
+1
*
Use const-ref in range-loop for to avoid copying pairs of std::string
Sean Silva
2017-02-22
1
-1
/
+1
*
AMDGPU: Add cvt.pkrtz intrinsic
Matt Arsenault
2017-02-22
1
-0
/
+25
*
[LoopUnroll] Enable PGO-based loop peeling by default.
Michael Kuperstein
2017-02-22
1
-2
/
+2
*
Make default value for disable-licm-promotion in licm explicit.
Xin Tong
2017-02-21
1
-1
/
+2
*
[InstCombine] canonicalize non-obivous forms of integer min/max
Sanjay Patel
2017-02-21
1
-17
/
+24
*
[LoopSimplify] Simplify how we compute UniqueExit
Xin Tong
2017-02-21
1
-8
/
+1
*
[InstCombine] Do not exercise nested max/min pattern on abs
Anna Thomas
2017-02-21
1
-1
/
+3
*
The patch introduces new way of narrowing complex (>UINT16 variants) solutions.
Evgeny Stupachenko
2017-02-21
1
-1
/
+159
*
Add a wrapper around copy_if in STLExtras; NFC
Sanjoy Das
2017-02-21
3
-34
/
+33
*
[IndVars] Add an assert
Sanjoy Das
2017-02-20
1
-0
/
+3
*
MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin
2017-02-20
2
-25
/
+68
*
[SLP] nullptr'ize initial value in `findBuildAggregate()`, NFC.
Alexey Bataev
2017-02-20
1
-1
/
+1
*
[SLP] Rework `findBuildAggregate()` from ercursive form to iterative, NFC.
Alexey Bataev
2017-02-20
1
-9
/
+12
*
Removed extra ';'
Simon Pilgrim
2017-02-19
1
-1
/
+1
*
Add a DebugCounter for PredicateInfo renaming, and an associated test
Daniel Berlin
2017-02-19
1
-0
/
+8
*
Fix unused variable warning when assertions are disabled.
Simon Pilgrim
2017-02-19
1
-4
/
+4
*
NewGVN: Start making use of predicateinfo pass.
Daniel Berlin
2017-02-18
1
-18
/
+275
*
NewGVN: Make ranking prefer undef to constants. Fix direction of
Daniel Berlin
2017-02-18
1
-8
/
+9
*
PredicateInfo: Clean up predicate info a little, using insertion
Daniel Berlin
2017-02-18
1
-67
/
+93
*
[InstCombine] add nsw/nuw X, signbit --> or X, signbit
Sanjay Patel
2017-02-18
1
-2
/
+9
*
[MemorySSA] NFC small fixes
Piotr Padlewski
2017-02-18
1
-9
/
+6
[next]