aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-14Revert "[JITLink][MachO] Treat linker private symbols as hidden rather than p...Lang Hames
2020-03-14[X86] Add avx512f only command lines to the vector add/sub saturation tests. NFCCraig Topper
2020-03-14[JITLink][MachO] Treat linker private symbols as hidden rather than private.Lang Hames
2020-03-14[llvm-jitlink] Add -show-init-es option to dump initial ExecutionSession state.Lang Hames
2020-03-14[Orc][examples] Actually return MainResult from mainLang Hames
2020-03-14[gn build] Port 633ea07200eLLVM GN Syncbot
2020-03-14[Orc] Add basic OrcV2 C bindings and example.Lang Hames
2020-03-14Remove an unnecessary explicit 'WarnDiag'; NFCAaron Ballman
2020-03-14Remove some explicit calls to getName() when printing diagnostics; NFCAaron Ballman
2020-03-14[mlir] Only treat "Alloc" effects as dead if they are for operation results.River Riddle
2020-03-14[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/River Riddle
2020-03-14Improve the attribute language option interface somewhat; NFCi.Aaron Ballman
2020-03-14[ValueLattice] Go to overdefined in getRange() for full ranges.Florian Hahn
2020-03-14[Hexagon] Only allow single HVX vector loads/stores in loweringKrzysztof Parzyszek
2020-03-14[mlir] Fix cross compiling MLIRIsuru Fernando
2020-03-14[clang-tidy] extend bugprone-signed-char-misuse check.Tamás Zolnai
2020-03-14Fix signed/unsigned comparison warning.Simon Pilgrim
2020-03-14[X86] getFauxShuffleMask - pull out repeated byte sizes varaibles. NFC.Simon Pilgrim
2020-03-14[ValueLattice] Add new state for undef constants.Florian Hahn
2020-03-14[yaml2obj] - Set a default value for `PAddr` property of a program header to ...Georgii Rymar
2020-03-14[X86] getFauxShuffleMask - merge insertelement pathsSimon Pilgrim
2020-03-14[llvm-dlltool] Add a testcase to show the kind of weak external used for impo...Martin Storsjö
2020-03-14[X86] Disable nop padding before instruction following a prefixShengchen Kan
2020-03-13[mlir][NFC] modernize / clean up some loop transform utils, affine analysis u...Uday Bondhugula
2020-03-13PR44992 Don't crash when a defaulted <=> is in a class declared in aRichard Smith
2020-03-14[AArch64][Fix] LdSt optimization generate premature stack-poppingDiogo Sampaio
2020-03-13PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith
2020-03-13[X86] Remove isel patterns for X86VBroadcast+trunc+extload. Replace with DAG ...Craig Topper
2020-03-13Fix `-Wunused-variable`. NFC.Michael Liao
2020-03-13Revert "Revert "Move more tests to globalMemCounter and reset.""Dan Albert
2020-03-14[NFC][LoopUnrollAndJam] clang-format.Whitney Tsang
2020-03-13Adjust debug output for MCRelaxableFragment to include the size so that sanit...Philip Reames
2020-03-13[SCEV] Add support for GEPs over scalable vectors.Eli Friedman
2020-03-13Initialize IsFast* valuesBrian Cain
2020-03-13[LLJIT] Add std::move() as a workaround for older compilersJan Korous
2020-03-13[OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev
2020-03-13Add Builder::getI64VectorAttr.Sean Silva
2020-03-13[mlir][LLVMIR] Add a support for boolean type arguments conversionAhmed Taei
2020-03-13[mlir][Linalg] Implement padding for linalg.conv and lowering to loops.Hanhan Wang
2020-03-13[mlir] Automatically add DerivedAttribute op interfaceJacques Pienaar
2020-03-13[ELF] Add test for freebsd bfdnameShoaib Meenai
2020-03-13[clangd] Add json::Object->Value conversion workaround for older compilersJan Korous
2020-03-13[SelectionDAGBuilder] Simplify the struct type handling in getUniformBase.Craig Topper
2020-03-13[IR] Fix formatting. NFCCraig Topper
2020-03-13[MCJIT] Check for RuntimeDyld errors in MCJIT::finalizeLoadedModules.Lang Hames
2020-03-13Fix "unused variable" warning in NDEBUG builds.Richard Smith
2020-03-13CMake: Turn LLVM_ENABLE_ZLIB into a tri-state optionAmy Huang
2020-03-13[ObjC][ARC] Don't remove autoreleaseRV/retainRV pairs if the call isn'tAkira Hatanaka
2020-03-13[AMDGPU] Fix endcf collapseStanislav Mekhanoshin
2020-03-13[COFF] Assign unique names to autogenerated .weak.<name>.default symbolsMartin Storsjö