- ca09e37 [polly] Remove an unused local variable (NFC) (#144012) by Kazu Hirata · 10 days ago main master
- 52920a0 [Remarks] Remove an upcast footgun. NFC (#142191) by Jon Roelofs · 3 weeks ago
- 75469c0 [CMake] respect LLVMConfig.cmake's LLVM_DEFINITIONS in standalone builds (#138587) by jeremyd2019 · 5 weeks ago
- 7f0299f Fix regression tests with bad FileCheck checks (#140373) by Mohammad Bashir · 5 weeks ago
- 7091aa9 [polly] Drop const from return types (NFC) (#140837) by Kazu Hirata · 5 weeks ago
- a001e48 [polly] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139418) by Kazu Hirata · 6 weeks ago
- f50ac7d Reapply "IR: Remove uselist for constantdata (#137313)" (#138961) by Matt Arsenault · 7 weeks ago
- 0a761d1 Revert "IR: Remove uselist for constantdata (#137313)" by Kirill Stoimenov · 7 weeks ago
- a78aa60 IR: Remove uselist for constantdata (#137313) by Matt Arsenault · 7 weeks ago
- aa6cb3a [RemoveDI][Polly] Migrate to adapt to the new DebugRecord format in more areas (#135935) by Karthika Devi C · 8 weeks ago
- bd8bb41 [Documentation] Always use SVG for dot-generated doxygen images. (#136843) by cor3ntin · 8 weeks ago
- 349f271 [RemoveDI][Polly] Use iterators instead of instruction pointers to SetInsertPoint (#135336) by Karthika Devi C · 9 weeks ago
- 697c310 [polly] Prefer PointerType::get with LLVMContext over Type (NFC) (#133868) by Mats Jun Larsen · 3 months ago
- c60c0b5 Reapply "[EquivalenceClasses] Replace findValue with contains (NFC)." by Florian Hahn · 3 months ago
- 3184440 [polly] Use DenseMap::insert_range (NFC) (#133657) by Kazu Hirata · 3 months ago
- 5616aec [polly] Use *Set::insert_range (NFC) (#133609) by Kazu Hirata · 3 months ago
- 4db7b13 [IR] Store Triple in Module (NFC) (#129868) by Nikita Popov · 4 months ago
- 568a2e8 [Polly] Ensure i1 preload condition by Michael Kruse · 5 months ago
- 9ef8d2a [Polly] Fix typos discovered by codespell (#124545) by Christian Clauss · 5 months ago
- 000f30d [NFC][DebugInfo] Use iterator-flavour getFirstNonPHI at many call-sites (#123737) by Jeremy Morse · 5 months ago
- dbe0cda [NFC][DebugInfo] Use iterator moveBefore at many call-sites (#123583) by Jeremy Morse · 5 months ago
- 6deef48 [Polly] Add vectorize metadata to loops identified as vectorizable by polly (#113994) by Karthika Devi C · 5 months ago
- 53f4ab3 [Polly][CMake] Fix exports (#122123) by Nikita Popov · 5 months ago
- e64d05e [Polly] Revert changes to isl Python code by Nikita Popov · 5 months ago
- 8809d58 [Polly] Fix invalid escape sequences (#94037) by Eisuke Kawashima · 5 months ago
- a00c3a5 [Polly] Use "is" instead of "==" to check for None (#94021) by Eisuke Kawashima · 5 months ago
- d14b668 [Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413) by Karthika Devi C · 6 months ago
- 3710595 [docs] fix grammar mistake (#121695) by staz · 6 months ago
- 64875dc [polly] Skip instructions of different function in isHoistableLoad. (#118963) by Karthika Devi C · 6 months ago
- 6c974da [Polly] Fix gtest logic for standalone builds (#121114) by Michał Górny · 6 months ago
- cfc39c4 [cmake] Drop `AddFileDependencies` and `CMakeParseArguments` (#120002) by paperchalice · 6 months ago
- 1ad4311 [Polly] Use const SCEV * explicitly in more places. (NFC) by Florian Hahn · 6 months ago
- daa4e3a [Polly] Disable vectorization for Polly's fallback loops (#119188) by Karthika Devi C · 6 months ago
- e01128a [polly] Add a Maintainers.md file by David Spickett · 7 months ago
- 6cdc251 [SCEV] Disallow simplifying phi(undef, X) to X (#115109) by Yingwei Zheng · 8 months ago
- a2902f3 [polly] Add nullptr check to fix #113772 (#114206) by Karthika Devi C · 8 months ago
- 671dd74 [Polly] Remove unused variable 'IdentTy' in LoopGeneratorsKMP.cpp (NFC) by Jie Fu · 8 months ago
- ae97ddb [polly] Avoid llvm::Type::getPointerTo() (NFC) (#112651) by Youngsuk Kim · 8 months ago
- e0a5c36 [polly] Avoid llvm::Type::getPointerTo() (NFC) (#112368) by Youngsuk Kim · 8 months ago
- dbaef68 [NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752) by Rahul Joshi · 9 months ago
- c84b312 [IRBuilder] Remove uses of CreateGlobalStringPtr() (NFC) by Nikita Popov · 9 months ago
- 2922035 [NFC] Add explicit #include llvm-config.h where its macros are used, last part. (#107615) by Daniil Fukalov · 9 months ago
- a5ddd66 [polly] Tidy uses of raw_string_ostream (NFC) by Youngsuk Kim · 9 months ago
- 8c91210 [mlir][polly][llvm-lit] Fixed logic for turning on external shell in lit (#106458) by Connie Zhu · 10 months ago
- 271db69 [polly][llvm-lit] Enabled lit internal shell for polly test suite (#105704) by Connie Zhu · 10 months ago
- e2bafc9 [TableGen] Refactor Intrinsic handling in TableGen (#103980) by Rahul Joshi · 10 months ago
- 06a6edb [Polly] Use separate DT/LI/SE for outlined subfn. NFC. (#102460) by Michael Kruse · 11 months ago
- 1a8046a [IRBuilder] Generate nuw GEPs for struct member accesses (#99538) by Hari Limaye · 11 months ago
- 3e4d53f [polly] Remove unused variable in ScopBuilder.cpp (NFC) by Jie Fu · 11 months ago
- defe7b1 [Polly] Data flow reduction detection to cover more cases (#84901) by Karthika Devi C · 11 months ago
- ad14fcb [NFC][Load] Make `ScanFrom` required parameters (#100789) by Vitaly Buka · 11 months ago
- ec323a1 [IRBuilder] Don't include Module.h (NFC) (#97159) by Nikita Popov · 12 months ago
- 72cce5a [IR] Don't include Module.h in Analysis.h (NFC) (#97023) by Nikita Popov · 12 months ago
- 0a8750d Revert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)" by Stephen Tozer · 12 months ago
- 6d74a01 [IR][NFC] Update IRBuilder to use InsertPosition (#96497) by Stephen Tozer · 12 months ago
- 74ad035 [IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219) by Nikita Popov · 1 year ago
- 562ba52 [LLVM] Add InsertPosition union-type to remove overloads of Instruction-creation (#94226) by Stephen Tozer · 1 year ago
- 5f11732 [RemoveDIs] Print IR with debug records by default (#91724) by Stephen Tozer · 1 year ago
- 9861e75 [IR] Remove support for icmp and fcmp constant expressions (#93038) by Nikita Popov · 1 year, 1 month ago
- 8dd2cb3 [test] Fix filecheck annotation typos (#91854) by klensy · 1 year, 1 month ago
- c260306 [polly] Fix cppcheck SA comment reported in #91235 (#93505) by Karthika Devi C · 1 year, 1 month ago
- 7fb1ed6 [polly] Revise IDE folder structure (#89752) by Michael Kruse · 1 year, 1 month ago
- a793002 Reland "[polly] Port polly tests to use NPM" (#92918) by rahulana-quic · 1 year, 1 month ago
- 888d719 Revert "[polly] Port polly tests to use NPM" (#92215) by Eli Friedman · 1 year, 1 month ago
- 66fa79b [polly] Port polly tests to use NPM (#90632) by rahulana-quic · 1 year, 1 month ago
- a44c1b8 [clang-format] Revert breaking stream operators to previous default (#89016) by Owen Pan · 1 year, 2 months ago
- 8b18f6e [clang-format] Correctly annotate braces in macros (#87953) by Owen Pan · 1 year, 2 months ago
- ae3a099 [polly] Fix cppcheck SA comments reported in #82263 (#85749) by Karthika Devi C · 1 year, 2 months ago
- 41a0a25 [polly] Add polly-debug flag to print debug info from all parts of polly (#78549) by Karthika Devi C · 1 year, 3 months ago
- 9b42913 [NFC][RemoveDIs] Use iterators for insertion at various call-sites (#84736) by Jeremy Morse · 1 year, 3 months ago
- 83a678f [NFC][RemoveDIs] Always use iterators for inserting PHIs by Jeremy Morse · 1 year, 4 months ago
- 8a47c17 [clang-format] Correctly annotate braces of empty ctors/dtors (#82097) by Owen Pan · 1 year, 4 months ago
- 0b5c502 [LegacyPM] Remove legacy LoopRotate pass by Arthur Eubanks · 1 year, 4 months ago
- f366ac5 [polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explicit restoration (#79303) by Karthika Devi C · 1 year, 4 months ago
- e496dbc [polly] Make reduction detection checks more robust - part 2 (#80721) by Karthika Devi C · 1 year, 4 months ago
- 4178537 [Polly][DebugInfo] Use getStableDebugLoc to avoid intrinsic-dependent behaviour (#81246) by Stephen Tozer · 1 year, 5 months ago
- e52cc87 [polly] Make reduction detection checks more robust - part 1 (#75297) by Karthika Devi C · 1 year, 5 months ago
- f2b7072 [AST] Don't merge memory locations in AliasSetTracker (#65731) by Bruno De Fraine · 1 year, 5 months ago
- c4e6c1b [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) by Karthika Devi C · 1 year, 6 months ago
- f290f08 Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75141)" by Eli Friedman · 1 year, 6 months ago
- ee34bbf [polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75141) by Karthika Devi C · 1 year, 6 months ago
- e742c8f [polly] [CMake] Create component and install target in add_polly_library (#66598) by Violet Purcell · 1 year, 9 months ago
- f5715bf [polly] [CMake] Link polly-isl-test with LLVMSupport (#65424) by vient · 1 year, 10 months ago
- 1feddcb [polly][NFC] Refactor reduction detection code for modularity (#72343) by Karthika Devi C · 1 year, 7 months ago
- fc36559 [Polly] Add disjoint flag to some tests (NFC) by Nikita Popov · 1 year, 7 months ago
- cf139aa [llvm][NFC] A start at cleaning up zero byte files that should have been removed (#74404) by Brad Smith · 1 year, 7 months ago
- 1cb5d01 Revert "[lldb] A start at cleaning up zero byte files that should have been removed" by Brad Smith · 1 year, 7 months ago
- 65a2a39 [lldb] A start at cleaning up zero byte files that should have been removed by Brad Smith · 1 year, 7 months ago
- 30977f8 [Support] Remove llvm/Support/Host.h (#74261) by Kazu Hirata · 1 year, 7 months ago
- 8962ed2 [mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC by Fangrui Song · 1 year, 7 months ago
- c3acaf4 [NFC] Remove Type::getInt8PtrTy (#71029) by Paulo Matos · 1 year, 8 months ago
- f03b88e [SCEV] Teach SCEVExpander to use zext nneg when possible (#70815) by Philip Reames · 1 year, 8 months ago
- e25f7ae [ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156) by Kazu Hirata · 1 year, 8 months ago
- d1b0fa3 [polly] Reformat due to d68826dfbd98 by Owen Pan · 1 year, 8 months ago
- 99ab354 [polly] Use llvm::erase_value (NFC) by Kazu Hirata · 1 year, 8 months ago
- 6349dcd Move CallInst::CreateFree to IRBuilderBase by Konrad Kleine · 1 year, 10 months ago
- 5726fff [llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc by Konrad Kleine · 1 year, 10 months ago
- cd429b9 [IR] Remove unnecessary bitcast from CreateMalloc() by Nikita Popov · 1 year, 9 months ago
- db1278c [polly][www] Remove unused VideoJS by Jordan Rupprecht · 1 year, 9 months ago
- 1992cd1 Bug fix for multi-line labels in CFG dot graph by Marek Sedláček · 1 year, 10 months ago