summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-249-14/+14
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-248-13/+13
* [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse2019-10-171-0/+94
* [ScopBuilder] Skip getting leader when merging statements to close holes.Michael Kruse2019-09-131-0/+80
* [Polly] Don't crash on invalid delinearization result.Eli Friedman2019-05-141-0/+27
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-101-1/+1
* [polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer2019-05-081-1/+1
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-154-5/+5
* [ScopBuilder] Set domain to empty instead of NULL.Michael Kruse2018-08-011-0/+36
* test: use regex matchers to make test-case robust against register renumberingsTobias Grosser2018-06-281-2/+2
* Adjust to recent LLVM changes to fix buildbotsTobias Grosser2018-06-161-2/+2
* [test] Fix a typo in a test case [NFCI]Tobias Grosser2018-06-131-2/+2
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-141-0/+37
* Adjust to debug info metadata format change.Tobias Grosser2018-05-101-3/+3
* [ScopInfo] Remove bail out condition in buildMinMaxAccess().Michael Kruse2018-05-091-0/+109
* [test] Replace undef with true/false to make test case less fragileTobias Grosser2018-05-081-5/+5
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-259-1/+55
* Allow arbitrary function calls for debugging purposes.Michael Kruse2018-04-201-0/+37
* [ScopInfo] Avoid iterator invalidation.Michael Kruse2018-04-101-0/+58
* [ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse2018-04-091-0/+100
* Remove immediate dominator heuristic for error block detection.Michael Kruse2018-04-095-104/+86
* Move code generation test case to test/CodeGen/Tobias Grosser2018-03-192-81/+0
* [ScopInfo] Do not use the set dimension ids to carry loop informationTobias Grosser2018-03-033-4/+4
* Update isl to isl-0.18-1047-g4a20ef8Tobias Grosser2018-02-2050-72/+72
* [ScopBuilder] scalar-indep: Fix mutually referencing PHIs.Michael Kruse2018-02-122-0/+126
* [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse2018-02-0345-56/+56
* [ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...Michael Kruse2018-01-232-12/+18
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-193-3/+3
* [ScopBuilder] Revise statement naming when there are multiple statements per BB.Michael Kruse2018-01-1811-43/+92
* [polly] [ScopInfo] Don't use isl_val_get_num_si.Eli Friedman2018-01-171-5/+35
* [ScopBuilder] Split statements on encountering store instructions.Michael Kruse2017-12-111-0/+62
* [ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.Michael Kruse2017-10-055-0/+331
* [ScopBuilder] Build invariant loads separately.Michael Kruse2017-10-024-11/+11
* [ScopBuilder] Build escaping dependencies separately.Michael Kruse2017-10-024-8/+8
* [ScopInfo] Allow PHI nodes that reference an error blockTobias Grosser2017-09-261-0/+62
* [ScopInfo] Allow invariant loads in branch conditionsTobias Grosser2017-09-251-0/+51
* [ScopInfo] Allow uniform branch conditionsTobias Grosser2017-09-251-0/+68
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-241-0/+61
* [IslExprBuilder] Do not generate RTC with more than 64 bitTobias Grosser2017-09-232-18/+17
* Revert "[ScopDetect/Info] Look through PHIs that follow an error block"Michael Kruse2017-09-061-61/+0
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-021-0/+61
* Fix Memory Access of failing tests.Michael Kruse2017-09-012-0/+103
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-312-0/+75
* Revert "[ScopInfo] Use statement lists for entry blocks of region statements"Tobias Grosser2017-08-312-75/+0
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-302-0/+75
* [ScopBuilder] Introduce metadata for splitting scop statement.Michael Kruse2017-08-306-6/+345
* [ScopInfo] Add option to treat all function parameters as dereferencible.Siddharth Bhat2017-08-211-0/+98
* [SCEVValidator] Loop exit values of loops before the SCoP are synthesizable.Michael Kruse2017-07-261-0/+61
* Untangle ScopInfo lit-testcases from specifics of the legacy-PMPhilip Pfaffe2017-07-217-22/+19
* [IslNodeBuilder] Relax complexity check in invariant loads and run it earlyTobias Grosser2017-07-201-0/+73
OpenPOWER on IntegriCloud