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
/
LoopGenerators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] LLVM OpenMP Backend.
Michael Kruse
2019-03-19
1
-168
/
+40
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix the build after r314375
Philip Pfaffe
2017-09-28
1
-1
/
+1
*
Disable the Loop Vectorizer in case of GEMM
Roman Gareev
2017-08-22
1
-3
/
+3
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-2
/
+2
*
[Polly] Remove unused header
Hongbin Zheng
2017-05-12
1
-2
/
+0
*
[Polly] Generate more 'canonical' induction variable
Hongbin Zheng
2017-05-12
1
-4
/
+7
*
Exploit BasicBlock::getModule to shorten code
Tobias Grosser
2017-04-11
1
-2
/
+1
*
SAdjust to recent change in constructor definition of AllocaInst
Tobias Grosser
2017-04-11
1
-2
/
+2
*
Update for alloca construction changes
Matt Arsenault
2017-04-11
1
-1
/
+5
*
Fix formatting in LoopGenerators
Philip Pfaffe
2017-04-04
1
-2
/
+2
*
[Polly][NewPM] Pull references to the legacy PM interface from utilities and ...
Philip Pfaffe
2017-04-04
1
-2
/
+2
*
[OpenMP] Do not emit lifetime markers for context
Tobias Grosser
2017-03-18
1
-9
/
+0
*
Fix clang-format
Tobias Grosser
2016-12-19
1
-2
/
+5
*
clang-tidy: apply modern-use-nullptr fixes
Tobias Grosser
2016-06-22
1
-3
/
+3
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-8
/
+1
*
Simplify the type adjustment in the IslExprBuilder
Johannes Doerfert
2016-06-02
1
-1
/
+8
*
Adjust formatting to clang-format changes in 256149
Tobias Grosser
2015-12-21
1
-1
/
+1
*
polly/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-7
/
+7
*
Move the ValueMapT declaration out of BlockGenerator
Johannes Doerfert
2015-10-07
1
-5
/
+3
*
OpenMP: Name addresses in subfunction structure
Tobias Grosser
2015-09-28
1
-0
/
+1
*
Do not use '.' in subfunction names
Tobias Grosser
2015-09-08
1
-1
/
+7
*
OpenMP: Name the values passed to the subfunciton according to the original l...
Tobias Grosser
2015-09-05
1
-0
/
+1
*
Fix typo
Tobias Grosser
2015-08-19
1
-1
/
+1
*
Adapt to IRBuilder::CreateCall interface change
Tobias Grosser
2015-05-19
1
-2
/
+2
*
Revert "Adjust formatting to latest clang-format change"
Tobias Grosser
2015-05-11
1
-6
/
+1
*
Sort include directives
Tobias Grosser
2015-05-09
1
-1
/
+1
*
Adjust formatting to latest clang-format change
Tobias Grosser
2015-05-08
1
-1
/
+6
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-13
/
+13
*
[PM] Update Polly for LLVM r226394 and r226396 which changed some of the
Chandler Carruth
2015-01-18
1
-1
/
+1
*
[PM] Update Polly for LLVM r226385 which made LoopInfo actually derive
Chandler Carruth
2015-01-18
1
-3
/
+3
*
Add PreHeader always to OuterLoop
Tobias Grosser
2014-11-25
1
-3
/
+4
*
[Fix] Accidently changed the type of a libgomp argument in r219003.
Johannes Doerfert
2014-10-03
1
-3
/
+3
*
Put the parallel context alloca into the function entry block.
Johannes Doerfert
2014-10-03
1
-2
/
+15
*
Add option to limit the maximal number of parallel threads.
Johannes Doerfert
2014-10-03
1
-1
/
+7
*
[Refactor] Generalize parallel code generation
Johannes Doerfert
2014-10-03
1
-122
/
+95
*
[Refactor] Rename LoopAnnotator to ScopAnnotator
Johannes Doerfert
2014-10-02
1
-1
/
+1
*
Annotate LLVM-IR for all parallel loops
Johannes Doerfert
2014-10-01
1
-7
/
+11
*
Build domtree of new loops correctly
Tobias Grosser
2014-09-28
1
-1
/
+1
*
Allow to generate a loop without the GuardBB
Johannes Doerfert
2014-09-10
1
-40
/
+47
*
Make used analysis passes explicit
Johannes Doerfert
2014-08-07
1
-4
/
+4
*
[Refactor] Use attributes to mark function as invalid for polly
Johannes Doerfert
2014-07-15
1
-1
/
+1
*
Use range-based for loops
Tobias Grosser
2014-06-04
1
-2
/
+2
*
clang-format: Remove empty lines
Tobias Grosser
2014-03-21
1
-1
/
+0
*
avoid warning
Sebastian Pop
2014-03-13
1
-2
/
+2
*
Emit llvm.loop metadata for parallel loops
Tobias Grosser
2014-03-04
1
-1
/
+8
*
Introduce PollyIRBuilder
Tobias Grosser
2014-03-04
1
-1
/
+1
*
Use C++11 formatting
Tobias Grosser
2014-03-02
1
-8
/
+8
*
Update for llvm api change.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Adapt to DomTree changes in r199104
Tobias Grosser
2014-01-13
1
-2
/
+2
[next]