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
/
CodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect and verify generated parallel subfunctions
Johannes Doerfert
2016-04-08
1
-0
/
+2
*
Codegen:Do not invalidate dominator tree when bailing out during code generation
Tobias Grosser
2016-03-23
1
-6
/
+28
*
Adapt to LLVM head, again
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Adapt to LLVM head. NFC"
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Adapt to LLVM head. NFC
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Codegen: Print error in Polly code verification and allow to disable verficat...
Tobias Grosser
2016-02-19
1
-8
/
+12
*
CodeGeneration: Add back verification of generated code
Tobias Grosser
2016-02-14
1
-0
/
+3
*
Make memory accesses with different element types optional
Tobias Grosser
2016-02-07
1
-3
/
+0
*
Adjust formatting to clang-format changes in 256149
Tobias Grosser
2015-12-21
1
-1
/
+1
*
IR cleanup after CodeGeneration
Michael Kruse
2015-11-26
1
-0
/
+6
*
[FIX] Use unreachable to indicate dead code and repair dominance
Johannes Doerfert
2015-11-08
1
-1
/
+6
*
Verify IR after we bail out
Johannes Doerfert
2015-11-08
1
-9
/
+11
*
[FIX] Bail out if there is a dependence cycle between invariant loads
Johannes Doerfert
2015-11-07
1
-1
/
+8
*
polly/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-1
/
+1
*
Remove independent blocks pass
Johannes Doerfert
2015-10-18
1
-1
/
+0
*
Allow invariant loads in the SCoP description
Johannes Doerfert
2015-10-07
1
-1
/
+7
*
Make ScopAnnotator a function-local variable to ensure it is freed at each run
Tobias Grosser
2015-10-04
1
-3
/
+1
*
Identify and hoist definitively invariant loads
Johannes Doerfert
2015-09-29
1
-1
/
+2
*
[NFC] Consistenly use commented and annotated ScopPass functions
Johannes Doerfert
2015-09-27
1
-2
/
+2
*
Sort includes using Chandler's sort_includes.py script
Tobias Grosser
2015-09-25
1
-3
/
+3
*
Merge TempScopInfo into ScopInfo
Michael Kruse
2015-09-10
1
-1
/
+0
*
Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h}
Michael Kruse
2015-09-10
1
-1
/
+0
*
[PM] Update Polly for the new AA infrastructure landed in r247167.
Chandler Carruth
2015-09-09
1
-0
/
+8
*
Fix Polly after SCEV port to new pass manager
Tobias Grosser
2015-08-17
1
-4
/
+4
*
Make TempScopInfo a RegionPass
Michael Kruse
2015-08-14
1
-0
/
+2
*
Assign regions to all BBs from CodeGeneration
Michael Kruse
2015-08-11
1
-0
/
+13
*
Revise the simplification of regions
Michael Kruse
2015-08-11
1
-4
/
+8
*
Add scalar and phi code generation
Johannes Doerfert
2015-05-22
1
-0
/
+2
*
Rename IslCodeGeneration to CodeGeneration
Tobias Grosser
2015-05-12
1
-0
/
+181
*
Drop Cloog support
Johannes Doerfert
2014-12-02
1
-1107
/
+0
*
Remove -polly-codegen-scev option and related code
Tobias Grosser
2014-11-30
1
-10
/
+0
*
Use nullptr instead of '0' for pointers
Tobias Grosser
2014-11-14
1
-1
/
+1
*
Use braces in multi-statement DEBUG() code [NFC]
Tobias Grosser
2014-10-22
1
-1
/
+1
*
[Refactor] Generalize parallel code generation
Johannes Doerfert
2014-10-03
1
-6
/
+11
*
[Refactor] Cleanup isl code generation
Johannes Doerfert
2014-09-10
1
-1
/
+2
*
Use "const auto &" in range based for loops
Tobias Grosser
2014-09-10
1
-5
/
+5
*
Fix formatting
Tobias Grosser
2014-08-31
1
-1
/
+1
*
Use range based for loops
Tobias Grosser
2014-08-31
1
-32
/
+19
*
Revert "[Refactor] Cleanup runtime code generation"
Tobias Grosser
2014-08-16
1
-2
/
+1
*
[Refactor] Cleanup runtime code generation
Johannes Doerfert
2014-08-12
1
-1
/
+2
*
[Fix] Broken build after r215121
Johannes Doerfert
2014-08-08
1
-6
/
+14
*
[Refactor] Use non-const MemoryAccess base addresses
Johannes Doerfert
2014-07-29
1
-1
/
+1
*
Replace the dependences parallelism check by the IslAst one
Johannes Doerfert
2014-07-28
1
-2
/
+24
*
Update for RegionInfo changes.
Matt Arsenault
2014-07-19
1
-3
/
+3
*
clang-format polly to avoid buildbot noise
Tobias Grosser
2014-07-09
1
-9
/
+9
*
[C++11] Use more range based fors
Tobias Grosser
2014-06-28
1
-8
/
+2
*
Update for ScopStmt iterator name change in LLVM r210927
Tobias Grosser
2014-06-19
1
-7
/
+4
*
Remove unnecessary explicit typing in std::make_pair
Tobias Grosser
2014-05-07
1
-1
/
+1
*
Add the missing 'LoopToScev' parameter
Tobias Grosser
2014-05-07
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[next]