aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-08-03[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.Lang Hames4-3/+9
2022-08-03[JITLink] Add tests for FDEs with bad CIE and PC-begin pointers.Lang Hames2-0/+200
2022-08-03[BoundsChecking] Fix merging of sizesArthur Eubanks4-15/+23
2022-08-03[NFC][Inliner] Add cl::opt<int> to tune InstrCostVitaly Buka4-41/+46
2022-08-03[LoopInterchange][PR56275] Fix legality with negative dependence vectorsCongzhe Cao2-15/+183
2022-08-03[DependenceAnalysis][PR56275] Normalize negative dependence analysis resultsCongzhe Cao5-5/+211
2022-08-03[CostModel][RISCV] Add test coverage of floating point rounding intrinsicsPhilip Reames1-0/+436
2022-08-03Add switch to use "source_filename" instead of a hash ID for globally promote...Bill Wendling4-2/+80
2022-08-03[gn build] Port 0cb9746a7d85LLVM GN Syncbot1-0/+1
2022-08-03[nfc][mlgo] Separate logger and training-mode model evaluatorMircea Trofin10-452/+548
2022-08-03[gn build] Port 36c746ca2d5bLLVM GN Syncbot1-1/+1
2022-08-03[AMDGPU] Precommit test case for D130729jeff1-0/+30
2022-08-03[RISCV] Prevent infinite loop after D129980.Craig Topper2-0/+28
2022-08-03[NFC][Inliner] Simplify clamping in addCostVitaly Buka1-6/+6
2022-08-03Revert "[X86][MC] Always emit `rep` prefix for `bsf`"Craig Topper5-97/+39
2022-08-03[X86] Add a test for missed opportunity combine AND32rm+TEST32rr.Craig Topper1-0/+18
2022-08-03NFC. Require DirectX backend for these testsChris Bieneman1-0/+4
2022-08-03[DX] [NFC] Move hasSection check upChris Bieneman1-4/+2
2022-08-03[NFC][inline] Add const to an argumentVitaly Buka2-2/+2
2022-08-03[X86] Promote i16 CTTZ/CTTZ_ZERO_UNDEF always.Craig Topper4-22/+54
2022-08-03Fix LDV InstrRefBasedImpl to not crash when encountering unreachable MBBs.Adrian Prantl2-2/+45
2022-08-03[RISCV][test] Add test for ability to tailcall libcallsAlex Bradbury1-0/+566
2022-08-03[CMake] Fix runtimes cross-compilation when using LLVM_USE_LINKERVincent Lee1-1/+4
2022-08-03[SelectionDAG] Handle IntToPtr constants in dbg.valueFelipe de Azevedo Piovezan2-0/+32
2022-08-03Replace pdb file used in llvm-symbolizer test with a smaller file.Amy Huang4-12/+11
2022-08-03prevent llvm-reduce from duplicating values in switch cases when turning oper...John Regehr2-0/+52
2022-08-03Revert "ManagedStatic: remove from DynamicLibrary"Nicolai Hähnle2-33/+91
2022-08-03[LV] Move definition of isPredicatedInst out of line and make it const [nfc]Philip Reames1-24/+27
2022-08-03ManagedStatic: remove from DynamicLibraryNicolai Hähnle2-91/+33
2022-08-03[LV] Use cost base decision for uniform mem op strategy [nfc-ish]Philip Reames1-19/+31
2022-08-03[gn build] Set LLVM_TOOLS_INSTALL_DIR to bin for llvm-configNico Weber1-1/+1
2022-08-03[SystemZ] Make 128 bit integers be aligned to 8 bytes.Jonas Paulsson1-0/+13
2022-08-03[llvm] Always use TargetConstant for FP_ROUND ISD NodesDavid Truby11-44/+92
2022-08-03[RISCV] Teach ComputeNumSignBitsForTargetNode about masked atomic intrinsicsAlex Bradbury3-4/+25
2022-08-03ManagedStatic: remove from CrashRecoveryContextNicolai Hähnle1-21/+29
2022-08-03[AMDGPU][MC][GFX11] Correct v_dot2_f16_f16 and v_dot2_bf16_bf16Dmitry Preobrazhensky7-19/+84
2022-08-03[AMDGPU][MC][GFX10] Correct encoding of VOP3 v_cmpx* opcodesDmitry Preobrazhensky8-7116/+7124
2022-08-03ManagedStatic: remove from Interpreter/ExternalFunctionsNicolai Hähnle1-29/+42
2022-08-03Fix compiler error: init-statements in if/switch.Johannes Reifferscheid1-2/+2
2022-08-03[VP] Rename VP int<->float conversion ISD opcodesFraser Cormack4-37/+37
2022-08-03[X86][MC] Always emit `rep` prefix for `bsf`Phoebe Wang5-39/+97
2022-08-03Fix a stack overflow in ScalarEvolution.Johannes Reifferscheid1-19/+14
2022-08-03[CMake] Make split-file an utility instead of toolMarkus Böck1-1/+1
2022-08-03ManagedStatic: remove from PluginLoaderNicolai Hähnle1-11/+23
2022-08-03ManagedStatic: remove from TimeProfilerNicolai Hähnle1-16/+29
2022-08-03[NFC] Remove some boilerplate from SmallVector unit testsDawid Jurczak1-278/+272
2022-08-03[Docs] Improve cycle and closed path definitionsJannik Silvanus2-22/+21
2022-08-03[X86] Using `X86MemOperand` instead of `Operand` for `i32mem_TC` and `i64mem_TC`Liu, Chen31-8/+2
2022-08-03[AA] Make ModRefInfo a bitmask enum (NFC)Nikita Popov7-38/+40
2022-08-03[SCEV] Use context to strengthen flags of BinOpsMax Kazantsev12-44/+70