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
/
polly
/
lib
/
CodeGen
/
BlockGenerators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-2
/
+0
*
[CodeGen] Bitcast scalar writes to actual value.
Michael Kruse
2017-09-07
1
-0
/
+7
*
[BlockGenerator] Generate entry block of regions from instruction lists
Tobias Grosser
2017-08-31
1
-1
/
+6
*
Revert "[BlockGenerator] Generate entry block of regions from instruction lists"
Tobias Grosser
2017-08-31
1
-6
/
+1
*
[BlockGenerator] Generate entry block of regions from instruction lists
Tobias Grosser
2017-08-30
1
-1
/
+6
*
[CodeGen] Detect impossible partial write conditions more reliably.
Michael Kruse
2017-08-24
1
-5
/
+7
*
[ScopInfo] Translate Scop::getContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move ScopStmt::setAstBuild/getAstBuild to isl++
Tobias Grosser
2017-08-06
1
-1
/
+1
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-3
/
+3
*
Fix code format on r309826
Singapuram Sanjay Srivallabh
2017-08-02
1
-2
/
+1
*
Remove debug metadata from copied instruction to prevent GPUModule verificati...
Singapuram Sanjay Srivallabh
2017-08-02
1
-0
/
+10
*
Revert "Remove Debug metadata from copied instruction to prevent Module verif...
Tobias Grosser
2017-07-31
1
-8
/
+0
*
Remove Debug metadata from copied instruction to prevent Module verification ...
Singapuram Sanjay Srivallabh
2017-07-29
1
-0
/
+8
*
[ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
Michael Kruse
2017-07-25
1
-2
/
+2
*
Move MemoryAccess::isStride* to isl++
Tobias Grosser
2017-07-24
1
-4
/
+4
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-4
/
+4
*
Move MemoryAccess::id to isl++
Tobias Grosser
2017-07-23
1
-51
/
+54
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-4
/
+4
*
[Polly] [BlockGen] Support partial writes in regions
Tobias Grosser
2017-06-06
1
-35
/
+46
*
[CodeGen] Iterate over explicit instruction list for block statements. NFC
Michael Kruse
2017-06-02
1
-2
/
+6
*
[BlockGenerator] Take context into account when identifying partial writes
Tobias Grosser
2017-06-01
1
-1
/
+4
*
[BlockGenerator] Translate buildContainsCondition to idiomatic isl C++
Tobias Grosser
2017-05-31
1
-18
/
+11
*
[CodeGen] Add invalidation of the loop SCEVs after merge block generation.
Michael Kruse
2017-05-22
1
-0
/
+12
*
[CodeGen] Support partial write accesses.
Michael Kruse
2017-05-21
1
-56
/
+138
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
Introduce VirtualUse. NFC.
Michael Kruse
2017-05-04
1
-32
/
+106
*
Exploit BasicBlock::getModule to shorten code
Tobias Grosser
2017-04-11
1
-2
/
+1
*
SAdjust to recent change in constructor definition of AllocaInst
Tobias Grosser
2017-04-11
1
-2
/
+2
*
Update for alloca construction changes
Matt Arsenault
2017-04-11
1
-1
/
+5
*
[ScopInfo] Introduce ScopStmt::contains(BB*). NFC.
Michael Kruse
2017-03-23
1
-4
/
+2
*
[IslExprBuilder] Print accessed memory locations with RuntimeDebugBuilder
Tobias Grosser
2017-03-18
1
-4
/
+6
*
[Simplify] Add -polly-simplify pass.
Michael Kruse
2017-03-10
1
-0
/
+8
*
[BlockGenerator] Use MemoryAccess::getAccessValue to get load instruction
Tobias Grosser
2017-02-09
1
-2
/
+2
*
[BlockGenerator] BBMap uses original BaseAddress for scalar loads [NFC]
Tobias Grosser
2017-02-09
1
-2
/
+2
*
[BlockGenerator] Comment corretions for r293374 [NFC]
Tobias Grosser
2017-01-28
1
-6
/
+9
*
[Polly] [BlockGenerator] Unify ScalarMap and PhiOpsMap
Tobias Grosser
2017-01-28
1
-52
/
+47
*
BlockGenerator: Do not redundantly reload from PHI-allocas in non-affine stmts
Tobias Grosser
2017-01-19
1
-8
/
+10
*
BlockGenerator: remove obfuscating const and const casts
Tobias Grosser
2017-01-19
1
-2
/
+2
*
Use range-based for loop [NFC]
Tobias Grosser
2017-01-19
1
-2
/
+2
*
Adjust formatting to commit r292110 [NFC]
Tobias Grosser
2017-01-16
1
-7
/
+9
*
Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfo
Tobias Grosser
2017-01-14
1
-2
/
+2
*
canSynthesize: Remove unused argument LI. NFC.
Michael Kruse
2016-11-29
1
-1
/
+1
*
[Polly CodeGen] Break critical edge from RTC to original loop.
Eli Friedman
2016-11-02
1
-24
/
+14
*
[polly] Fix non-determinism in polly BlockGenerators
Mandeep Singh Grang
2016-10-19
1
-2
/
+2
*
[ScopInfo/CodeGen] ExitPHI reads are implicit.
Michael Kruse
2016-10-12
1
-1
/
+1
*
[CodeGen] Change 'Scalar' to 'Array' in method names. NFC.
Michael Kruse
2016-09-30
1
-9
/
+9
*
[CodeGen] Add assertion for partial scalar accesses. NFC.
Michael Kruse
2016-09-30
1
-0
/
+18
*
Perform copying to created arrays according to the packing transformation
Roman Gareev
2016-09-14
1
-1
/
+3
*
Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse
2016-09-01
1
-19
/
+54
*
[BlockGenerator] Invalidate SCEV values for instructions in scop
Tobias Grosser
2016-08-18
1
-0
/
+14
[next]