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: 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
*
BlockGenerators: Remove unnecessary const_cast
Tobias Grosser
2015-12-22
1
-1
/
+1
*
Adjust formatting to clang-format changes in 256149
Tobias Grosser
2015-12-21
1
-1
/
+1
*
BlockGenerator: Use getArrayAccessFor for vector code generation
Tobias Grosser
2015-12-15
1
-2
/
+2
*
VectorBlockGenerator: Generate scalar loads for vector statements
Tobias Grosser
2015-12-15
1
-0
/
+34
*
ScopInfo: Look up first (and only) array access
Tobias Grosser
2015-12-15
1
-1
/
+1
*
Fix typos; NFC
Michael Kruse
2015-12-14
1
-1
/
+1
*
BlockGenerator: Do not use fast-path for external constants
Tobias Grosser
2015-12-14
1
-3
/
+6
*
BlockGenerator: Drop unneeded const_casts
Tobias Grosser
2015-12-14
1
-3
/
+3
*
ScopInfo: Harmonize the different array kinds
Tobias Grosser
2015-12-13
1
-10
/
+10
*
Introduce origin/kind for exit PHI node accesses
Michael Kruse
2015-11-26
1
-2
/
+2
*
RegionGenerator: Only introduce subregion.ivs for loops fully within a subregion
Tobias Grosser
2015-11-12
1
-1
/
+1
*
Fix non-affine generated entering node not being recognized as dominating
Michael Kruse
2015-11-09
1
-6
/
+14
*
Fix dominance when subregion exit is outside scop
Michael Kruse
2015-11-09
1
-2
/
+18
*
Revert r252375 "Fix non-affine region dominance of implicitely stored values"
Michael Kruse
2015-11-09
1
-6
/
+4
*
Revert "Fix non-affine generated entering node not being recognized as domina...
Johannes Doerfert
2015-11-09
1
-14
/
+6
*
Fix non-affine generated entering node not being recognized as dominating
Michael Kruse
2015-11-09
1
-6
/
+14
*
[FIX] Initialize incoming scalar memory locations for PHIs
Johannes Doerfert
2015-11-09
1
-4
/
+9
*
[NFC] Remove unused variable.
Johannes Doerfert
2015-11-09
1
-1
/
+0
*
Fix non-affine region dominance of implicitely stored values
Michael Kruse
2015-11-07
1
-4
/
+6
*
polly/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-20
/
+22
*
Fix reuse of non-dominating synthesized value in subregion exit
Michael Kruse
2015-11-06
1
-1
/
+2
*
Use per-BB value maps for non-exit BBs
Michael Kruse
2015-11-05
1
-1
/
+6
*
RegionGenerator: Clear local maps after statement construction
Tobias Grosser
2015-10-26
1
-0
/
+3
*
BlockGenerator: Do not assert when finding model PHI nodes defined outside th...
Tobias Grosser
2015-10-24
1
-4
/
+1
*
BlockGenerator: Directly handle multi-exit PHI nodes
Tobias Grosser
2015-10-24
1
-16
/
+44
*
Synthesize phi arguments in incoming block
Michael Kruse
2015-10-19
1
-0
/
+4
*
[FIX] Cast preloaded values
Johannes Doerfert
2015-10-18
1
-1
/
+3
*
Revert to original BlockGenerator::getOrCreateAlloca(MemoryAccess &Access)
Tobias Grosser
2015-10-18
1
-1
/
+4
[next]