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
/
ScopHelper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
1
-0
/
+74
*
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
Keno Fischer
2019-05-08
1
-0
/
+12
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[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
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+52
*
Remove immediate dominator heuristic for error block detection.
Michael Kruse
2018-04-09
1
-19
/
+0
*
Handle Top-Level-Regions in polly::isHoistableLoad
Philip Pfaffe
2017-11-30
1
-3
/
+9
*
[ScopHelper] Do not crash on unreachable blocks
Tobias Grosser
2017-09-03
1
-1
/
+9
*
Do not consider mem intrinsics as error.
Michael Kruse
2017-08-29
1
-0
/
+4
*
Skip ignored intrinsics.
Michael Kruse
2017-08-29
1
-1
/
+1
*
[Polly][PM][WIP] Polly pass registration
Philip Pfaffe
2017-08-02
1
-2
/
+8
*
Make byref llvm::Use parameters const. NFC.
Michael Kruse
2017-07-19
1
-1
/
+1
*
[Invariant Loads] Do not consider invariant loads to have dependences.
Siddharth Bhat
2017-07-13
1
-1
/
+2
*
[ScopInfo] Do not use ScopStmt in Domain derivation of ScopInfo. NFC
Michael Kruse
2017-06-29
1
-0
/
+14
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-2
/
+2
*
[Polly] Add handling of Top Level Regions
Philip Pfaffe
2017-05-24
1
-3
/
+9
*
[Polly] Fix code generation of llvm.expect intrinsic
Tobias Grosser
2017-05-14
1
-1
/
+0
*
[ScopInfo] Introduce ScopStmt::getSurroundingLoop(). NFC.
Michael Kruse
2017-03-15
1
-14
/
+0
*
[Support] Remove unused function hasInvokeEdge. NFC.
Michael Kruse
2017-02-03
1
-9
/
+0
*
Update to recent formatting changes
Tobias Grosser
2017-02-01
1
-3
/
+2
*
Tidy up getFirstNonBoxedLoopFor [NFC]
Eli Friedman
2017-01-16
1
-0
/
+14
*
Adjust formatting to commit r292110 [NFC]
Tobias Grosser
2017-01-16
1
-2
/
+3
*
[FIX] Do not try to hoist obviously overwritten loads
Johannes Doerfert
2016-12-01
1
-0
/
+3
*
canSynthesize: Remove unused argument LI. NFC.
Michael Kruse
2016-11-29
1
-2
/
+1
*
Probably overwritten loads should not be considered hoistable
Johannes Doerfert
2016-11-17
1
-2
/
+22
*
[NFC] Add flag to disable error block assumptions
Johannes Doerfert
2016-11-17
1
-0
/
+7
*
[Polly CodeGen] Break critical edge from RTC to original loop.
Eli Friedman
2016-11-02
1
-8
/
+10
*
Move getIndexExpressionsFromGEP() to ScopHelper. NFC.
Michael Kruse
2016-06-28
1
-0
/
+49
*
Recommit: "[FIX] Determine insertion point during SCEV expansion"
Tobias Grosser
2016-06-11
1
-5
/
+13
*
Recommit: "Look through IntToPtr & PtrToInt instructions"
Tobias Grosser
2016-06-11
1
-6
/
+23
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-34
/
+9
*
[FIX] Determine insertion point during SCEV expansion
Johannes Doerfert
2016-06-06
1
-5
/
+13
*
Look through IntToPtr & PtrToInt instructions
Johannes Doerfert
2016-06-06
1
-6
/
+23
*
[NFC] Simplify code
Johannes Doerfert
2016-06-06
1
-1
/
+1
*
Use the SCoP directly for canSynthesize [NFC]
Johannes Doerfert
2016-05-23
1
-3
/
+4
*
[FIX] Synthezise Sdiv/Srem/Udiv instructions correctly.
Johannes Doerfert
2016-05-23
1
-22
/
+10
*
[FIX] Prevent division/modulo by zero in parameters
Johannes Doerfert
2016-04-29
1
-2
/
+20
*
[FIX] Do not recompute SCEVs but pass them to subfunctions
Johannes Doerfert
2016-04-09
1
-14
/
+5
*
[FIX] Teach the ScopExpander about parallel subfunctions
Johannes Doerfert
2016-04-08
1
-5
/
+14
*
Fix non-synthesizable loop exit values.
Michael Kruse
2016-03-01
1
-3
/
+3
*
[FIX] Compare SCEVs not values during SCEV expansion
Johannes Doerfert
2016-02-21
1
-4
/
+9
*
Follow uses to create value MemoryAccesses
Michael Kruse
2016-02-06
1
-0
/
+11
*
Introduce MemAccInst helper class; NFC
Michael Kruse
2016-01-27
1
-11
/
+0
*
ScopDetection: Tighten the check for always executed 'error blocks'
Tobias Grosser
2015-11-11
1
-1
/
+8
*
ScopDetection: Do not allow blocks to reference operands in error blocks
Tobias Grosser
2015-11-11
1
-0
/
+3
*
polly/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-1
/
+1
*
[NFC] Move helper functions to ScopHelper
Johannes Doerfert
2015-10-09
1
-0
/
+42
[next]