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
...
*
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
*
[BlockGenerator] Fix PHI merges for MK_Arrays.
Michael Kruse
2016-03-03
1
-0
/
+10
*
Fix non-synthesizable loop exit values.
Michael Kruse
2016-03-01
1
-1
/
+1
*
Use inline local variable declaration. NFC.
Michael Kruse
2016-02-25
1
-3
/
+2
*
Fix DomTree preservation for generated subregions.
Michael Kruse
2016-02-25
1
-5
/
+49
*
Introduce ScopStmt::getEntryBlock(). NFC.
Michael Kruse
2016-02-24
1
-2
/
+1
*
Add assertions checking def dominates use. NFC.
Michael Kruse
2016-02-24
1
-0
/
+20
*
BlockGenerator: Drop unnecessary return value
Tobias Grosser
2016-02-21
1
-4
/
+3
*
Replace getLoopForInst by getLoopForStmt
Johannes Doerfert
2016-02-16
1
-10
/
+12
*
Support accesses with differently sized types to the same array
Tobias Grosser
2016-02-04
1
-5
/
+1
*
Revert "Support loads with differently sized types from a single array"
Tobias Grosser
2016-02-03
1
-1
/
+5
*
Support loads with differently sized types from a single array
Tobias Grosser
2016-02-02
1
-5
/
+1
*
Add const keyword to MemoryAccess argument [NFC]
Johannes Doerfert
2016-02-02
1
-1
/
+1
*
Introduce MemAccInst helper class; NFC
Michael Kruse
2016-01-27
1
-17
/
+17
*
Unique phi write accesses
Michael Kruse
2016-01-26
1
-31
/
+80
*
BlockGenerators: Replace getNewScalarValue with getNewValue
Tobias Grosser
2016-01-26
1
-52
/
+6
*
BlockGenerators: Avoid redundant map lookup [NFC]
Tobias Grosser
2016-01-24
1
-2
/
+2
*
Refactor canSynthesize in the BlockGenerators [NFC]
Johannes Doerfert
2015-12-22
1
-6
/
+9
*
Treat inline assembly as a constant in the code generation.
Johannes Doerfert
2015-12-22
1
-0
/
+4
*
Reduce indention in BlockGenerator::trySynthesizeNewValue [NFC]
Johannes Doerfert
2015-12-22
1
-23
/
+26
[prev]
[next]