platform/upstream/llvm.git
2022-04-10 Craig Topper[RISCV] Remove unnecessary cast to i8* when converting...
2022-04-10 Alexander Shaposhnikov[ObjCopy][NFC] Refactor handling of linkedit_data_comma...
2022-04-10 Alexander Shaposhnikov[ObjCopy][NFC] Add missing const in MachOLayoutBuilder.h
2022-04-10 Alexander Shaposhnikov[ObjCopy][NFC] Refactor handling of linkedit_data_command
2022-04-09 Aaron BallmanGiving a lot more functions prototypes; NFC
2022-04-09 Bill Wendling[randstruct] NFC change to use static
2022-04-09 LLVM GN Syncbot[gn build] Port 7aa8c38a9e19
2022-04-09 Connor Kuehl[randstruct] Add randomize structure layout support
2022-04-09 Florian Hahn[IRBuilder] Remove commented out include.
2022-04-09 Simon Pilgrim[X86] Remove cfi noise from splat-for-size.ll tests
2022-04-09 Fangrui SongAdd some prototypes to fix -Wstrict-prototypes. NFC
2022-04-09 PeixinQiao[flang] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIO...
2022-04-09 Craig Topper[RISCV] Only try LUI+SH*ADD+ADDI for int materializatio...
2022-04-09 Simon Pilgrim[X86] Add original test coverage for Issue #54819
2022-04-09 Simon Pilgrim[X86] Fold concat(pshufb(x,y),pshufb(z,w)) -> pshufb...
2022-04-09 owenca[clang-format] Add execute permission to dump_format_he...
2022-04-09 Aaron BallmanAdd some prototypes to these functions; NFC
2022-04-09 LLVM GN Syncbot[gn build] Port a96443eddedc
2022-04-09 Nikolas Klauser[libc++] Implement P0401R6 (allocate_at_least)
2022-04-09 Simon Pilgrim[X86] lowerV64I8Shuffle - attempt to fold to SHUFFLE...
2022-04-09 Aaron BallmanAdd some prototypes to these checks; NFC
2022-04-09 Florian Hahn[VPlan] Model pre-header explicitly.
2022-04-09 Simon Pilgrim[X86][SSE] combineSelect - more aggressively create...
2022-04-09 Jonas Hahnfeld[CUDA/HIP] Remove argument from module ctor/dtor signatures
2022-04-09 Simon Pilgrim[X86] Add v64i8 shuffle test coverage
2022-04-09 Simon Pilgrim[X86] Reduce some superfluous diffs between znver1...
2022-04-09 Simon Pilgrim[LoopVectorize] Regenerate first-order-recurrence.ll
2022-04-09 Simon Pilgrim[AArch64] validateTargetOperandClass - early out from...
2022-04-09 Kai Luo[PowerPC] Generate tests for 16-byte atomic load/store...
2022-04-09 Vitaly Buka[sanitizer] Disable new test on Android to fix a bot
2022-04-09 LLVM GN Syncbot[gn build] Port 889302292bf6
2022-04-09 Mark de Wever[libc++][format][4/6] Improve formatted_size.
2022-04-09 Mark de Wever[libc++][format][3/6] Adds a __container_buffer.
2022-04-09 Fangrui SongReland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX...
2022-04-09 Fangrui Song[scudo][test] Link with -no-pie to be agnostic of CLANG...
2022-04-09 Peixin-Qiao[flang] Support export/import OpenMP Threadprivate...
2022-04-09 Jennifer Yu[clang][OpenMP5.1] Initial parsing/sema for has_device_addr
2022-04-09 Amir Ayupov[BOLT] Check MCContext errors
2022-04-09 Jez Ng[lld-macho] Use fewer indirections in UnwindInfo implem...
2022-04-09 Fangrui SongRevert D121556 "[randstruct] Add randomize structure...
2022-04-09 LLVM GN Syncbot[gn build] Port 46b2a463bdef
2022-04-09 Fangrui Song[randstruct] Use llvm::shuffle to avoid STL impl differ...
2022-04-09 LLVM GN Syncbot[gn build] Port 2a2149c754f9
2022-04-09 Stanislav Mekhanoshin[AMDGPU] Fix regression with vectorization limiting
2022-04-09 Jim InghamAdapt the ObjC stepping algorithm to deal with "selecto...
2022-04-09 Bill Wendling[randstruct] Remove RandstructTest.cpp from list
2022-04-09 Bill Wendling[randstruct] temporarily remove test that's failing
2022-04-09 Kai Luo[PowerPC] Adjust `MaxAtomicSizeInBitsSupported` on...
2022-04-08 Aaron BallmanAdd some function prototypes; NFC
2022-04-08 Nico Weberunbreak Modules/cxx20-export-import.cpp with LLVM_APPEN...
2022-04-08 Jorge Gorbe... Fix bazel rule for __support_fputil_fma when using...
2022-04-08 Kai Luo[PowerPC] Support 16-byte lock free atomics on pwr8...
2022-04-08 Matt ArsenaultTransforms: Fix code duplication between LowerAtomic...
2022-04-08 Bill Wendling[randstruct] disable test for Windows for now.
2022-04-08 Aaron BallmanNo reason for these not to have prototypes; NFC
2022-04-08 Adrian PrantlSkip test on earlier clang versions
2022-04-08 Kevin Athey[MSAN] add __b64_pton and __b64_ntop intercepts
2022-04-08 Paul Robinson[RGT] Use GTEST_SKIP() in more places where we skip...
2022-04-08 Richard[clang-tidy] Deal with keyword tokens in preprocessor...
2022-04-08 Jonas Devlieghere[lldb] XFAIL tests that aren't passing remotely
2022-04-08 Jonas Devlieghere[lldb] Skip more tests that don't make sense to run...
2022-04-08 Bill Wendling[randstruct] add expected output for WIN64
2022-04-08 Mitch PhillipsReland "[MTE] Add -fsanitize=memtag* and friends."
2022-04-08 Michael Jones[libc][NFC] implement printf parser
2022-04-08 Louis Dionne[libc++] Add missing 'return 0;' to main() in test
2022-04-08 Nilay Vaish[libcxx][NFC] Format sort.h
2022-04-08 Gustavo Henrique... [libc++] Rename PS() macro to avoid clashing with Xtens...
2022-04-08 LLVM GN Syncbot[gn build] Port 3f0587d0c668
2022-04-08 LLVM GN Syncbot[gn build] Port 2aa575fd7f4b
2022-04-08 Aaron Ballman[C89/C2x] Improve diagnostics around strict prototypes...
2022-04-08 Aaron BallmanRevert "[MTE] Add -fsanitize=memtag* and friends."
2022-04-08 Azat Khuzhin[libc++] Avoid using anonymous struct with base classes...
2022-04-08 Vang Thao[AMDGPU] Enable PreRARematerialize scheduling pass...
2022-04-08 Nicolai HähnleAMDGPU: Add codegen test for ctpop(ballot(x))
2022-04-08 Connor Kuehl[randstruct] Add randomize structure layout support
2022-04-08 Fangrui SongRevert D120327 "compiler-rt: Add udivmodei5 to builtins...
2022-04-08 Paul Robinson[RGT] Use GTEST_SKIP instead of just returning
2022-04-08 Valentin Clement[flang] Do not fold fir.box_addr when it has a slice
2022-04-08 Mitch Phillips[MTE] Add -fsanitize=memtag* and friends.
2022-04-08 wren romano[mlir][sparse] Moving <P,I,V>-invariant parts of Sparse...
2022-04-08 Florian Hahn[LV] Set debug loc after setting insert point.
2022-04-08 Florian Hahn[LV] Add test case for wrong debug location with replic...
2022-04-08 Matt Arsenaultlld/AMDGPU: Fix asserts if no object files are involved...
2022-04-08 Tue Ly[libc] Add support for x86-64 targets that do not have...
2022-04-08 Mark de Wever[libc++][test] Use the Japanese locale.
2022-04-08 Jorge Gorbe... Use writable temporary file for test compiler output...
2022-04-08 Jonas Devlieghere[lldb] Skip a bunch of tests that shouldn't run remotely
2022-04-08 Jonas Devlieghere[lldb] Fix TestQuoting when run remotely
2022-04-08 Jonas Devlieghere[lldb] Import Foundation in TestConflictingDefinition.py
2022-04-08 Jorge Gorbe... Use portable formatting specified in test. NFCI.
2022-04-08 Chris Bieneman[Clang] [Docs] Add HLSLSupport page
2022-04-08 Siu Chi Chan[clang-offload-bundler] fix "no output file" issue...
2022-04-08 Arthur Eubanks[CaptureTracking] Ignore ephemeral values in EarliestEs...
2022-04-08 Fangrui Song[MC][ELF] Improve st_size propagation rule
2022-04-08 Fangrui Song[MC][test] Improve offset.s
2022-04-08 Kevin AtheyAdd one more definition for symbols in prctl unit test.
2022-04-08 Daniel Grumberg[clang][extract-api] Emit "navigator" property of ...
2022-04-08 PeixinQiao[flang] Fix semantic analysis for "forall" targeted...
2022-04-08 Fraser Cormack[RISCV] Select unmasked FP setcc insts via ISel post...
2022-04-08 Vang Thao[AMDGPU] Fix inline asm causing assert during PreRARema...
next