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
*
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
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-3
/
+3
*
Fix for vector codegen in OpenMP subfunctions
Tobias Grosser
2014-04-15
1
-0
/
+7
*
Codegeneration: Free memory correctly when using -polly-vectorizer=polly
Tobias Grosser
2014-04-14
1
-0
/
+1
*
Introduce PollyIRBuilder
Tobias Grosser
2014-03-04
1
-7
/
+7
*
Update for llvm api change.
Rafael Espindola
2014-02-25
1
-3
/
+4
*
GMP is only required for CLooG
Sebastian Pop
2014-02-22
1
-0
/
+21
*
CodeGeneration: Replace reference to isl_int with explicit mpz call.
Tobias Grosser
2014-01-19
1
-1
/
+1
*
Adapt to DomTree changes in r199104
Tobias Grosser
2014-01-13
1
-5
/
+5
*
clang-format: No empty line after 'public:'
Tobias Grosser
2013-10-15
1
-1
/
+0
*
[CodeGen] Fixup assert fails caused by incorrect LoopInfo update
Tobias Grosser
2013-09-02
1
-3
/
+1
*
CodeGeneration: Fix double free in vector for
Tobias Grosser
2013-07-29
1
-6
/
+9
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
1
-1
/
+2
*
Update LoopInfo correctly
Tobias Grosser
2013-05-16
1
-2
/
+7
*
LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
2013-05-16
1
-3
/
+3
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-5
/
+5
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-26
/
+31
*
Support SCoPs with multiple entry edges.
Tobias Grosser
2013-04-16
1
-9
/
+3
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
1
-11
/
+13
*
Support SCoPs with multiple exit edges
Tobias Grosser
2013-04-10
1
-1
/
+11
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-11
/
+7
[next]