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
*
[Polly CodeGen] Break critical edge from RTC to original loop.
Eli Friedman
2016-11-02
1
-2
/
+3
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-4
/
+4
*
[IslNodeBuilder] Move run-time check generation to NodeBuilder [NFC]
Tobias Grosser
2016-08-08
1
-22
/
+1
*
[CodeGeneration] Do not set insert position redundantly
Tobias Grosser
2016-08-08
1
-1
/
+0
*
Extend the jscop interface to allow the user to declare new arrays and to ref...
Roman Gareev
2016-07-30
1
-0
/
+1
*
IslNodeBuilder: Make finalize() virtual
Tobias Grosser
2016-07-25
1
-2
/
+1
*
clang-tidy: Add llvm namespace comments
Tobias Grosser
2016-06-23
1
-1
/
+1
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-6
/
+4
*
[NFC] Generate runtime checks after the SCoP
Johannes Doerfert
2016-06-06
1
-4
/
+6
*
[NFC] Simplify code
Johannes Doerfert
2016-06-06
1
-2
/
+2
*
Decouple SCoP building logic from pass
Johannes Doerfert
2016-05-31
1
-2
/
+2
*
Duplicate part of the Region interface in the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-2
/
+2
*
Directly access information through the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-1
/
+1
*
Check overflows in RTCs and bail accordingly
Johannes Doerfert
2016-05-12
1
-1
/
+8
*
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
[next]