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
*
[CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...
Michael Kruse
2019-11-12
1
-2
/
+2
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment] Fix polly build
Guillaume Chatelet
2019-09-30
1
-2
/
+2
*
[CodeGen] Fix order of PHINode and MA Write generation.
Michael Kruse
2019-05-20
1
-1
/
+18
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-8
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Fix formatting
Tobias Grosser
2018-06-05
1
-1
/
+1
*
Update for a header file move in LLVM
David Blaikie
2018-06-04
1
-1
/
+1
*
[CodeGen] Print executed statement instances at runtime.
Michael Kruse
2018-04-25
1
-0
/
+115
*
[CodeGen] Allow undefined loads in statement instances outside context.
Michael Kruse
2018-04-10
1
-1
/
+2
*
[CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.
Michael Kruse
2018-04-10
1
-5
/
+3
*
Update for LLVM header movement
David Blaikie
2018-03-21
1
-1
/
+1
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-4
/
+4
*
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
[next]