aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[NFC] Add explicit #include llvm-config.h where its macros are used, last par...Daniil Fukalov1-0/+1
2024-09-17[polly] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim4-9/+6
2024-08-30[mlir][polly][llvm-lit] Fixed logic for turning on external shell in lit (#10...Connie Zhu2-2/+8
2024-08-27[polly][llvm-lit] Enabled lit internal shell for polly test suite (#105704)Connie Zhu2-4/+18
2024-08-16[TableGen] Refactor Intrinsic handling in TableGen (#103980)Rahul Joshi1-5/+5
2024-08-10[Polly] Use separate DT/LI/SE for outlined subfn. NFC. (#102460)Michael Kruse13-221/+351
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye5-8/+8
2024-07-31[polly] Remove unused variable in ScopBuilder.cpp (NFC)Jie Fu1-1/+0
2024-07-30[Polly] Data flow reduction detection to cover more cases (#84901)Karthika Devi C13-91/+651
2024-07-29[NFC][Load] Make `ScanFrom` required parameters (#100789)Vitaly Buka2-2/+3
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov3-4/+5
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov3-3/+5
2024-06-24Revert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)"Stephen Tozer1-2/+2
2024-06-24[IR][NFC] Update IRBuilder to use InsertPosition (#96497)Stephen Tozer1-2/+2
2024-06-21[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)Nikita Popov1-0/+1
2024-06-20[LLVM] Add InsertPosition union-type to remove overloads of Instruction-creat...Stephen Tozer1-2/+1
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-5/+5
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-1/+1
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy1-1/+1
2024-05-28[polly] Fix cppcheck SA comment reported in #91235 (#93505)Karthika Devi C1-1/+1
2024-05-25[polly] Revise IDE folder structure (#89752)Michael Kruse7-17/+12
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic1018-1450/+1386
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman1026-1404/+1472
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic1026-1472/+1404
2024-04-17[clang-format] Revert breaking stream operators to previous default (#89016)Owen Pan2-5/+6
2024-04-09[clang-format] Correctly annotate braces in macros (#87953)Owen Pan1-1/+1
2024-04-09[polly] Fix cppcheck SA comments reported in #82263 (#85749)Karthika Devi C2-12/+11
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C24-236/+412
2024-03-19[NFC][RemoveDIs] Use iterators for insertion at various call-sites (#84736)Jeremy Morse3-6/+8
2024-03-05[NFC][RemoveDIs] Always use iterators for inserting PHIsJeremy Morse1-1/+1
2024-02-19[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan4-4/+4
2024-02-16[LegacyPM] Remove legacy LoopRotate passArthur Eubanks1-1/+0
2024-02-14[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explic...Karthika Devi C2-18/+9
2024-02-12[polly] Make reduction detection checks more robust - part 2 (#80721)Karthika Devi C4-10/+14
2024-02-09[Polly][DebugInfo] Use getStableDebugLoc to avoid intrinsic-dependent behavio...Stephen Tozer4-8/+8
2024-01-30[polly] Make reduction detection checks more robust - part 1 (#75297)Karthika Devi C3-3/+107
2024-01-17[AST] Don't merge memory locations in AliasSetTracker (#65731)Bruno De Fraine3-6/+7
2024-01-08[polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in pol...Karthika Devi C2-0/+124
2024-01-02Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in po...Eli Friedman2-111/+1
2024-01-02[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75...Karthika Devi C2-1/+111
2023-12-25[polly] [CMake] Create component and install target in add_polly_library (#66...Violet Purcell1-0/+3
2023-12-25[polly] [CMake] Link polly-isl-test with LLVMSupport (#65424)vient1-0/+1
2023-12-07[polly][NFC] Refactor reduction detection code for modularity (#72343)Karthika Devi C1-30/+48
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov4-8/+8
2023-12-05[llvm][NFC] A start at cleaning up zero byte files that should have been remo...Brad Smith1-0/+0
2023-12-05Revert "[lldb] A start at cleaning up zero byte files that should have been r...Brad Smith1-0/+0
2023-12-04[lldb] A start at cleaning up zero byte files that should have been removedBrad Smith1-0/+0
2023-12-04[Support] Remove llvm/Support/Host.h (#74261)Kazu Hirata1-1/+1
2023-11-27[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song4-15/+14
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-1/+1