platform/upstream/llvm.git
2022-02-15 Brad Smith[Driver][NetBSD] -r: imply -nostdlib like GCC
2022-02-15 Brad Smith[Driver][DragonFly] -r: imply -nostdlib like GCC
2022-02-15 Yonghong Song[BPF] Fix a bug in BTF_KIND_TYPE_TAG generation
2022-02-15 Snehasish KumarReland "[memprof] Introduce a wrapper around MemInfoBlock."
2022-02-15 Hongtao Yu[CSSPGO] Do not merge a context that is already duplica...
2022-02-15 Jun Zhang[Clang][Sema] Add a missing regression test about Wlite...
2022-02-15 Jim InghamThis test seems to pass on Linux, remove the x-fail.
2022-02-15 Mike Rice[OpenMP]Fix parsing of OpenMP directive nested in a...
2022-02-15 Jonas Devlieghere[dsymutil] Add the ability to run the DWARF verifier...
2022-02-15 Snehasish KumarReland "[memprof] Refactor out the MemInfoBlock into...
2022-02-15 Volodymyr Sapsai[modules] Add a flag for TagDecl if it was a definition...
2022-02-15 Peter Klausler[flang] Accept structure constructor value for polymorp...
2022-02-14 Jim InghamFix an incorrect assumption in "thread until": code...
2022-02-14 Jim InghamAdd a repeat command option for "thread backtrace ...
2022-02-14 Nikolas Klauser[libc++] Guard warning pragmas
2022-02-14 Nikolas Klauser[libc++] Replace _VSTD with std in __ranges/
2022-02-14 Bixia Zheng[mlir][sparse][taco] Support true dense tensors and...
2022-02-14 Peter Klausler[flang] Ensure a characterized ENTRY in a PURE subprogr...
2022-02-14 Florian Mayer[HWASAN] use common alignAndPadAlloca
2022-02-14 Louis Dionne[libc++][NFC] Fix typo in comment
2022-02-14 Martin Storsjö[libcxx] [ci] Enable LIBCXX_ENABLE_WERROR where possible
2022-02-14 Stefan Pintilie[PowerPC] Remove the LDMX instruction.
2022-02-14 Florian Mayer[NFC] [MTE] Move alignAndPadAlloca to MemoryTaggingSupport.
2022-02-14 Peter Klausler[flang] Accept NULL(mold=x) as constant component value...
2022-02-14 Dmitry Vassiliev[NVPTX] Fix NVPTXReplaceImageHandles for multiple uses...
2022-02-14 Dmitry Vassiliev[NVPTX] Fix bug with int_nvvm_rotate_b64 when operand...
2022-02-14 Sam Clegg[WebAssembly] Use GeneralDynamic TLS for exception...
2022-02-14 Nick Desaulniers[funcattrs] check reachability to improve noreturn
2022-02-14 Nikolas Klauser[libc++] Prepare string.nonmembers for constexpr
2022-02-14 LLVM GN Syncbot[gn build] Port 5d1c1a243c4d
2022-02-14 Marek Kurdej[libc++] [C++2b] [P0943] Add stdatomic.h header.
2022-02-14 Fangrui SongRevert D119669 "[NVPTX] Prefix "$L__" for branch label...
2022-02-14 Alex Lorenz[clang][test] Add -fuse-ld= to test cases added in...
2022-02-14 Louis Dionne[release] Use a supported way of building libc++ when...
2022-02-14 Dmitry Vassiliev[NVPTX] Prefix "$L__" for branch label names
2022-02-14 Jay Foad[MC] Define and use MCRegisterInfo::regsOverlap
2022-02-14 Joe Nash[AMDGPU] Fix AGPR offset for waitcnt
2022-02-14 Louis Dionne[libc++abi] Add a from-scratch testing config for Apple...
2022-02-14 Joseph Huber[Libomptarget][NFC] Remove constexpr to hide warnings
2022-02-14 Valentin Clement[flang] Lower basic function with scalar integer/logica...
2022-02-14 Alex Lorenz[clang][driver] add clang driver support for emitting...
2022-02-14 Martin Storsjö[libcxx] [test] Fix the get_weekday test on glibc
2022-02-14 Martin Storsjö[libcxx] [test] Simplify the handling of platform speci...
2022-02-14 Jonas Devlieghere[crashlog] Change heuristic to stripping the meta data...
2022-02-14 Jonas Devlieghere[lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION...
2022-02-14 Arthur O'Dwyer[libc++] [test] Uncomment std::ranges::min_element...
2022-02-14 Martin Storsjö[libcxx] Fix setup of MSVC specific intrinsics in Ryu...
2022-02-14 Jonathan Peyton[OpenMP][libomp] Introduce oneAPI compiler support
2022-02-14 Joe Nash[AMDGPU] Pre-commit test for wait between agpr & vgpr
2022-02-14 LLVM GN Syncbot[gn build] Port 85355a560a33
2022-02-14 LLVM GN Syncbot[gn build] Port 2a8f9a5e95de
2022-02-14 Raman Tenneti[libc] [Obvious] Fix.
2022-02-14 Nikolas Klauser[libc++] Implement P0627R6 (Function to mark unreachabl...
2022-02-14 Raman Tenneti[libc] [Obvious] Fix.
2022-02-14 Sanjay Patel[InstCombine] add tests for min/max intrinsics with...
2022-02-14 Snehasish KumarRevert "[memprof] Refactor out the MemInfoBlock into...
2022-02-14 Snehasish KumarRevert "[memprof] Introduce a wrapper around MemInfoBlock."
2022-02-14 Snehasish KumarRevert "[InstrProf] Make the IndexedInstrProf header...
2022-02-14 Snehasish KumarRevert "Reland "[memprof] Extend the index prof format...
2022-02-14 Louis Dionne[libc++][NFC] Remove redundant comment about availabili...
2022-02-14 Ahmed Bougacha[IR] Define "ptrauth" operand bundle.
2022-02-14 LLVM GN Syncbot[gn build] Port de54e4ab78ef
2022-02-14 Louis Dionne[libc++][NFC] Remove trailing whitespace
2022-02-14 Jason MolendaAlt mechanism to find the first loadable seg in a Mach...
2022-02-14 Shraiysh Vaishay[OpenMP][IRBuilder] Change the default constructor...
2022-02-14 Aaron BallmanUpdate the diagnostic behavior of [[noreturn]] in C2x
2022-02-14 Fangrui Song[lldb] Fix use-after-move in SymbolFile/NativePDB
2022-02-14 Fangrui Song[BitcodeReader] Fix use-after-move
2022-02-14 Snehasish KumarReland "[memprof] Extend the index prof format to inclu...
2022-02-14 Andy Yankovsky[lldb] Enable test for `getelementptr` const args for...
2022-02-14 Peter Klausler[flang] Allow DATA initialization of derived types...
2022-02-14 Fangrui Song[llvm-profdata] Fix use-after-move
2022-02-14 Maksim Panchenko[BOLT] Make order of jump table successors deterministic
2022-02-14 Kai Nacke[SystemZ/z/OS] Add XPLINK dynamic stack allocation
2022-02-14 alex-t[AMDGPU] Divergence-driven abs instruction selection
2022-02-14 Maksim Panchenko[BOLT] Skip warning message if no functions were ignored
2022-02-14 LLVM GN Syncbot[gn build] Port 0f73fb18ca33
2022-02-14 Snehasish KumarRevert "[memprof] Extend the index prof format to inclu...
2022-02-14 Alex Brachet[libc] Create cpp::IntegerSequence analogous to std...
2022-02-14 Raman TennetiIntroduce getenv to LLVM libc
2022-02-14 Peter Klausler[flang] Allow for deferred-length character in Establis...
2022-02-14 Andy Yankovsky[lldb] Add a positive test for `getelementptr` constant...
2022-02-14 LLVM GN Syncbot[gn build] Port 43c2348c5b92
2022-02-14 Snehasish Kumar[memprof] Extend the index prof format to include memor...
2022-02-14 Snehasish Kumar[InstrProf] Make the IndexedInstrProf header backwards...
2022-02-14 Snehasish Kumar[memprof] Introduce a wrapper around MemInfoBlock.
2022-02-14 Snehasish Kumar[memprof] Refactor out the MemInfoBlock into a macro...
2022-02-14 Fangrui Song[ELF][docs] Document "Output section type"
2022-02-14 Balazs BenicsRevert "[analyzer] Add failing test case demonstrating...
2022-02-14 Balazs BenicsRevert "[analyzer] Fix taint propagation by remembering...
2022-02-14 Balazs BenicsRevert "[analyzer] Fix taint rule of fgets and setproct...
2022-02-14 Stella Laurenzo[mlir][python] Directly implement sequence protocol...
2022-02-14 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_FILESYSTEM_LIBRARY.
2022-02-14 Jonas Devlieghere[lldb] Skip TestIOHandlerPythonREPLSigint if *host...
2022-02-14 Dávid Bolvanský[Inliner] Respect noinline call site attribute
2022-02-14 LLVM GN Syncbot[gn build] Port 00cd6c04202a
2022-02-14 Alex Lorenz[Preprocessor] Reduce the memory overhead of `#define...
2022-02-14 Fangrui Song[ELF] Fix dead initialization. NFC
2022-02-14 Aart Bik[mlir][sparse] minor cleanup of include placement
2022-02-14 Simon Pilgrim[InstCombine] Add additional tests requested for D119715
next