Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
b08acee423935c16a1503335d78b84ccbbae4ef8
/
polly
/
lib
/
CodeGen
/
LoopGenerators.cpp
fe0e5b3
[Polly] Insert !dbg metadata for emitted CallInsts.
by Michael Kruse
· 2 years, 11 months ago
46354ba
[OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC)
by Nikita Popov
· 4 years, 3 months ago
0257a92
Fix polly build after StringRef change.
by Eli Friedman
· 5 years ago
89251ed
[CodeGen] LLVM OpenMP Backend.
by Michael Kruse
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
859ef1c
Fix the build after r314375
by Philip Pfaffe
· 8 years ago
0956a60
Disable the Loop Vectorizer in case of GEMM
by Roman Gareev
· 8 years ago
a6d48f5
Fix a lot of typos. NFC.
by Michael Kruse
· 8 years ago
5b263d4
[Polly] Remove unused header
by Hongbin Zheng
· 8 years ago
4fe342c
[Polly] Generate more 'canonical' induction variable
by Hongbin Zheng
· 8 years ago
7b5a4df
Exploit BasicBlock::getModule to shorten code
by Tobias Grosser
· 8 years ago
67726b3
SAdjust to recent change in constructor definition of AllocaInst
by Tobias Grosser
· 8 years ago
b3e30c3
Update for alloca construction changes
by Matt Arsenault
· 8 years ago
447f175
Fix formatting in LoopGenerators
by Philip Pfaffe
· 8 years ago
2d950f3
[Polly][NewPM] Pull references to the legacy PM interface from utilities and helpers
by Philip Pfaffe
· 8 years ago
7693b11
[OpenMP] Do not emit lifetime markers for context
by Tobias Grosser
· 8 years ago
b6945e3
Fix clang-format
by Tobias Grosser
· 8 years ago
8dd653d
clang-tidy: apply modern-use-nullptr fixes
by Tobias Grosser
· 9 years ago
3717aa5
This reverts recent expression type changes
by Tobias Grosser
· 9 years ago
d365537
Simplify the type adjustment in the IslExprBuilder
by Johannes Doerfert
· 9 years ago
5624d3c
Adjust formatting to clang-format changes in 256149
by Tobias Grosser
· 9 years ago
b8f58b5
polly/ADT: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
521dd58
Move the ValueMapT declaration out of BlockGenerator
by Johannes Doerfert
· 10 years ago
95e59aa
OpenMP: Name addresses in subfunction structure
by Tobias Grosser
· 10 years ago
a89dc57
Do not use '.' in subfunction names
by Tobias Grosser
· 10 years ago
72b8067
OpenMP: Name the values passed to the subfunciton according to the original llvm::Values
by Tobias Grosser
· 10 years ago
d8e3c8c
Fix typo
by Tobias Grosser
· 10 years ago
1128b365
Adapt to IRBuilder::CreateCall interface change
by Tobias Grosser
· 10 years ago
d4ea2f4
Revert "Adjust formatting to latest clang-format change"
by Tobias Grosser
· 10 years ago
ba0d092
Sort include directives
by Tobias Grosser
· 10 years ago
f7b5480
Adjust formatting to latest clang-format change
by Tobias Grosser
· 10 years ago
f0e3d50
[opaque pointer type] More GEP API migrations
by David Blaikie
· 10 years ago
5ec3333
[PM] Update Polly for LLVM r226394 and r226396 which changed some of the
by Chandler Carruth
· 10 years ago
6adcf56
[PM] Update Polly for LLVM r226385 which made LoopInfo actually derive
by Chandler Carruth
· 10 years ago
154d946
Add PreHeader always to OuterLoop
by Tobias Grosser
· 11 years ago
a441783
[Fix] Accidently changed the type of a libgomp argument in r219003.
by Johannes Doerfert
· 11 years ago
1356ac7
Put the parallel context alloca into the function entry block.
by Johannes Doerfert
· 11 years ago
990cd4c
Add option to limit the maximal number of parallel threads.
by Johannes Doerfert
· 11 years ago
12b355a
[Refactor] Generalize parallel code generation
by Johannes Doerfert
· 11 years ago
51d1c74
[Refactor] Rename LoopAnnotator to ScopAnnotator
by Johannes Doerfert
· 11 years ago
c7b719f
Annotate LLVM-IR for all parallel loops
by Johannes Doerfert
· 11 years ago
f8a678d
Build domtree of new loops correctly
by Tobias Grosser
· 11 years ago
dd5c144
Allow to generate a loop without the GuardBB
by Johannes Doerfert
· 11 years ago
2ef3f4f
Make used analysis passes explicit
by Johannes Doerfert
· 11 years ago
43e1ead
[Refactor] Use attributes to mark function as invalid for polly
by Johannes Doerfert
· 11 years ago
91f5b26
Use range-based for loops
by Tobias Grosser
· 11 years ago
2f4529f
clang-format: Remove empty lines
by Tobias Grosser
· 11 years ago
0c9de71
avoid warning
by Sebastian Pop
· 11 years ago
37c9b8e
Emit llvm.loop metadata for parallel loops
by Tobias Grosser
· 11 years ago
5103ba7
Introduce PollyIRBuilder
by Tobias Grosser
· 11 years ago
45bac0d
Use C++11 formatting
by Tobias Grosser
· 11 years ago
c5d1689
Update for llvm api change.
by Rafael Espindola
· 11 years ago
42aff30
Adapt to DomTree changes in r199104
by Tobias Grosser
· 11 years ago
e87c6a8
[cleanup] Update Polly for moved header in LLVM r199082.
by Chandler Carruth
· 11 years ago
4c932b8
Remove unneeded comma and update formatting
by Tobias Grosser
· 12 years ago
3081b0f
Update LoopInfo correctly
by Tobias Grosser
· 12 years ago
5db6ffd
LoopGenerators: Construct loops such that they are already loop rotated
by Tobias Grosser
· 12 years ago
8362818
Sort includes
by Tobias Grosser
· 12 years ago
e602a07
Reformat with clang-format
by Tobias Grosser
· 12 years ago
36e6ca0
Remove unnecessary explicit typing in std::make_pair
by Andy Gibbs
· 12 years ago
c14582f
CodeGen: clang-format goodness
by Tobias Grosser
· 12 years ago
535d52c
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
by Chandler Carruth
· 12 years ago
ae2d83e
Formatting: Break lines after binary operators such as '&&'
by Tobias Grosser
· 12 years ago
1bb59b0
Fix obvious formatting problems.
by Tobias Grosser
· 12 years ago
5d01691d
Revert multiple adress space changes in Polly
by Tobias Grosser
· 13 years ago
acdc5e8
Another fix for a build-bot reported API mismatch.
by Chandler Carruth
· 13 years ago
c967d8e
isl-codegen: Support '<' and '>'
by Tobias Grosser
· 13 years ago
7a3d820
Move TargetData to DataLayout to fix build breakage caused by LLVM r16540
by Micah Villmow
· 13 years ago
400a4ac
Mark the increments of the generated induction variables 'NSW'
by Tobias Grosser
· 13 years ago
8a84661
Refactor: Move the code generation related header files to include/polly/CodeGen.
by Hongbin Zheng
· 13 years ago
4ac4e15
Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function 'createLoop' by
by Hongbin Zheng
· 13 years ago
609089f
Move the CodeGeneration.cpp to the CodeGen folder and update the build system.
by Hongbin Zheng
· 13 years ago
[Renamed from polly/lib/LoopGenerators.cpp]
f74a4cd
CodeGen: Extract the LLVM-IR generaction of scalar and OpenMP loops.
by Tobias Grosser
· 13 years ago