summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/OpenMP
AgeCommit message (Expand)Author
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse
2025-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice
2024-12-11[Polly] Disable vectorization for Polly's fallback loops (#119188)Karthika Devi C
2024-11-07[SCEV] Disallow simplifying phi(undef, X) to X (#115109)Yingwei Zheng
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse
2021-09-26[Polly] Support for InlineAsm.Michael Kruse
2021-09-22[Polly] Dissolve Isl test directory. NFC.Michael Kruse
2016-05-04Update to ISL 0.17.Michael Kruse
2016-04-09[FIX] Do not recompute SCEVs but pass them to subfunctionsJohannes Doerfert
2012-12-03execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop
2012-11-27do not execute the OpenMP tests when cloog is not foundSebastian Pop
2012-11-04Tests: Pipe test files into 'opt'Tobias Grosser
2012-11-02Tests: move content of .c files in .llTobias Grosser
2012-11-01Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser
2012-11-01CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser
2012-11-01Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser
2012-04-01CodeGen: Allow function parameters to be rewritten in getNewValue()Tobias Grosser
2012-03-29CodeGeneration: Proberly build the dominator treeTobias Grosser
2012-02-13tests: Replace . by %sTobias Grosser
2011-07-12Adapt to LLVM type system changesTobias Grosser
2011-05-06ScopDetection: Remember the functions generated by backend in a pointer set, ...Hongbin Zheng
2011-04-29Add initial version of PollyTobias Grosser