platform/upstream/llvm.git
2022-04-11 Kiran Chandramohan[Flang][OpenMP] Add implementation of privatisation
2022-04-11 Nikita Popov[Clang] Enable opaque pointers by default
2022-04-11 Nikita Popov[Clang] Add -no-opaque-pointers to recently added test...
2022-04-11 Iain Sandoe[C++20][Modules] Remove an empty statement [NFC].
2022-04-11 Simon Pilgrim[X86] Add shuffle combine tests where we fail to fold...
2022-04-11 Nikita Popov[llvm-lto] Remove support for legacy pass manager
2022-04-11 jeanPerier[flang] Lower optionals in GET_COMMAND_ARGUMENT and...
2022-04-11 Jean Perier[flang] add a static assert in CheckUnitNumberInRangeImpl
2022-04-11 Alexander Shaposhnikov[AArch64][NFC] Update comment in AArch64.td
2022-04-11 Alexander Shaposhnikov[AArch64] Split fuse-literals feature
2022-04-11 Patryk Wychowaniec[AVR] Merge AVRRelaxMemOperations into AVRExpandPseudoInsts
2022-04-11 LiaoChunyu[RISCV] Add basic code modeling for llvm.experimental...
2022-04-11 Yaxun (Sam... [CUDA][HIP] Externalize kernels in anonymous name space
2022-04-11 Nico Weber[llvm-objcopy] Update comments with capitalization...
2022-04-11 ShengFix a misuse of `cast`
2022-04-10 Florian Hahn[LAA] Add test with simpler load of pointer select.
2022-04-10 Florian Hahn[LICM] Add test for PR51248.
2022-04-10 Florian Hahn[LICM] Trim unneeded functions from test, add promote...
2022-04-10 eop Chen[X86] Remove dead code from test case
2022-04-10 Nikolas Klauser[libc++] Rename the template arguments of the algorithm...
2022-04-10 Simon Pilgrim[X86] Extend vselect(cond, pshufb(x), pshufb(y)) -...
2022-04-10 Alex Fan[ORC] add lazy jit support for riscv64
2022-04-10 Simon Pilgrim[X86] combineExtractSubvector - fold extract_subvector...
2022-04-10 Fangrui Song[Driver] Prepend - to option name in err_drv_unsupporte...
2022-04-10 Florian Hahn[VPlan] Place VPExpandSCEVRecipe in pre-header.
2022-04-10 Fangrui Song[Driver] Simplify OPT_fcolor_diagnostics claim
2022-04-10 Fangrui Song[Driver] Simplify -f[no-]diagnostics-color handling...
2022-04-10 Fangrui Song[Frontend] Simplify -finline* handling. NFC
2022-04-10 Fangrui Song[Driver] Fix -f[no-]inline to override -f[no-]inline...
2022-04-10 Luo, Yuanke[X86][AMX] Fix infinite loop of getShape.
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...
next