aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-08-24[runtimes] Use a response file for runtimes test suitesPetr Hosek1-14/+4
2022-08-24[lit] Support reading arguments from a filePetr Hosek2-1/+4
2022-08-24[Pipelines] Introduce DAE after ArgumentPromotionPavel Samolysov10-28/+25
2022-08-24[AArch64][X86] Add some fixed-order-recurrence tests to check the costmodel o...David Green2-0/+446
2022-08-24[RISCV] Add zihintntl compressed instructionsAlex5-0/+91
2022-08-24[DAGCombine] Add more tests for cmp to sbb combination; NFCPaweł Bylica1-0/+47
2022-08-24[AIX] use the original name as the input to create the new symbol for TLS sym...esmeyi2-1/+16
2022-08-24[RISCV] Handle register spill in branch relaxationZHU Zijia4-22/+1335
2022-08-24[RISCV][TableGen] Mark MachineInstr with FrameIndex as not compressibleZHU Zijia2-6/+17
2022-08-24[MSAN] Handle array alloca with non-i64 size specificationKeno Fischer2-1/+32
2022-08-24[MSAN] Correct shadow type for atomicrmw instrumentationKeno Fischer2-1/+15
2022-08-24[DAG] MatchRotate - bail if we fail to match a shl/srl pairSimon Pilgrim2-0/+42
2022-08-23[NFC] Fix warningChris Bieneman1-1/+1
2022-08-23[memprof] Correct max size and access count computationsTeresa Johnson1-2/+2
2022-08-23Print more information when JSON parsing fails for unittests.Eli Friedman1-1/+5
2022-08-23[SDAG] expand more is-power-of-2 patterns that use popcountSanjay Patel2-73/+34
2022-08-23[AArch64] add test for popcount i32; NFCSanjay Patel1-0/+33
2022-08-23[InstCombine] adjust tests for mul+add common factor; NFCSanjay Patel1-111/+40
2022-08-23[slp] Pull out a getOperandInfo variant helper [nfc]Philip Reames1-36/+44
2022-08-23[llvm] Mark CFGuard fn ptr symbol as DSO local and add tests for mingwAlvin Wong13-60/+328
2022-08-23[Sample Profile Reader] Fix potential integer overflow/infinite loop bug in s...William Huang1-5/+5
2022-08-23[tools][llvm-lipo] Fix off-by-one error in command-line argument parsingAlexander Shaposhnikov3-10/+5
2022-08-23[DebugInfo] Extend the InstrRef LDV to support DbgValues with many OpsStephen Tozer7-121/+299
2022-08-23[TTI] Add SK_Splice shuffle mask detection and X86 costsSimon Pilgrim7-116/+252
2022-08-23[RISCV] Add cost model coverage for trig, log, and exp unary routinesPhilip Reames2-26/+498
2022-08-23[ADT] Add llvm::has_single_bit helper similar to the c++20 std::has_single_bi...Simon Pilgrim3-2/+24
2022-08-23[NFC][PowerPC] Clean up a couple of lambdas from the PPCMIPeephole.Stefan Pintilie1-36/+34
2022-08-23AMDGPU/MetaData: Restrict address space key to only be emitted for "global_bu...Raghav7-366/+185
2022-08-23[Support] MathExtras.h - use llvm::bitcast<> for float-bits cast helpers. NFCI.Simon Pilgrim1-12/+4
2022-08-23[NFC][AMDGPU] Some cleanups in the SIOptimizeExecMasking pass.Thomas Symalla1-12/+9
2022-08-23[FastISel] Respect musttail over "disable-tail-calls"Arthur Eubanks3-4/+13
2022-08-23[TTI] Kill last couple uses of OperandValueKind in targets [nfc]Philip Reames2-5/+3
2022-08-23[ADT] Deprecate is_splat and replace all uses with all_equalJakub Kuderski11-38/+24
2022-08-23[SPIRV] Fix the wrong patch from https://reviews.llvm.org/D131886Michael Liao1-0/+2
2022-08-23[TTI] Plumb through OperandValueInfo in getMemoryOpCost [NFC]Philip Reames18-33/+30
2022-08-23[NFC] LoopAccess: Move expressions close to usageAditya Kumar1-5/+6
2022-08-23[DebugInfo][InstrRef] Handle transfers of variadic debug values in LDVStephen Tozer3-139/+358
2022-08-23Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abiLouis Dionne1-5/+2
2022-08-23[PowerPC] Autogenerate crbits.ll . NFCAmaury Séchet1-129/+324
2022-08-23[llvm][Cmake] Expand "all" in LLVM_ENABLE_PROJECTS before other checksKadir Cetinkaya1-5/+5
2022-08-23[NFC] Fix typo in dbg message in RegisterCoalescer.Thomas Symalla1-1/+1
2022-08-23[runtimes] Handle interface targets in runtimes distribution componentsLouis Dionne2-3/+3
2022-08-23[Globals] Treat nobuiltin fns as maybe-derefined.Florian Hahn3-2/+17
2022-08-23[DebugInfo][InstrRef][NFC] Emit variadic debug values from InstrRefLDVStephen Tozer2-97/+134
2022-08-23[DeadArgElim] Add test case for #48366, #57075Florian Hahn1-0/+22
2022-08-23[gn build] Port 134d017b88caLLVM GN Syncbot1-0/+1
2022-08-23[ADT] Add unittest coverage for ADT/bit.h headerSimon Pilgrim2-0/+46
2022-08-23[CodeGen][InstrRef] Remove unused variables from test caseStephen Tozer1-3/+0
2022-08-23[AArch64] Fix list of features for Cortex-X1CLucas Prates1-2/+3
2022-08-23[StructurizeCFG] Autogenerate checksJay Foad1-16/+28