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
/
RegisterPasses.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Polly's Pass creation and initialization.
Andreas Simbuerger
2014-03-11
1
-289
/
+0
*
cmake: Split off functionality for LLVM loadable module
Tobias Grosser
2014-03-03
1
-60
/
+6
*
Enable polyhedral dead code elimination by default
Tobias Grosser
2014-02-21
1
-1
/
+1
*
Remove an unused parameter
Tobias Grosser
2014-01-27
1
-2
/
+2
*
Allow Polly at all optimization levels
Tobias Grosser
2014-01-27
1
-10
/
+0
*
Introduce -polly-canonicalize pass
Tobias Grosser
2014-01-02
1
-24
/
+3
*
RegisterPasses: Do not claim we schedule canonicalization passes at -O0
Tobias Grosser
2014-01-02
1
-19
/
+0
*
Fix 80 column violation
Tobias Grosser
2013-11-17
1
-2
/
+3
*
factor out code in shouldEnablePolly
Sebastian Pop
2013-11-16
1
-9
/
+14
*
ScopDetect: Only track detection failures if actually needed.
Tobias Grosser
2013-07-25
1
-0
/
+3
*
RegisterPass: Unhide -polly-show and -polly-show-only
Tobias Grosser
2013-07-22
1
-7
/
+8
*
Sort includes
Tobias Grosser
2013-05-07
1
-4
/
+2
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-16
/
+28
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-8
/
+10
*
Remove unneeded RegionSimplify pass.
Tobias Grosser
2013-04-17
1
-17
/
+0
*
SCEVCodegen should not run createIndVarSimplifyPass
Sebastian Pop
2013-04-08
1
-2
/
+4
*
RegisterPasses: Improve comments
Tobias Grosser
2013-03-23
1
-51
/
+117
*
RegisterPasses: clang-format
Tobias Grosser
2013-03-23
1
-76
/
+61
*
Do not canonicalize indvars with scev based codegen
Tobias Grosser
2013-03-21
1
-1
/
+4
*
Add option -polly-code-generator=none
Tobias Grosser
2013-03-20
1
-1
/
+5
*
fix typo
Sebastian Pop
2012-11-26
1
-1
/
+1
*
autoconf/cmake: Always require isl code generation.
Tobias Grosser
2012-10-21
1
-21
/
+1
*
RegisterPasses: Remove unreachable default case in switch
Tobias Grosser
2012-10-21
1
-2
/
+0
*
Add a new isl based code generation
Tobias Grosser
2012-10-02
1
-16
/
+54
*
Add an ast pretty printer pass based on the isl code generator
Tobias Grosser
2012-10-02
1
-0
/
+3
*
Add support for libpluto as the scheduling optimizer.
Tobias Grosser
2012-08-02
1
-1
/
+13
*
Move CLooG.h into include/polly/CodeGen/
Tobias Grosser
2012-05-29
1
-1
/
+1
*
make registerPollyPreoptPasses static
Sebastian Pop
2012-05-07
1
-1
/
+1
*
make registerPollyPasses static, remove param
Sebastian Pop
2012-05-07
1
-2
/
+2
*
Allow polly ask bb-vectorizer to vectorize the loop body.
Hongbin Zheng
2012-05-06
1
-1
/
+27
*
compile cloog code only when CLOOG_FOUND is set
Sebastian Pop
2012-05-04
1
-0
/
+4
*
1. Add a header guard for RegisterPasses.h to prevent multiple inclusion.
Hongbin Zheng
2012-04-26
1
-3
/
+5
*
Simplify import/export command line flags.
Tobias Grosser
2012-04-24
1
-11
/
+5
*
Unify the optimizer selection.
Tobias Grosser
2012-04-24
1
-32
/
+34
*
IndVarSimplify: Proberly initialize the pass.
Tobias Grosser
2012-03-23
1
-0
/
+1
*
Do not fail if a command line argument is given more than once
Tobias Grosser
2012-03-16
1
-9
/
+9
*
RegisterPasses: Allow to print the CFG right after polly
Tobias Grosser
2012-02-16
1
-0
/
+10
*
RegisterPasses: Add -polly-run-export-cloog option
Tobias Grosser
2012-02-16
1
-0
/
+7
*
Copy IndVarSimplify pass from LLVM to Polly
Tobias Grosser
2012-02-14
1
-2
/
+2
*
RegisterPasses: Make sure to always execute the SCoPInfo pass
Tobias Grosser
2012-02-06
1
-0
/
+2
*
Add a sceleton for a polyhedral dead code elimination.
Tobias Grosser
2012-01-31
1
-0
/
+10
*
RegisterPass: Expose functions to register Polly passes
Tobias Grosser
2012-01-30
1
-41
/
+53
*
Allow to run the Polly preopt passes with -O0
Tobias Grosser
2011-12-14
1
-30
/
+39
*
Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizers
Tobias Grosser
2011-11-22
1
-11
/
+14
*
RegisterPass: Disable Polly by default
Tobias Grosser
2011-11-17
1
-3
/
+32
*
RegisterPasses: Avoid double negation
Tobias Grosser
2011-11-17
1
-6
/
+8
*
Make JScop export/reimport accessible from clang
Tobias Grosser
2011-11-15
1
-1
/
+17
*
Add a workaround to fix SCoPs rejected because of 'region not simple'
Tobias Grosser
2011-11-10
1
-3
/
+12
*
Add an option to run the PoCC optimizer
Tobias Grosser
2011-10-23
1
-2
/
+19
*
Allow to disable the schedule optimizer
Tobias Grosser
2011-10-23
1
-1
/
+6
[next]