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
*
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
*
[BlockGenerator] Insert initializations at beginning of start block
Tobias Grosser
2016-08-09
1
-1
/
+1
*
[BlockGenerator] Also eliminate dead code not originating from BB
Tobias Grosser
2016-08-09
1
-12
/
+9
*
[CodeGen] Use MapVector instead of DenseMap.
Michael Kruse
2016-08-05
1
-2
/
+2
*
BlockGenerator: Assert that we do not get alloca of array access
Tobias Grosser
2016-08-04
1
-0
/
+4
*
Fix a couple of spelling mistakes
Tobias Grosser
2016-08-03
1
-1
/
+1
*
Extend the jscop interface to allow the user to declare new arrays and to ref...
Roman Gareev
2016-07-30
1
-6
/
+3
*
BlockGenerator: remove dead instructions in normal statements
Tobias Grosser
2016-07-21
1
-0
/
+22
*
[Polly] Remove usage of the `apply` function
Sanjoy Das
2016-05-29
1
-1
/
+1
*
Remove some unused local variables. NFC.
Michael Kruse
2016-05-23
1
-13
/
+0
*
Use the SCoP directly for canSynthesize [NFC]
Johannes Doerfert
2016-05-23
1
-1
/
+1
*
Duplicate part of the Region interface in the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-13
/
+10
*
Add and use Scop::contains(Loop/BasicBlock/Instruction) [NFC]
Johannes Doerfert
2016-05-23
1
-7
/
+5
*
Directly access information through the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-2
/
+1
*
Simplify BlockGenerator::handleOutsideUsers interface [NFC]
Johannes Doerfert
2016-05-23
1
-4
/
+4
*
BlockGenerator: Drop leftover debug statement
Tobias Grosser
2016-04-28
1
-1
/
+0
*
Check only loop control of loops that are part of the region
Johannes Doerfert
2016-04-25
1
-3
/
+0
*
[FIX] Adjust the insert point for non-affine region PHIs
Johannes Doerfert
2016-04-01
1
-4
/
+7
[next]