summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/fmayer/sprnfc-scudo-use-allocationringbuffer-for-pointer-to-ring-bufferFlorian Mayer2024-02-211-13/+10
* [mlir] Use arith max or min ops instead of cmp + select (#82178)mlevesquedion2024-02-2113-218/+113
* [NVPTX] Correctly guard int -> bf16 on PTX version and SM versionDavid Majnemer2024-02-212-10/+12
* [NFC][clang] Remove trailing whitespacesBill Wendling2024-02-211-2/+2
* [BOLT] Fix memory leak in BinarySection (#82520)Maksim Panchenko2024-02-214-29/+22
* [Clang] Fixes to immediate-escalating functions (#82281)cor3ntin2024-02-214-3/+35
* Make lldbDataFormatters.py compatible with Python 3.8 (#82518)Alexander Richardson2024-02-211-0/+1
* [VPlan] Use opaque pointers in VPlan unit test IR (#69947)calebwat2024-02-212-200/+200
* [VPlan] Support live-ins without underlying IR in type analysis. (#80723)Florian Hahn2024-02-215-16/+30
* [TargetLowering] Actually add the adjustment to the significandDavid Majnemer2024-02-212-32/+39
* [gn] port 0a518db99e0c (clang-installapi)Nico Weber2024-02-214-4/+19
* [lldb][test] Modernize asserts (#82503)Jordan Rupprecht2024-02-2199-299/+335
* [nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu2024-02-212-26/+40
* [NVPTX] Simplify handling of ISD::BF16_TO_FPDavid Majnemer2024-02-211-4/+1
* [NVPTX] Set ISD::FP_{EXTEND,ROUND} to Custom for more typesDavid Majnemer2024-02-211-2/+4
* [InstallAPI] add explicit dependency on llvmOption libraryCyndy Ishida2024-02-211-0/+1
* [ARM,MC] Support FDPIC relocationsFangrui Song2024-02-2119-11/+153
* [AMDGPU] fixes mistake in #82018 (#82223)Nick Anderson2024-02-211-1/+1
* [InstallAPI] Add additional missing library dependencyCyndy Ishida2024-02-211-0/+1
* [InstallAPI] Add missing clangBasic library dependencyCyndy Ishida2024-02-211-0/+1
* [flang][OpenMP] Add support for copyprivate (#80485)Leandro Lupori2024-02-217-76/+418
* [coro] [async] Don't fail on targets that don't support tail callsMogball2024-02-211-3/+1
* [InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida2024-02-2130-271/+408
* Correctly round FP -> BF16 when SDAG expands such nodes (#82399)David Majnemer2024-02-2116-4430/+17189
* [OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber2024-02-21175-7044/+3622
* [flang][openmp] - depend clause support in target, target enter/update/exit d...Pranav Bhandarkar2024-02-214-11/+113
* [mlir][Vector] Add vector bitwidth target to xfer op flattening (#81966)Diego Caballero2024-02-214-13/+137
* Module::getOrInsertFunction: set debug info format (#82505)Harald van Dijk2024-02-211-2/+1
* Revert "[Coro] [async] Disable inlining in async coroutine splitting (#80904)"Mogball2024-02-218-262/+117
* [RISCV] Add test case for miscompile in gather -> strided load combine. NFCLuke Lau2024-02-221-0/+47
* [mlir][Transforms] Fix use-after-free in #82474 (#82504)Matthias Springer2024-02-211-4/+7
* [clang][Interp][NFC] Reject unimplemented cast expressions differentlyTimm Bäder2024-02-211-1/+1
* [LLVM][DWARF] Refactor code for generating DWARF V5 .debug_names (#82394)cmtice2024-02-212-12/+21
* [CostModel][X86] Reduce the extra costs for ICMP complex predicates when an o...Simon Pilgrim2024-02-213-911/+892
* [SimplifyCFG] Add test coverage for #80122Simon Pilgrim2024-02-211-0/+195
* [CostModel][X86] Add test coverage for icmp vs zeroSimon Pilgrim2024-02-211-0/+3057
* [clang][Interp] Allow adding an offset to a function pointerTimm Bäder2024-02-212-6/+37
* [Offload] Fix NVPTX global entry namesJoseph Huber2024-02-211-1/+1
* [RISCV][TTI] Cost a subvector extract at a register boundary with exact vlen ...Philip Reames2024-02-212-0/+245
* [mlir][Transforms][NFC] Simplify `ArgConverter` state (#81462)Matthias Springer2024-02-211-57/+22
* [mlir][Transforms] Support rolling back properties in dialect conversion (#82...Matthias Springer2024-02-213-2/+59
* [mlir][Transforms][NFC] Turn in-place op modification into `IRRewrite` (#81245)Matthias Springer2024-02-212-76/+74
* [SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475)Jonas Paulsson2024-02-212-1/+19
* [clang] Implement CWG1719 "Layout compatibility and cv-qualification revisite...Vlad Serebrennikov2024-02-215-25/+39
* [AArch64][SVE2] Enable dynamic shuffle for fixed length types. (#72490)Dinar Temirbulatov2024-02-212-35/+432
* [NFC][flang][OpenMP] Split `DataSharing` and `Clause` processors (#81973)Kareem Ergawy2024-02-2110-2035/+2371
* [CostModel][X86] Fix expanded CTPOP i8 costsSimon Pilgrim2024-02-213-3/+3
* [CostModel][X86] Don't use undef for icmp cost testsSimon Pilgrim2024-02-214-8120/+8120
* [clang] [SemaCXX] Disallow deducing "this" on operator `new` and `delete` (#8...Rajveer Singh Bharadwaj2024-02-213-1/+9
* [clang][Interp] Remove dereference()Timm Bäder2024-02-213-176/+18