summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [serialization] No transitive type changeupstream/users/ChuanqiXu9/NoTransitiveTypeChangeChuanqi Xu3 days11-119/+196
* [Serialization] No transitive identifier changeupstream/users/ChuanqiXu9/NoTtansitiveIdentifierChangeChuanqi Xu3 days11-112/+286
* [NFC] [Serialization] Avoid unnecessary check for if Identifier from ASTChuanqi Xu3 days1-2/+1
* [compiler-rt] Revise IDE folder structure (#89753)Michael Kruse3 days42-73/+45
* [AArch64LoopIdiomTransform] Simplify GEP construction (NFC)Nikita Popov3 days1-12/+8
* [PHITransAddr] Preserve all GEP nowrap flagsNikita Popov3 days2-8/+50
* [lldb] Add documentation for the max_children argument (#94192)Pavel Labath3 days2-11/+40
* [serialization] no transitive decl change (#92083)Chuanqi Xu3 days12-154/+302
* [mlir][bazel] Fix build after 46672c1dc3272adda838caa87bf3fb17411986fb.Benjamin Chetioui3 days1-1/+2
* [CMake] Remove supporting of DEFAULT_SYSROOT for the ARM/Aarch64 cross builds...Vladimir Vereschaka3 days1-10/+11
* [clang][nullability] Propagate storage location / value of `++`/`--` operator...martinboehme3 days2-0/+50
* [IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov3 days118-741/+360
* [mlir][emitc] arith.cmpf to EmitC conversion (#93671)Tina Jung3 days3-1/+402
* [mlir][bazel] Really fix BUILD after d0413438ec4d846211094b0652cf6c0f3c9408bb.Christian Sigg3 days1-13/+6
* [mlir][bazel] Fix BUILD after d0413438ec4d846211094b0652cf6c0f3c9408bb.Christian Sigg3 days1-13/+8
* [mlir][MemRef] Extend memref.subview sub-byte type emulation support. (#94045)Han-Chung Wang3 days3-34/+105
* [gn build] Port 8ea59ec6077eLLVM GN Syncbot3 days1-0/+1
* [Clang][Sema] Tweak tryCaptureVariable for unevaluated lambdas (#93206)Younan Zhang3 days7-11/+116
* [BOLT] Use rewriter interface for updating binary build ID (#94273)Maksim Panchenko3 days9-104/+147
* [MemProf][NFC] Use range for loop (#94308)Teresa Johnson3 days1-3/+2
* [test] Fix filecheck annotation typos (#91854)klensy3 days1-1/+1
* [MemProf] Use remove_if to erase MapVector elements in bulk (#94269)Teresa Johnson3 days1-18/+8
* [Attributor][FIX] Replace AANoFPClass MBEC propagation (#91030)Johannes Doerfert3 days34-1654/+1644
* [Asan] Teach FunctionStackPoisoner to filter out struct type with scalable ve...Yeting Kuo3 days2-2/+15
* [AArch64] Sink llvm.vscale.i32 into blocks for better isel (#93465)Fangcao Wang3 days2-1/+177
* [MemProf] Determine stack id references in BitcodeWriter without sorting (#94...Teresa Johnson3 days1-21/+31
* [flang][OpenMP] Handle `omp.private` in `FirOpBuilder::getAllocaBlock()` (#93...Kareem Ergawy3 days15-48/+78
* [libc][test] Fix TEST->TEST_F typo in getenv_and_setenv_test.cpp (#94304)Jordan Rupprecht4 days1-1/+1
* [mlir][arith] Further clean up select op definition (#93358)Jakub Kuderski4 days3-15/+9
* [PowerPC] Remove DAG matching in ADDIStocHA (#93905)Kai Luo4 days4-9/+7
* Fix lsda-section-name adding back RUN line incorrectly removed in 6ef632ad36c...Mehdi Amini4 days1-0/+1
* [NewPM][CodeGen] Port `finalize-isel` to new pass manager (#94214)paperchalice4 days16-8/+76
* [CodeGen] Fix compiler conditional combination (#94297)Keith Smiley4 days1-2/+2
* [LoongArch] Use R_LARCH_ALIGN without symbol as much as possible (#93775)Lu Weining4 days4-22/+30
* [Codegen, BasicBlockSections] Avoid cloning blocks which have their machine b...Rahman Lavaee4 days2-6/+31
* gn build: Use -fvisibility-global-new-delete=force-hidden to build libcxx/lib...pcc4 days3-3/+3
* Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94149)paperchalice4 days122-306/+823
* [mlir][vector] Add support for unrolling vector.bitcast ops. (#94064)Han-Chung Wang4 days8-0/+189
* [ARM64EC] Warn on using disallowed registers in assembly src. (#93618)Namish Kukreja4 days2-0/+118
* [lld] Revise IDE folder structure (#89747)Michael Kruse4 days4-7/+4
* [Clang] Prevent null pointer dereference in target attribute mangling (#94228)smanna124 days1-0/+6
* [AArch64] Support preserve_none calling convention (#91046)antangelo4 days16-16/+643
* update_test_checks: support more arm64_32-apple-watchos triplesJon Roelofs4 days2-2/+3
* [llvm][SelectionDAG] Relax llvm.ptrmask's size check on arm64_32 (#94125)Jon Roelofs4 days2-3/+25
* [flang] Propagate the BIND(C) attribute into procedures from their in… (#93...Peter Klausler4 days3-7/+107
* [flang][runtime][CUDA] Fix build error (#94281)Peter Klausler4 days1-1/+1
* [AMDGPU] Strengthen preload intrinsics to noundef and nonnull (#92801)Krzysztof Drewniak4 days6-87/+119
* [flang] Disallow branches into SELECT TYPE/RANK cases (#93893)Peter Klausler4 days2-15/+45
* [flang][runtime] Resilient opening of anonymous unit (#93876)Peter Klausler4 days5-13/+18
* [flang] Improve handling of NULL() arguments to intrinsics (#93866)Peter Klausler4 days3-30/+51