summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert switch based variant temporarily.51f23efbef48Eric Fiselier2020-09-011-218/+137
* Don't take the expression range into account when looking for wideningRichard Smith2020-09-012-12/+14
* [DebugInfo] Simplify string table dumpers.Xing GUO2020-09-022-40/+55
* [MemCpyOptimizer] Preserve analyses and replace use of lambdas to get them.Alina Sbirlea2020-09-018-80/+47
* [lldb] Move ScriptCommand and RegexCommand under Commands (NFC)Jonas Devlieghere2020-09-018-15/+12
* [NFC] Fix unused var in release builds.Jordan Rupprecht2020-09-011-1/+0
* Simplify Symbol Status Message to Only Debug Info SizeYifan Shen2020-09-012-15/+5
* [lldb/interpreter] Improve REPL init file compatibilityMed Ismail Bennani2020-09-023-11/+13
* [clangd] Handle templates more consistently in type hierarchyNathan Ridge2020-09-012-19/+32
* [clang] Do not consider the template arguments of bases to be bases themselvesNathan Ridge2020-09-013-0/+43
* [ADT] Make Optional a literal type.Varun Gandhi2020-09-012-57/+91
* [clang] consistently use getLangOpts()Nick Desaulniers2020-09-011-11/+10
* [mlir][vulkan-runner] Explicitly export vulkan-runtime-wrapper entry points.Thomas Raoux2020-09-011-28/+43
* [libFuzzer] Break dependency on common_interface_defs.hMatt Morehouse2020-09-011-1/+19
* [PowerPC] Implement builtins for xvcvspbf16 and xvcvbf16spnAmy Kwan2020-09-015-0/+85
* [llvm] [unittests] Fix failing test 'FileCollectorTest.addDirectory'Sergej Jaskiewicz2020-09-021-1/+1
* [SVE] Update INSERT_SUBVECTOR DAGCombine to use getVectorElementCount().Cameron McInally2020-09-012-2/+6
* [Docs] Remove outdated OS limitationJulian Lettner2020-09-011-5/+0
* [llvm] [unittests] Remove temporary files after they're not neededSergej Jaskiewicz2020-09-0210-484/+464
* Revert "Revert "[GlobalISel] Fold xor(cmp(pred, _, _), 1) -> cmp(inverse(pred...Amara Emerson2020-09-0114-178/+513
* [builtins] Fix divtf3_test.cAnatoly Trosinenko2020-09-021-1/+1
* Thread safety analysis: More consistent warning messageAaron Puchert2020-09-016-4/+21
* [mlir][ODS] Use c++ types for integer attributes of fixed width when possible.River Riddle2020-09-0123-124/+109
* [LangRef] Fix condition for when a loop is considered parallel.Michael Kruse2020-09-011-1/+2
* Revert "[GlobalISel] Fold xor(cmp(pred, _, _), 1) -> cmp(inverse(pred), _, _)...Jordan Rupprecht2020-09-0114-510/+178
* [amdgpu] Run SROA after loop unrolling.Michael Liao2020-09-013-0/+104
* [NFC] Fix unused var in release buildJordan Rupprecht2020-09-011-1/+1
* [Loads] Add canReplacePointersIfEqual helper.Florian Hahn2020-09-013-0/+68
* Revert "[libfuzzer] Reduce default verbosity when printing large mutation seq...Matt Morehouse2020-09-015-66/+8
* [LV] Interleave to expose ILP for small loops with scalar reductions.Aaron Liu2020-09-012-12/+93
* [MachineCopyPropagation] In isNopCopy, check the destination registers match ...Craig Topper2020-09-012-3/+60
* [Bindings] Add LLVMAddInstructionSimplifyPassArthur Eubanks2020-09-013-1/+11
* Do not emit "-tune-cpu generic" for PS4 platformDouglas Yung2020-09-012-3/+5
* [ORC] Add unit test for HasMaterializationSideEffectsOnly failure behavior.Lang Hames2020-09-011-1/+19
* Revert "Revert "Reapply D70800: Fix AArch64 AAPCS frame record chain""Owen Anderson2020-09-016-19/+125
* [OpenMP] Consolidate error handling and debug messages in LibomptargetJoseph Huber2020-09-0112-211/+161
* [libc++] Workaround timespec_get not always being available in Apple SDKsLouis Dionne2020-09-012-1/+26
* Revert "[fuzzer] Create user provided fuzzer writeable directories when reque...Matt Morehouse2020-09-015-97/+7
* [MemorySSA] Update phi map with replacement value.Alina Sbirlea2020-09-011-2/+2
* [builtins] Make __div[sdt]f3 handle denormal resultsAnatoly Trosinenko2020-09-014-15/+55
* [fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse2020-09-015-7/+97
* First commit on the release/11.x branch.Hans Wennborg2020-09-011-1/+0
* [gn build] Port 3e1e5f54492LLVM GN Syncbot2020-09-011-0/+1
* [gn build] Port 3d90a61cf2eLLVM GN Syncbot2020-09-011-1/+0
* [gn build] port 5ffd940ac02 a bit moreNico Weber2020-09-013-4/+6
* [libfuzzer] Reduce default verbosity when printing large mutation sequencesmhl2020-09-015-8/+66
* [PowerPC][AIX] Update save/restore offset for frame and base pointers.Sean Fertile2020-09-013-35/+44
* [Bitstream] Use alignTo to make code more readable. NFCCraig Topper2020-09-011-4/+2
* [AArch64][GlobalISel] Optimize away a Not feeding a brcond by using tbz inste...Amara Emerson2020-09-012-2/+91
* [flang] Version information in flang/f18Camille Coti2020-09-015-8/+51