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
...
*
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
*
BlockGenerator: Add getOrCreateAlloca(const ScopArrayInfo *Array)
Tobias Grosser
2015-10-17
1
-3
/
+7
*
Load/Store scalar accesses before/after the statement itself
Michael Kruse
2015-10-17
1
-48
/
+44
*
BlockGenerator: Register outside users of scalars directly
Tobias Grosser
2015-10-17
1
-5
/
+28
*
Drop unused parameter from handleOutsideUsers
Tobias Grosser
2015-10-17
1
-4
/
+3
*
[NFC] Move helper functions to ScopHelper
Johannes Doerfert
2015-10-09
1
-40
/
+0
*
Allow invariant loads in the SCoP description
Johannes Doerfert
2015-10-07
1
-4
/
+2
*
BlockGenerator: Use plain Value * instead of const Value *
Tobias Grosser
2015-10-04
1
-23
/
+20
*
BlockGenerators: Use auto to be less sensitive to type changes
Tobias Grosser
2015-10-04
1
-13
/
+13
*
Consolidate the different ValueMapTypes we are using
Tobias Grosser
2015-10-04
1
-2
/
+2
*
BlockGenerator: Use AssertingVH in maps
Tobias Grosser
2015-10-03
1
-5
/
+4
*
Move remapping functionality in the ScopExpander
Johannes Doerfert
2015-09-30
1
-3
/
+2
*
Reapply "BlockGenerator: Generate synthesisable instructions only on-demand"
Tobias Grosser
2015-09-30
1
-46
/
+17
*
BlockGenerator: Extract value synthesis into its own function [NFC]
Tobias Grosser
2015-09-30
1
-21
/
+31
*
Identify and hoist definitively invariant loads
Johannes Doerfert
2015-09-29
1
-0
/
+11
*
Revert "BlockGenerator: Generate synthesisable instructions only on-demand"
Johannes Doerfert
2015-09-29
1
-1
/
+43
*
Codegen: Support memory accesses with different types
Tobias Grosser
2015-09-29
1
-1
/
+17
*
BlockGenerator: Generate synthesisable instructions only on-demand
Tobias Grosser
2015-09-28
1
-43
/
+1
*
Allow switch instructions in SCoPs
Johannes Doerfert
2015-09-28
1
-3
/
+1
*
BlockGenerator: Be less agressive with deleting dead instructions
Tobias Grosser
2015-09-27
1
-2
/
+36
*
BlockGenerator: Simplify code generated for region statements
Tobias Grosser
2015-09-27
1
-0
/
+3
*
BlockGenerator: Simplify code generated for scop statements
Tobias Grosser
2015-09-27
1
-0
/
+5
*
Create parallel code in a separate block
Johannes Doerfert
2015-09-26
1
-1
/
+1
[prev]
[next]