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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
1
-5
/
+20
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
1
-0
/
+74
*
[ZoneAlgo] Fix PHI inconsistency in invalid contexts.
Michael Kruse
2019-05-10
1
-0
/
+6
*
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
Keno Fischer
2019-05-08
3
-0
/
+58
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
9
-31
/
+8
*
Moving ManagedMemoryRewritePass when hybrid option is selected
Michael Kruse
2019-03-25
1
-4
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
[polly] Change to range-based invocation of llvm::sort
Mandeep Singh Grang
2019-01-18
1
-1
/
+1
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Update isl-cpp bindings
Tobias Grosser
2018-08-09
1
-1
/
+1
*
Rebase C++ bindings on top of latest isl bindings
Tobias Grosser
2018-08-01
1
-34
/
+39
*
Translate a couple of foreach callbacks into range-based iterator loops
Tobias Grosser
2018-06-29
1
-38
/
+25
*
[ScopHelper] Provide support for recognising collective invariant loads
Philip Pfaffe
2018-06-29
1
-1
/
+32
*
[ScopHelper] Cache ScopExpander results.
Eli Friedman
2018-06-27
1
-0
/
+12
*
Drop unnecessary whitespace [NFCI]
Tobias Grosser
2018-06-11
1
-2
/
+2
*
[polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()
Roman Lebedev
2018-05-19
1
-1
/
+1
*
[SCEVAffinator] BB can be null; don't use it to get the LLVMContext.
Eli Friedman
2018-05-18
1
-1
/
+1
*
[DeLICM] Avoid assertion on out-of-quota.
Michael Kruse
2018-05-16
1
-0
/
+4
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
2
-20
/
+23
*
[SCEVAffinator] Fix handling of pwaff complexity limit.
Eli Friedman
2018-05-14
1
-3
/
+11
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
1
-6
/
+6
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
2
-176
/
+151
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+52
*
[NewPM] Update pass registration for the LLVM plugin interface
Philip Pfaffe
2018-04-17
1
-0
/
+8
*
Revert r327216 'Add isl operator overloads for isl::pw_aff'
Tobias Grosser
2018-04-11
1
-1
/
+0
*
Remove immediate dominator heuristic for error block detection.
Michael Kruse
2018-04-09
1
-19
/
+0
*
[polly] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-13
1
-1
/
+1
*
Revert untested changes in SCEVAffinator
Tobias Grosser
2018-03-10
1
-1
/
+1
*
Add isl operator overloads for isl::pw_aff
Tobias Grosser
2018-03-10
1
-1
/
+3
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
2
-10
/
+9
*
Do not call band_list().dump()
Tobias Grosser
2018-02-20
1
-1
/
+0
*
[VirtualInst] Derive correct use kind of PHI operands. NFC.
Michael Kruse
2018-01-23
1
-6
/
+26
*
[IslTools] dumpPw: Dump same structure pieces together.
Michael Kruse
2018-01-16
1
-21
/
+44
*
[NFC] Fix formatting
Philip Pfaffe
2017-12-06
1
-4
/
+2
*
Port SCEVAffinator to the isl c++ bindings
Philip Pfaffe
2017-12-06
1
-107
/
+79
*
Handle Top-Level-Regions in polly::isHoistableLoad
Philip Pfaffe
2017-11-30
1
-3
/
+9
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-3
/
+6
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-4
/
+4
*
[Simplify] Mark (and sweep) based on latest access relation.
Michael Kruse
2017-10-26
1
-2
/
+2
*
[ISLTools] Translate computeReachingWrite to isl++. NFC.
Michael Kruse
2017-10-24
1
-24
/
+17
*
[Polly] Add dumpPw() and dumpExpanded() functions. NFC.
Michael Kruse
2017-09-29
1
-0
/
+338
*
[Support] Force instantiation of isl dump() methods. NFC.
Michael Kruse
2017-09-28
1
-0
/
+57
*
[ScopInfo] Allow uniform branch conditions
Tobias Grosser
2017-09-25
1
-0
/
+14
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-24
1
-0
/
+27
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
Revert "[ScopDetect/Info] Look through PHIs that follow an error block"
Michael Kruse
2017-09-06
1
-26
/
+0
*
[ISLTools]: Move singleton to isl++
Tobias Grosser
2017-09-04
1
-11
/
+9
[next]