summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[LLDB] Add more helper functions to CompilerType class. (#73467)"upstream/revert-73467-compiler-typecmtice2023-11-262-320/+21
* [LLDB] Add more helper functions to CompilerType class. (#73467)cmtice2023-11-262-21/+320
* [mlir][spirv] Add floating point dot product (#73466)Jakub Kuderski2023-11-265-6/+141
* [clang-format] Fix a bug in formating `#define A x:` (#73220)Owen Pan2023-11-262-0/+8
* Fix for building llvm-flang with gcc 7.5.0 (minimum LLVM required gcc version...Raghu Maddhipatla2023-11-261-2/+1
* [libc++] Add missing headers to the modulemap (#71127)philnik7772023-11-2716-26/+139
* [DebugInfo][RemoveDIs] Instrument loop-rotate for DPValues (#72997)Jeremy Morse2023-11-265-8/+329
* Suppressed unused-var warning from c672ba7ddeJeremy Morse2023-11-261-1/+0
* [gn] manually re-sync llvm-exegesis tool depsNico Weber2023-11-272-3/+4
* [gn] port 92b821f2dcddNico Weber2023-11-271-1/+1
* [DebugInfo][RemoveDIs] Instrument inliner for non-instr debug-info (#72884)Jeremy Morse2023-11-2619-60/+469
* [NewPM] Remove StripGCRelocatesLegacyPass (#73403)Aiden Grossman2023-11-263-22/+0
* [LVI] Add NewPM printer pass (#73425)Aiden Grossman2023-11-264-0/+70
* [libc++][NFC] Use __construct_at and __destroy_at instead of using preprocess...philnik7772023-11-264-17/+5
* [libc++] Fix a few tests that are missing proper suffixes (#73444)philnik7772023-11-264-10/+10
* [OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop2023-11-2621-1/+256
* [readtapi] Use consistent error handling diagnostics (#73419)Cyndy Ishida2023-11-261-27/+25
* [libc++][test] Fix unused and nodiscard warnings (#73437)Stephan T. Lavavej2023-11-2620-40/+34
* [GitHub] Update bot message to suggest GitHub pull requests (#65914)Da-Viper2023-11-261-6/+4
* test-release.sh: Default to letting ninja select the number of build jobs (#7...Tom Stellard2023-11-261-4/+13
* [llvm][Coroutines] Remove no-op ptr-to-ptr bitcasts (NFC) (#73427)Youngsuk Kim2023-11-263-19/+9
* [NewPM] Remove CFGPrinterLegacyPass (#73414)Aiden Grossman2023-11-264-44/+0
* [Bazel] Fix llvm-exegesis build post 12b0ab2Aiden Grossman2023-11-261-1/+1
* [BOLT] Reset output addresses for deleted blocks (#73429)Maksim Panchenko2023-11-251-0/+6
* Add "REQUIRES: asserts" to test as it requires the compiler to hit an asserti...Douglas Yung2023-11-251-0/+1
* [BOLT][NFC] Refactor function state check (#73420)Maksim Panchenko2023-11-251-4/+0
* [XCOFF] make related SD symbols as isFunction (#69553)Chen Zheng2023-11-266-24/+96
* [X86][MC] Remove duplicated code in getX86SubSuperRegister by using macros, NFCIShengchen Kan2023-11-261-142/+102
* [X86[MC][test] Error for EGPR in 32-bit modeShengchen Kan2023-11-261-0/+3
* [NewPM] Remove CFGOnlyPrinterLegacyPass (#73412)Aiden Grossman2023-11-254-38/+0
* [NewPM] Remove Legacy RedudantDbgInstEliminationPass (#73405)Aiden Grossman2023-11-255-43/+0
* [NewPM] Remove CFGOnlyViewerLegacyPass (#73411)Aiden Grossman2023-11-253-33/+0
* [NewPM] Remove CFGViewerLegacyPass (#73410)Aiden Grossman2023-11-253-33/+0
* [NewPM] Remove CallGraphPrinterLegacyPass (#73409)Aiden Grossman2023-11-253-32/+0
* [NewPM] Remove PredicateInfoPrinterLegacyPass (#73407)Aiden Grossman2023-11-254-49/+0
* [NewPM] Remove Reg2Mem Legacy Pass (#73404)Aiden Grossman2023-11-255-47/+0
* [DWARFLinkerParallel] fix build on 32-bit platform. (#73388)avl-llvm2023-11-262-4/+21
* Reland "[llvm-exegesis] Switch from MCJIT to LLJIT (#72838)"Aiden Grossman2023-11-253-54/+36
* Reland "[clang][Sema] Use original template pattern when declaring implicit d...antangelo2023-11-254-6/+130
* [RISCV][GISel] Add simplest case of folding add with immediate into load/stor...Craig Topper2023-11-255-0/+235
* [RISCV][GISel] Test G_FRAME_INDEX folding into store address. NFCCraig Topper2023-11-252-0/+76
* [CGOpenMPRuntimeGPU] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-251-12/+2
* [JITLink][AArch32] Add test fixture with helper functions in error testsStefan Gränitz2023-11-251-11/+32
* [libc++] Updates mdspan synopsis,Mark de Wever2023-11-251-1/+1
* [libc++][doc] Fixes grammar issues.Mark de Wever2023-11-251-2/+2
* [JITLink][AArch32] Split invalid edge kind test out into readAddendDataErrorsStefan Gränitz2023-11-251-6/+22
* [llvm][NFC] Autoupdater x86 intrinsic selection (#73046)Nathan Sidwell2023-11-251-101/+98
* [libc++] Removes basic_string::reserve(). (#73354)Mark de Wever2023-11-258-6/+35
* [lld][LoongArch] Add a another corner testcase for elf::getLoongArchPageDeltaWeining Lu2023-11-252-1/+13
* [llvm][MC][ARM][Assembly] Emit relocations for LDRs (#72873)Eleanor Bonnici2023-11-257-10/+141