Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-11[Polly] Fix prevectorization of fused loops.Michael Kruse
2020-07-11[Polly] Fix -polly-opt-isl -analyzeMichael Kruse
2020-07-06Reland "[ScalarEvolution] createSCEV(): recognize `udiv`/`urem` disguised as ...Roman Lebedev
2020-07-01[BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks
2020-06-27Update polly tests to use -disable-basicaa to -disable-basic-aaSimon Pilgrim
2020-05-21Make Value::getPointerAlignment() return an Align, not a MaybeAlign.Eli Friedman
2020-05-16Fix polly tests after D79968.Eli Friedman
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-04-27[Polly] Fix long loop due to unsigned warparound.Michael Kruse
2020-04-20Require "target datalayout" to be at the beginning of an IR file.Eli Friedman
2020-04-13Make IRBuilder automatically set alignment on load/store/alloca.Eli Friedman
2020-04-06[Polly] Add -polly-isl-arg command line option.Michael Kruse
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-11[Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling.Michael Halkenhäuser
2020-02-11[Polly] Update ISL to isl-0.22.1-87-gfee05a13.Michael Kruse
2020-01-29[AliasAnalysis] Add missing FMRB_* enums.Eli Friedman
2020-01-22[polly] XFAIL memset_null.ll.Eli Friedman
2020-01-02Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille
2019-12-25Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-12-25Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-11-13[GPGPU] Fix regression test after 395124.Michael Kruse
2019-10-18[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse
2019-09-30Revert "Update polly test for SCEV change."Tim Northover
2019-09-18[CodeGen] Handle outlining of CopyStmts.Michael Kruse
2019-09-13[ScopBuilder] Skip getting leader when merging statements to close holes.Michael Kruse
2019-08-14[Polly-ACC] Fix test after IR-printer change.Michael Kruse
2019-07-19Update polly test for SCEV change.Eli Friedman
2019-06-17[test] Add wrap flags after D61934.Michael Kruse
2019-05-31[ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse
2019-05-21[DeLICM] Use polly::singleton to allow empty result.Michael Kruse
2019-05-21[CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse
2019-05-15[Polly] Don't crash on invalid delinearization result.Eli Friedman
2019-05-10[ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse
2019-05-08[polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer
2019-03-19[CodeGen] LLVM OpenMP Backend.Michael Kruse
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2018-10-12Fix another error related to YAML quoting.Zachary Turner
2018-09-27[IslAst] Fix InParallelFor nesting.Michael Kruse
2018-09-11 [PerfMonitor] Fix rdtscp callsitesTobias Grosser
2018-08-02[ScopBuilder] Set domain to empty instead of NULL.Michael Kruse
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse
2018-07-02Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe
2018-07-02[polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe
2018-06-29[ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe
2018-06-28test: use regex matchers to make test-case robust against register renumberingsTobias Grosser
2018-06-22[SCEV] Re-apply r335197 (with Polly fixes).Tim Shen
2018-06-16Adjust to recent LLVM changes to fix buildbotsTobias Grosser
2018-06-14[test] Fix a typo in a test case [NFCI]Tobias Grosser