aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
9 days[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov3-4/+5
10 days[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov3-3/+5
14 daysRevert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)"Stephen Tozer1-2/+2
14 days[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
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