summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* address commentsupstream/users/MaskRay/spr/mcclangllvm-readobjyaml2obj-support-crel-relocation-formatFangrui Song41 hours3790-61656/+110672
|\
| * [XRay][X86] Handle conditional calls when lowering patchable tail calls (#89364)Ricky Zhou44 hours2-6/+85
| * [XRay][X86] Fix stack alignment for custom event calls (#89360)Ricky Zhou44 hours3-1/+44
| * [X86] Simplify BB->getParent(). NFCFangrui Song44 hours1-1/+1
| * [unittest] Fix target tripleFangrui Song45 hours1-1/+1
| * [X86][CodeGen][test] Add `dead` modifier for eflags w/o users, NFCIShengchen Kan45 hours1-4/+4
| * [lld-macho] Add flag --keep-icf-stabs to LLD for MachO (#93137)alx3246 hours5-5/+42
| * [Driver][test] Replace legacy -target with --target=Fangrui Song46 hours42-597/+597
| * [LAA] Add tests with various early exits.Florian Hahn46 hours1-0/+187
| * [C++20] [Modules] Don't record implicitly declarations to BMI by default (#93...Chuanqi Xu47 hours2-2/+37
| * [VPlan] Preserve DT (and SCEV) in VPlan-native path (#93287)Florian Hahn2 days3-16/+8
| * [mlir][spirv] Add vector.interleave to spirv.VectorShuffle conversion (#93240)Angel Zhang2 days4-7/+57
| * [XRay][compiler-rt] Fix oob memory access in FDR BufferQueue iterator (#90940)Ricky Zhou2 days1-2/+2
| * [XRay][compiler-rt][x86_64] Preserve flags in x86_64 trampolines. (#89452)Ricky Zhou2 days1-8/+7
| * [Driver] Remove unneeded *-linux-gnu after D158183Fangrui Song2 days1-41/+38
| * [clang][ci] Move libc++ testing into the main PR pipeline (#93318)Vlad Serebrennikov2 days3-95/+103
| * [clang-format] Add LeftWithLastLine to AlignEscapedNewlines option (#93402)Owen Pan2 days7-17/+62
| * [gn build] Port e406d5ed9cb3LLVM GN Syncbot2 days1-18/+2
| * [libc++][pstl] Merge all frontend functions for the PSTL (#89219)Louis Dionne2 days23-2145/+1462
| * [AArch64][PAC] Fix creating check instructions for BBs without an epilog (#92...Igor Kudrin2 days2-16/+47
| * [libcxx][test][AIX] Fix the thousands_sep expectation for fr_FR locales (#92312)David Tenty2 days1-8/+9
| * [ARM] Regnerate LowOverheadLoop tests. NFCDavid Green2 days88-5850/+6966
| * [bazel] Add missing dependency for `llvm-tblgen` (#93486)Benoit Jacob2 days1-0/+1
| * [ELF,test] Simplify arm-gotoff.s and fix check prefixesFangrui Song2 days1-54/+16
| * [LowerSwitch] Use unsigned integer for range comparison (#93237)Peter Rong2 days2-1/+98
| * [libcxx] [test] Use `shlex.quote()` to fix Python 3.13 compatibility (#93376)Michał Górny2 days2-4/+5
| * update_llc_test_checks: better support for non-llc tools (#93135)Nicolai Hähnle2 days6-4/+92
| * [Clang] [Sema] Diagnose unexpanded parameter packs in attributes (#93482)Sirraide2 days4-0/+29
| * [Clang] Only non-overloaded dereference expressions are lvalues (#93457)cor3ntin2 days2-1/+12
| * [clang-tools-extra] Remove redundant FOLDER property. NFC.Michael Kruse2 days1-1/+0
| * [libc++] Remove libcxx/include/libcxx.impLouis Dionne2 days1-869/+0
| * [mlir][vector] Add result type to `interleave` assembly format (#93392)Jakub Kuderski2 days11-70/+62
| * [IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov2 days28-102/+523
| * [clang][Interp] Fix calling virtual CXXOperatorCallExprsTimm Bäder2 days2-1/+15
| * [Clang] [NFC] Clarify assume diagnostic (#93077)Sirraide2 days5-20/+20
| * [LoopCacheAnalysis] Fix loop cache cost to always round the cost up to the ne...Rouzbeh2 days12-95/+122
| * [Clang] Issue an error when an atomic builtin is called with a pointer to a z...Hendrik Hübner2 days4-6/+49
| * [clang][Interp] Fix returning references to functionsTimm Bäder2 days2-2/+8
| * [clang][Interp][NFC] Explicitly define PrimType valuesTimm Bäder2 days1-14/+14
| * [DebugInfo][GVNSink] Merging debug locations of sinked instructions (#92859)Shan Huang2 days3-3/+120
| * Reapply #91116 with fix (#93160)Kareem Ergawy2 days61-217/+420
| * [mlir][EmitC] Update comment (NFC)Marius Brehler2 days1-1/+1
| * [Clang] Correctly diagnose a static function overloading a non-static functio...cor3ntin2 days3-1/+20
| * [UniformityAnalysis] Use DenseSet for DivergentValues (#93455)Pierre van Houtryve3 days1-3/+2
| * [AMDGPU] Legalize and select raw/struct_buffer_load with tfe (#93310)Mirko Brkušanin3 days14-22/+4823
| * [clang][Interp] Don't try to dereference a null typeTimm Bäder3 days2-0/+5
| * [clang][Sema] Fix crash when diagnosing candidates with parameter packs (#93079)kadir çetinkaya3 days3-3/+23
| * [AMDGPU] Add amdgpu-as MMRA for fences (#78572)Pierre van Houtryve3 days9-20/+3236
| * [flang] add FIR to FIR pass to lower assumed-rank operations (#93344)jeanPerier3 days17-2/+361
| * [flang] add fir.rebox_assumed_rank operation (#93334)jeanPerier3 days5-0/+130