summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/vitalybuka/spr/main.hwasan-dont-instrument-loads-from-global-if-globals-are-not-taggedVitaly Buka2024-03-27114-2296/+3104
|\
| * [NFC][HWASAN] Promote InstrumentGlobals to member (#86773)Vitaly Buka2024-03-271-2/+5
| * Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers2024-03-274-60/+16
| * [llvm-exegesis] Improve error handling for shm_open callsAiden Grossman2024-03-271-1/+6
| * [TEST][HWASAN] Fix test after #86771Vitaly Buka2024-03-271-0/+2
| * [TEST][HWASAN] Fix test after #86771Vitaly Buka2024-03-271-2/+2
| * [LegalizeDAG] Freeze index when converting insert_elt/insert_subvector to loa...Craig Topper2024-03-276-63/+82
| * [AArch64] Pre-commit test for #86717. NFCCraig Topper2024-03-271-0/+22
| * Finish revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Aiden Grossman2024-03-271-148/+0
| * Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel botAmy Kwan2024-03-272-2/+2
| * [Libomptarget][NFC] Remove trivially true checks on function pointers (#86804)Joseph Huber2024-03-273-62/+19
| * [libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty2024-03-274-16/+60
| * [CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka2024-03-2750-1234/+1640
| * [RISCV] Model vd as a src for some Zvk* instructions in MC layer. (#86710)Craig Topper2024-03-272-21/+39
| * [Target][RISCV] Add HwMode support to subregister index size/offset. (#86368)Craig Topper2024-03-2710-50/+242
| * Revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Neumann Hon2024-03-274-178/+14
| * [libc++][NFC] Remove whitespace that doesn't belongLouis Dionne2024-03-271-1/+1
| * Recommit "[VPlan] Replace disjoint or with add instead of dropping disjoint. ...Florian Hahn2024-03-275-2/+33
| * [Libomptarget] Move API implementations into GenericPluginTy (#86683)Joseph Huber2024-03-272-147/+444
| * [Offload] Change unregister library to use `atexit` instead of destructor (#8...Joseph Huber2024-03-272-37/+41
| * [clang-format] Fix anonymous reference parameter with default value (#86254)rayroudc2024-03-272-2/+23
| * [C99] Claim conformance to digraphs/iso646Aaron Ballman2024-03-272-1/+91
| * [nfc][PGO]Factor out profile scaling into a standalone helper function (#83780)Mingming Liu2024-03-275-45/+197
| * [HLSL] enforce unsigned types for reversebits (#86720)Farzon Lotfi2024-03-275-261/+25
| * [AArch64] Clear kill flags when removing FMOVDr. (#86308)David Green2024-03-272-1/+63
| * Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590)ChiaHungDuan2024-03-271-3/+3
| * [CSSPGO] Reject high checksum mismatched profile (#84097)Lei Wang2024-03-272-0/+78
| * [WebAssembly] Remove threwValue comparison after __wasm_setjmp_test (#86633)Heejin Ahn2024-03-273-12/+7
| * [NFC][libc++][TZDB] Improves some internals. (#84800)Mark de Wever2024-03-273-26/+31
* | [𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka2024-03-27355-4319/+8165
|\|
| * [NFC][IR] Add SetNoSanitize helpers (#86772)Vitaly Buka2024-03-273-0/+14
| * [NFC][HWASAN] Precommit globals-access testVitaly Buka2024-03-271-0/+60
| * [NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli2024-03-2718-34/+34
| * [X86] combine-pavg.ll - add demandedelts test coverage for #86284Simon Pilgrim2024-03-271-0/+30
| * [X86] combineExtractFromVectorLoad support extraction from vector of differen...Simon Pilgrim2024-03-276-292/+179
| * [ELF] --pack-dyn-relocs=android+relr: place IRELATIVE in .rela.plt (#86751)Fangrui Song2024-03-272-2/+58
| * [LegalizeDAG] Merge PerformInsertVectorEltInMemory into ExpandInsertToVectorT...Craig Topper2024-03-271-57/+26
| * [flang][OpenMP] Rename makeList overloads to make{Objects,Clauses}, NFC (#86725)Krzysztof Parzyszek2024-03-275-34/+34
| * Fix signed/unsigned comparison warning. NFC.Simon Pilgrim2024-03-271-1/+1
| * [bazel] Remove -lm on macOS (#86706)Keith Smiley2024-03-271-0/+4
| * [InstallAPI] Add *umbrella-header options (#86587)Cyndy Ishida2024-03-2711-7/+206
| * [Thumb1] LivePhysRegs to LiveRegUnits (#84474)AtariDreams2024-03-271-8/+3
| * [X86] Add -verify-machineinstrs to huge stack testsSimon Pilgrim2024-03-272-3/+3
| * Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI.Simon Pilgrim2024-03-271-1/+1
| * [lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda2024-03-274-0/+78
| * [libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer2024-03-2726-107/+77
| * Revert rG58de1e2c5eee548a9b365e3b1554d87317072ad9 "Fix stack layout for frame...Simon Pilgrim2024-03-2721-116/+86
| * [ARM][MVE] Remove kill flags when reusing VPR register. (#86300)David Green2024-03-272-1/+25
| * [libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)Nikolas Klauser2024-03-275-48/+15
| * [SystemZ][z/OS] TXT records in the GOFF reader (#74526)Yusra Syeda2024-03-274-14/+326