aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-05[Coroutines] Remove lifetime intrinsics for spliied allocas in coroutine frameslinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfigChuanqi Xu
2022-08-05[AArch64][GlobalISel] Recognise some CCMPriDavid Green
2022-08-04[NFC][HLSL] Fix build error caused missing typo update.Xiang Li
2022-08-04[NFC][HLSL] Fix typo in CGHLSLRuntime.Xiang Li
2022-08-04[AMDGPU] Pre-commit tests for D130797Austin Kerbow
2022-08-05[clang] Consider array filler in MaybeElementDependentArrayfiller()Timm Bäder
2022-08-05[clang][sema] Fix collectConjunctionTerms()Timm Bäder
2022-08-04[HLSL] clang codeGen for HLSLShaderAttr.Xiang Li
2022-08-04[NFC] Fix wrong header in `LibC.cpp`Shilei Tian
2022-08-05[llvm][ir] Add missing license to ProfDataUtilsPaul Kirth
2022-08-04[libunwind] undef NDEBUG for assert.h in tests.Florian Mayer
2022-08-05[libc] Trivial implementation of std::optionalJeff Bailey
2022-08-05[mlir][Math] Add constant folder for Atan2Op.jacquesguan
2022-08-05Reland "[X86][MC] Always emit `rep` prefix for `bsf`"Phoebe Wang
2022-08-04[libc] Add subtraction for UInt<N> class.Tue Ly
2022-08-04[trace][intel pt] Support a new kernel section in LLDB’s trace bundle schemaWalter Erquinigo
2022-08-04[InstrProf][attempt 2] Add new format for -fprofile-list=Ellis Hoag
2022-08-04Fix parsing of comma fold-expressions as the operand of a C-style cast.Richard Smith
2022-08-04[HLSL] Support -E option for HLSL.Xiang Li
2022-08-04[test][llvm-reduce] Use opaque pointers in testsArthur Eubanks
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy
2022-08-04[MLIR] Fix arith.cmpi assembly syntax in the doc to match the implementation ...Kevin Gleason
2022-08-04[MLIR] Fix arith.cmpf assembly syntax in the doc to match the implementation ...Kevin Gleason
2022-08-04AMDGPU/clang: Remove dead codeMatt Arsenault
2022-08-04Revert "[clang][Darwin] Always set the default C++ Standard Library to libc++"Leonard Chan
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[TTI] Change new getVectorInstrCost overload to use const reference after D13...Fangrui Song
2022-08-04[Clang] Fix capture of values initialized by bitfieldsCorentin Jabot
2022-08-04[orc-rt] Fix swift protocol metadata registrationBen Langmuir
2022-08-04[ValueTracking] improve readability in isImpliedCond helper functions; NFCSanjay Patel
2022-08-04[RISCV] Relax another one use restriction in performSRACombine.Craig Topper
2022-08-04[ValueTracking] reduce code in isImpliedCondICmps; NFCSanjay Patel
2022-08-04[compiler-rt] Don't build builtins beyond macOS 10.7Louis Dionne
2022-08-04[mlir][sparse] fix bug in complex zero detectionAart Bik
2022-08-04[InstrProf] Set prof global variables to internal linkage if adding a comdatArthur Eubanks
2022-08-04[AArch64][TTI][NFC] Overload method 'getVectorInstrCost' to provide vector in...Mingming Liu
2022-08-04Prepare for inlining of SUM intrinsicMats Petersson
2022-08-04[AArch64] Add some extra GlobalISel CCMP tests coverage. NFCDavid Green
2022-08-04[Attributor][FIX] Deal with implicit `undef` in AAPotentialConstantValues.Johannes Doerfert
2022-08-04[mlir][AMDGPU] Explicitly truncate memory addresses in buffer opsKrzysztof Drewniak
2022-08-04[gn build] port 976f37050dbd moreNico Weber
2022-08-04[Docs] Fix missing docs strings for CallingConv.hlinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-cpu2017-O2Marc Auberer
2022-08-04[libc] Prevent overflow from intermediate results when adding UInt<N> values.Tue Ly
2022-08-04[InstSimplify] add tests for or-of-icmps; NFCSanjay Patel
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[OpenMP] Fix the test case issue that printf cannot be used in target region ...Shilei Tian
2022-08-04Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"Mehdi Amini
2022-08-04[ELF] Parallelize input section initializationFangrui Song
2022-08-04[OpenMP][DeviceRTL] Implement libc function `memcmp`Shilei Tian
2022-08-04[gn build] Port 4038c859e58cLLVM GN Syncbot