aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-31[SCEV] Teach SCEVExpander to use zext nneg when possible (#70815)Philip Reames1-1/+1
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata1-3/+3
2023-10-24[polly] Reformat due to d68826dfbd98Owen Pan2-6/+5
2023-10-20[polly] Use llvm::erase_value (NFC)Kazu Hirata1-7/+3
2023-09-19Move CallInst::CreateFree to IRBuilderBaseKonrad Kleine1-2/+2
2023-09-19[llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMallocKonrad Kleine1-3/+3
2023-09-18[IR] Remove unnecessary bitcast from CreateMalloc()Nikita Popov1-7/+7
2023-09-13[polly][www] Remove unused VideoJSJordan Rupprecht5-2014/+0
2023-09-05Bug fix for multi-line labels in CFG dot graphMarek Sedláček1-1/+1
2023-09-05[polly] Dynamic libraries are not supported on CygwinCarlo Bramini2-2/+2
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song2-2/+2
2023-08-17Headers for basic blocks in CFG dot graphsMarek Sedláček1-1/+1
2023-07-25Clear release notes for 18.xllvmorg-18-initTobias Hieta1-12/+0
2023-07-18[polly] Remove use of getWithSamePointeeType() (NFC)Nikita Popov1-13/+1
2023-07-03[Polly][FIX] Adjust enum after D153305Johannes Doerfert1-1/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao2-10/+10