summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
...
* Move googletest to the third-party directoryTom Stellard2022-11-091-2/+2
* [CMake] Fix -Wstrict-prototypesSam James2022-11-081-12/+12
* [polly][test] Remove -polly-target from testsArthur Eubanks2022-10-284-4/+4
* [polly] Format RegisterPasses.cppArthur Eubanks2022-10-281-8/+4
* [polly] Remove legacy pass manager hooksArthur Eubanks2022-10-284-309/+67
* [Polly] Add support for -polly-enable-mse with NPM.Michael Kruse2022-10-261-2/+1
* [Polly] Add support for -polly-export with NPM.Michael Kruse2022-10-262-2/+61
* [Polly][docs] Avoid use of code-block:: guess.Michael Kruse2022-10-241-8/+8
* [Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse2022-10-206-66/+100
* [AA] Rename getModRefBehavior() to getMemoryEffects() (NFC)Nikita Popov2022-10-192-2/+2
* [AA] Rename uses of FunctionModRefBehavior (NFC)Nikita Popov2022-10-192-8/+8
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-09-142-2/+2
* [AA] Tracking per-location ModRef info in FunctionModRefBehavior (NFCI)Nikita Popov2022-09-142-47/+25
* Use std::gcd (NFC)Kazu Hirata2022-08-281-1/+2
* Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2022-08-252-2/+2
* Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman2022-08-241-0/+2
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-08-242-2/+2
* [Polly] Don't use `llvm-config` anymore (in CMake sad path)John Ericson2022-08-231-6/+3
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-183-6/+6
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-183-6/+6
* [test] Propagate HWASAN_OPTIONSVitaly Buka2022-08-171-0/+2
* [Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev2022-08-141-79/+0
* LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-094-7/+7
* [polly] Fixed a number of typos. NFCGabriel Ravier2022-08-0727-33/+33
* [Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev2022-08-074-5/+5
* [Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev2022-08-0721-21/+1734
* [Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse2022-07-265-15/+220
* Remove redundaunt virtual specifiers (NFC)Kazu Hirata2022-07-2510-27/+26
* [cmake] Support custom package install pathsJohn Ericson2022-07-251-8/+15
* Use any_of (NFC)Kazu Hirata2022-07-221-2/+1
* Use llvm::is_contained (NFC)Kazu Hirata2022-07-201-2/+1
* Use value instead of getValue (NFC)Kazu Hirata2022-07-153-13/+13
* [IR] Don't use blockaddresses as callbr argumentsNikita Popov2022-07-151-1/+1
* Use has_value instead of hasValue (NFC)Kazu Hirata2022-07-131-1/+1
* [Polly][MatMul] Abandon dependence analysis.Michael Kruse2022-06-296-49/+63
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-262-5/+5
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-253-21/+22
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-253-22/+21
* [Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead ...Mingming Liu2022-06-222-3/+3
* [polly] #include <algorithm>Arthur Eubanks2022-06-211-0/+1
* Don't use Optional::getValue (NFC)Kazu Hirata2022-06-201-3/+3
* Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-193-5/+5
* [NFC][Alignment] Simplify code in JSONExporterGuillaume Chatelet2022-06-131-5/+3
* [NFC][polly] Removed dead codeGuillaume Chatelet2022-06-131-15/+0
* [NFC] Use predecessors to replace make_range.jacquesguan2022-06-071-2/+2
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-0513-39/+34
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-057-12/+9
* Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song2022-06-041-5/+3
* Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song2022-06-0418-115/+90
* [IR] Enable opaque pointers by defaultNikita Popov2022-06-025-8/+8