platform/upstream/llvm.git
2019-04-18 Richard TrieuFix bad compare function over FusionCandidate.
2019-04-18 Jonas Devlieghere[Shell] Simplify Extracting Python Version
2019-04-18 Adrian PrantlRevert Implement sys::fs::copy_file using the macOS...
2019-04-18 Richard SmithSplit out modules-specific declaration handling from...
2019-04-18 Richard SmithAdd '#pragma clang __debug module_map module.name'...
2019-04-18 Richard Smith[c++2a] Improve diagnostic for use of declaration from...
2019-04-18 Alexander Kornienko[clang-format] Remove unused Environment constructor.
2019-04-18 Kuba Mracek[lldb] Don't filter variable list when doing a lookup...
2019-04-18 Adrian PrantlImplement sys::fs::copy_file using the macOS copyfile...
2019-04-18 Akira HatanakaMove the implementation of getInnermostBlockDecl to...
2019-04-18 Douglas YungFix test on PS4 which defaults to gnu99 which does...
2019-04-17 Davide Italiano[Cmake] Add missing dependency for running tests.
2019-04-17 Akira Hatanaka[Sema][ObjC] Don't warn about an implicitly retained...
2019-04-17 Akira HatanakaFix formatting. NFC
2019-04-17 Sanjay Patel[x86] try to widen 'shl' as part of LEA formation
2019-04-17 Alexander Kornienko[clang-tidy] Don't issue cppcoreguidelines-macro-usage...
2019-04-17 Stephane Moore[clang-tidy] Add a check for [super self] in initializers 🔍
2019-04-17 Denis BakhvalovTest commit by Denis Bakhvalov
2019-04-17 Nick Desaulniers[AsmPrinter] hoist %a output template to base class...
2019-04-17 Amara EmersonAdd a getSizeInBits() accessor to MachineMemOperand...
2019-04-17 Louis Dionne[libc++][CMake] Remove unnecessary conditional for...
2019-04-17 Davide Italiano[crashlog] Use the right path for dsymforUUID and remov...
2019-04-17 Petr Hosek[CMake] Split linked libraries for shared and static...
2019-04-17 Amara Emerson[GlobalISel] Add legalization support for non-power...
2019-04-17 Sam McCall[clangd] Strip the ' [some-check-name]' suffix from...
2019-04-17 Sam McCall[clangd] Use shorter, more recognizable codes for diagn...
2019-04-17 Louis Dionne[libc++] (Take 2) Add a test that uses the debug databa...
2019-04-17 Kristof Umann[analyzer] PR41185: Fix regression where __builtin_...
2019-04-17 Louis Dionne[libc++][CMake] Allow building neither the shared nor...
2019-04-17 Kit BartonAdd basic loop fusion pass.
2019-04-17 Sam McCall[clangd] Recognize "don't include me directly" pattern...
2019-04-17 Frederic Riss[CMake] Remove Apple-specific version logic.
2019-04-17 Nick Desaulniers[AsmPrinter] defer %c to base class for ARM, PPC, and...
2019-04-17 Louis Dionne[libc++] Use the no_destroy attribute to avoid destroyi...
2019-04-17 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-17 Philip Reames[InstCombine] Factor out unreachable inst idiom creatio...
2019-04-17 Nikita Popov[LVI][CVP] Constrain values in with.overflow branches
2019-04-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of "-" before expressions
2019-04-17 Alexey Bataev[OPENMP][NVPTX]Run combined constructs with if clause...
2019-04-17 Sanjay Patel[ARM] tighten test checks; NFC
2019-04-17 Louis DionneRevert "[libc++] Add a test that uses the debug databas...
2019-04-17 Rhys PerryAMDGPU: Force skip over SMRD, VMEM and s_waitcnt instru...
2019-04-17 Louis Dionne[libc++] Add a test that uses the debug database from...
2019-04-17 Amy HuangRemove --show-includes flag in crash reduce script
2019-04-17 Alexander Kornienko[clang-tidy] Fix invalid location in readability-mislea...
2019-04-17 Louis Dionne[libc++][NFC] Make size of allocation more self-documenting
2019-04-17 Sanjay Patel[ARM] make test checks more thorough; NFC
2019-04-17 Florian Hahn[LoopUnroll] Allow unrolling if the unrolled size does...
2019-04-17 Simon Pilgrim[DAGCombine] Add SimplifyDemandedBits helper that handl...
2019-04-17 Lang Hames[Support] Add LEB128 support to BinaryStreamReader...
2019-04-17 Florian Hahn[ScheduleDAGRRList] Recompute topological ordering...
2019-04-17 Louis DionneExplicitly say we don't define new/delete in libc+...
2019-04-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of registers
2019-04-17 Tim Renouf[AMDGPU] Flag new raw/struct atomic ops as source of...
2019-04-17 Nico Webergn build: Merge r358554
2019-04-17 Robert Widmann[LLVM-C] Add DIFile Field Accesssors
2019-04-17 Haojian Wu[clang-tidy] Add fix descriptions to clang-tidy checks.
2019-04-17 Sam McCall[clangd] Include textual diagnostic ID as Diagnostic...
2019-04-17 Simon Pilgrim[CostModel][X86] Add bool anyof/allof reduction costs
2019-04-17 Andrey ChurbanovFixed memory leak reported in Bugzilla:
2019-04-17 Sam McCall[clangd] Include insertion: require header guards,...
2019-04-17 Hans Wennborgclang-cl: Parse /openmp:experimental
2019-04-17 Fangrui Song[DWARF] llvm::Error -> Error. NFC
2019-04-17 Sven van Haastregt[libclang] Expose ext_vector_type
2019-04-17 Fangrui Song[ELF] Use llvm::bsearch. NFC
2019-04-17 Fangrui SongChange some llvm::{lower,upper}_bound to llvm::bsearch...
2019-04-17 Jordan Rupprecht[llvm-objcopy] Support full list of bfd targets that...
2019-04-17 Sam McCall[clangd] lower_bound -> bsearch, NFC
2019-04-17 Roman Lebedev[CVP] processOverflowIntrinsic(): don't crash if consta...
2019-04-17 Fangrui Song[DWARF] Pass ReferenceToDIEOffsets elements by reference
2019-04-17 Dmitri GribenkoFixed error message printing in write_cmake_config.py
2019-04-17 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-17 Craig Topper[X86] In CopyToFromAsymmetricReg, use VR128 instead...
2019-04-17 Andrea Di Biagio[MCA] Moved the bottleneck analysis to its own file...
2019-04-17 Eric ChristopherRevert "Add basic loop fusion pass." Per request.
2019-04-17 Eric ChristopherRevert "Temporarily Revert "Add basic loop fusion pass.""
2019-04-17 Eric FiselierFix visibility for coroutine types on Windows
2019-04-17 Aaron SmithClear the output string passed to GetHostName()
2019-04-17 Peter Collingbourneclangd: Change Windows.h to windows.h.
2019-04-17 Eric ChristopherRemove the run-slp-after-loop-vectorization option.
2019-04-17 Rui UeyamaFix a crash bug caused by a nested call of parallelForEach.
2019-04-17 Eric ChristopherTemporarily Revert "Add basic loop fusion pass."
2019-04-17 Rui Ueyamalld: Fix initial Mach-O load commands size calculation...
2019-04-17 Fangrui Song[Driver] Simplify -g level computation and its interact...
2019-04-17 Kit BartonAdd basic loop fusion pass.
2019-04-17 Yi Kong[builtins] Add __cmpsf2 for ARM version of comparesf2
2019-04-17 Marshall ClowAdd tests for stability to list::sort and forward_list...
2019-04-16 Sam McCall[ADT] llvm::bsearch, binary search for mere mortals
2019-04-16 Sanjay Patel[x86] adjust LEA tests for better coverage; NFC
2019-04-16 Leonard Chan[NFC] Remove unused function (Sema::pushExternalDeclInt...
2019-04-16 Douglas YungModify test to use -S instead of -c so that it works...
2019-04-16 Peter CollingbourneELF: Move build id computation to Writer. NFCI.
2019-04-16 Mitch Phillips[HWASan] Fixed slow DWARF unwinding.
2019-04-16 Marshall ClowFix list/forward_list implementations of remove_if...
2019-04-16 Davide Italiano[tools] Only build lldb-test when needed.
2019-04-16 Robert Widmann[LLVM-C] Add Accessors For Global Variable Metadata...
2019-04-16 Ali TamurFix a typo in comments. [NFC]
2019-04-16 Alex Langford[Process] Fix linux arm64 single step compilation failure
2019-04-16 Louis Dionne[NFC] Build libc++ verbosely in the macOS CI
2019-04-16 Davide Italiano[tools] Make vscode and lldb-instr optional.
next