aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-04[clang] change `auto` to `Expr` in last commit [NFC]YingChi Long
2022-08-04[clang] format string checking for conpile-time evaluated str literalYingChi Long
2022-08-04[lldb] Fix arm breakages from D130985Pavel Labath
2022-08-04Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya
2022-08-04[gn build] Port a203acb9dd72LLVM GN Syncbot
2022-08-04[libc++][ranges] Implement `ranges::clamp`Nikolas Klauser
2022-08-04[ObjC] type method metadata `_imp`, messenger routine at callsite with progra...Matt Jacobson
2022-08-04[mlir] Extract offsets-sizes-strides computation from `makeTiledShape(s)`.Alexander Belyaev
2022-08-04[MLIR] Fix checks for native archNikita Popov
2022-08-04[llvm-reduce] Split operands-skip.ll into serial and parallel partsDavid Spickett
2022-08-04[ORC] Actually propagate memory unmapping errors on WindowsMartin Storsjö
2022-08-04[ORC] Fix a warning about an unused variable on Windows. NFC.Martin Storsjö
2022-08-04[Clang][C++20] Support capturing structured bindings in lambdasCorentin Jabot
2022-08-04[LegalizeTypes][VP] Add split operand support for VP float and integer castingwanglian
2022-08-04[RISCV] Add cost modelling for vector widenning reduction.jacquesguan
2022-08-04[X86] Support ``-mindirect-branch-cs-prefix`` for call and jmp to indirect thunkPhoebe Wang
2022-08-04[RISCV][test] Add inloop reduction vectorize test. NFCjacquesguan
2022-08-04[llvm][Bazel] Exclude TrainingLoggerTest.cpp from build.Adrian Kuegel
2022-08-04[mlir][Linalg] Inline an interface method to its only user.Adrian Kuegel
2022-08-03[WebAssembly] Improve codegen for v128.bitselectThomas Lively
2022-08-03[libc] Adjust aarch64 startup code to reliably sniff out the start args.Siva Chandra
2022-08-03[ELF] Remove unneeded make<InputSection>. NFCFangrui Song
2022-08-03[ELF] Move updateARMVFPArgs/updateARMVFPArgs. NFCFangrui Song
2022-08-03[X86] Teach PostprocessISelDAG to fold ANDrm+TESTrr when chain result is used.Craig Topper
2022-08-03[lldb] Re-enable TestCCallingConventions on Apple SiliconJonas Devlieghere
2022-08-03[clang][Headers] Avoid compiler warnings in builtin headersDominic Chen
2022-08-03[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.Lang Hames
2022-08-03[JITLink] Add tests for FDEs with bad CIE and PC-begin pointers.Lang Hames
2022-08-03[BoundsChecking] Fix merging of sizesArthur Eubanks
2022-08-03[NFC][Inliner] Add cl::opt<int> to tune InstrCostVitaly Buka
2022-08-03[LoopInterchange][PR56275] Fix legality with negative dependence vectorsCongzhe Cao
2022-08-03[DependenceAnalysis][PR56275] Normalize negative dependence analysis resultsCongzhe Cao
2022-08-03[CostModel][RISCV] Add test coverage of floating point rounding intrinsicsPhilip Reames
2022-08-03Add switch to use "source_filename" instead of a hash ID for globally promote...Bill Wendling
2022-08-03[gn build] Port 0cb9746a7d85LLVM GN Syncbot
2022-08-03[nfc][mlgo] Separate logger and training-mode model evaluatorMircea Trofin
2022-08-03[gn build] Port 36c746ca2d5bLLVM GN Syncbot
2022-08-03[LLDB][NFC] Fix potential div by 0 "count" can be zero potentially causing di...Slava Gurevich
2022-08-03[libc++][ranges] Implement `ranges::rotate`.Konstantin Varlamov
2022-08-03[TSAN][Darwin] x86_64 specific tests requiring weak symbolsBlue Gaston
2022-08-03[lldb] Make LLDB resilient against failing dyld introspection SPIsJonas Devlieghere
2022-08-03[AMDGPU] Precommit test case for D130729jeff
2022-08-03[RISCV] Prevent infinite loop after D129980.Craig Topper
2022-08-03[NFC][Inliner] Simplify clamping in addCostVitaly Buka
2022-08-03Revert "[X86][MC] Always emit `rep` prefix for `bsf`"Craig Topper
2022-08-03Revert "Revert "[lldb][modules] Disable Clang Modules in source/Host director...Jonas Devlieghere
2022-08-03[X86] Add a test for missed opportunity combine AND32rm+TEST32rr.Craig Topper
2022-08-03[lldb] Make TestModuleLoadedNotifys work with dyld from the shared cacheJonas Devlieghere
2022-08-03[lldb] Mark TestRosetta as skipIfDarwinEmbeddedJonas Devlieghere
2022-08-03NFC. Require DirectX backend for these testsChris Bieneman