platform/upstream/llvm.git
2017-10-26 Mandeep Singh... [MachineModuleInfoImpls] Replace qsort with array_pod_sort
2017-10-26 Dave LeeAdd objcCategoryImplDecl matcher
2017-10-26 Balaram MakamReapply r316582 [Local] Fix a bug in the domtree update...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-26 Marek OlsakAMDGPU: Handle s_buffer_load_dword hazard on SI
2017-10-26 Bjorn Pettersson[LSV] Avoid adding vectors of pointers as candidates
2017-10-26 Bjorn Pettersson[LSV] Skip all non-byte sizes, not only less than eight...
2017-10-26 Roman Lebedev[Sema] -Wzero-as-null-pointer-constant: don't warn...
2017-10-26 Eric LiuTry to fix warnings and windows test failures caused...
2017-10-26 Michael Kruse[Simplify] Mark (and sweep) based on latest access...
2017-10-26 Benjamin Kramer[clangd] Report an error on findDefinitions/signatureHe...
2017-10-26 Aaron BallmanAdd a new attribute definition spelling, Clang<"attr...
2017-10-26 Peter Smith[libunwind] Always use unwind tables in tests
2017-10-26 Simon Dardis[mips] Fix (dis)assembly of abs.fmt for micromips
2017-10-26 Andrew V. TischenkoIt's a test to demonstrate wrong disassembler with...
2017-10-26 Simon Dardis[mips] Fix PR35071
2017-10-26 Eric Liu[Tooling] A new framework for executing clang frontend...
2017-10-26 Benjamin Kramer[clangd] Don't crash on empty textDocument/didChange.
2017-10-26 Simon DardisUpdate my email addresses, NFC.
2017-10-26 Benjamin Kramer[clangd] Don't use /// for non-doxygen comments.
2017-10-26 Benjamin Kramer[clangd] Add a simple fuzzer. It crashes a lot :)
2017-10-26 George Rimar[ELF] - Dedupliсate FDEs when sections are ICFed.
2017-10-26 Hiroshi Inoue[PowerPC] Use record-form instruction for Less-or-Equal...
2017-10-26 Benjamin KramerFix overloaded static functions in SemaCodeComplete
2017-10-26 Haojian Wu[clang-tidy ObjC] [2/3] Support non-C++ files in ClangT...
2017-10-26 Hans WennborgTidy up CountingFunctionInserter a little. NFC.
2017-10-26 Haojian Wu[clang-tidy ObjC] [1/3] New module `objc` for Objective...
2017-10-26 Michael Kruse[DeLICM] Add more tests for loop layouts. NFC.
2017-10-26 Craig Topper[AsmParser][TableGen] Add VariantID argument to the...
2017-10-26 Craig Topper[AsmParser][TableGen] Make the generated mnemonic spell...
2017-10-26 Craig Topper[X86] Use correct type for return value of ComputeAvail...
2017-10-26 Vitaly Buka[sanitizer] Fix internal symbolized build on Debian 9
2017-10-26 Alex Shlyapnikov[LSan] Enable -fsanitize=leak for PPC64 Linux.
2017-10-26 Igor Kudrin[lit] Respect LLVM_LIT_TOOLS_DIR when looking for ...
2017-10-26 Eugene Zelenko[Transforms] Revert r316630 changes in Scalar/MergeICmp...
2017-10-26 Alex Shlyapnikov[LSan] Adjust LSan allocator limits for PPC64.
2017-10-26 George Karpenkov[Analyzer] [Tests] Consistently use exit codes. Use...
2017-10-26 Alex LorenzAllow StmtPrinter to supress implicit 'this' and 'self...
2017-10-26 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-25 Pavel LabathMakefile.rules: move CFLAGS_EXTRAS to the end of compil...
2017-10-25 Kostya Serebryany[libFuzzer] trying to make a test more stable on Mac
2017-10-25 Rui UeyamaFix SizeOfImage in the PE header.
2017-10-25 Matthew SimpsonAttempt to unbreak the expensive-checks-win bot
2017-10-25 Bob Haarman[lld] unified COFF and ELF error handling on new Common...
2017-10-25 Jonathan PeytonFix fatal error message displaying
2017-10-25 Rui UeyamaUnassign sections if they are "assigned" to /DISCARD/.
2017-10-25 Alex LorenzHandle PragmaDebug in PPChainedCallbacks
2017-10-25 Kostya Kortchinsky[scudo] Remove comment about security of the 32-bit...
2017-10-25 Jonas DevlieghereRe-land "[dwarfdump] Add -lookup option"
2017-10-25 George Karpenkov[Analyzer] [Tests] Do not discard output from CmpRuns...
2017-10-25 George Karpenkov[Analyzer] Give more descriptive name to BdyFrm field.
2017-10-25 Alexander RichardsonFix CodeGen/AMDGPU/fcanonicalize-elimination.ll on...
2017-10-25 Sanjoy Das[SCEV] Fix an assertion failure in the max backedge...
2017-10-25 Sanjoy DasAdd a comment to clarify a future change
2017-10-25 Evgeniy Stepanov[msan] Intercept __strxfrm_l.
2017-10-25 Balaram MakamRevert r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Justin Lebar[CUDA] Print an error if you try to compile with <...
2017-10-25 Mitch PhillipsAdd FileVerifier::isCFIProtected().
2017-10-25 Pavel LabathMove StopInfoOverride callback to the new architecture...
2017-10-25 Pavel LabathMove testcases/arm_emulation to testcases/arm/emulation
2017-10-25 Evgeniy StepanovEnable -pie and --enable-new-dtags by default on Android.
2017-10-25 Erich KeaneIgnore implicity casts for zero-as-null-pointer-constan...
2017-10-25 David BlaikieHexagon: Fold a single-use textual header into its use
2017-10-25 Aditya NandakumarMake the combiner check if shifts are legal before...
2017-10-25 Krzysztof Parzyszek[Hexagon] Account for negative offset when limiting...
2017-10-25 Rui UeyamaSimplify.
2017-10-25 Saleem AbdulrasoolCodeGen: fix PPC Darwin variadics
2017-10-25 Kamil RytarowskiTry to unbreak Linux sanitizers
2017-10-25 Peter CollingbourneRemove dead function declaration.
2017-10-25 Kostya Kortchinsky[sanitizer] Random shuffling of chunks for the 32-bit...
2017-10-25 Alex Shlyapnikov[Sanitizers] ASan: detect new/delete calls with mismatc...
2017-10-25 Shoaib Meenai[cmake] Restrict resource file usage to Windows build...
2017-10-25 Craig Topper[X86] Add avx512vpopcntdq to Knights Mill
2017-10-25 Craig Topper[X86] Add avx512vpopcntdq to Knights Mill
2017-10-25 Kamil RytarowskiAdd NetBSD improvements in sanitizers
2017-10-25 Konstantin... AMDGPU: Cleanup memory legalizer load/store tests
2017-10-25 Reid Kleckner[asan] Don't print rows of shadow bytes outside shadow...
2017-10-25 Jan Veselymath: Implement native_log10
2017-10-25 Jan Veselyamdgpu/math: Don't use llvm instrinsic for native_log
2017-10-25 Konstantin... AMDGPU/NFC: Rename memory legalizer tests:
2017-10-25 Alexey Bataev[OPENMP] Improve debug info for taskgroup implicitly...
2017-10-25 Alexey Bataev[OPENMP] Constify function parameters, NFC.
2017-10-25 George Rimar[ELF] - Implement --orphan-handling option.
2017-10-25 Balaram Makam[Local] Fix a bug in the domtree update logic for Merge...
2017-10-25 John BaldwinDon't try to use a non-existent header on FreeBSD/mips.
2017-10-25 George Rimar[ELF] - Linkerscript: fix issue with SUBALIGN.
2017-10-25 Sylvestre LedruAdd support of the next Debian (Debian buster - version 10)
2017-10-25 Sylvestre LedruAlso update IsUbuntu() with Ubuntu Bionic
2017-10-25 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 18.04 - Bionic...
2017-10-25 Matthew SimpsonAdd CalledValuePropagation pass
2017-10-25 Simon Dardis[mips] Clean up some whitespace (NFC).
2017-10-25 Daniil Fukalov[inlineasm] Fix crash when number of matched input...
2017-10-25 Diana Picus[ARM GlobalISel] Remove redundant testcases. NFC
2017-10-25 Diana Picus[ARM GlobalISel] Update test after r316479. NFC
2017-10-25 Haojian Wu[rename] support renaming class member.
2017-10-25 Diana Picus[ARM GlobalISel] Fix call opcodes
2017-10-25 Diana Picus[ARM GlobalISel] Split test into 3. NFC
2017-10-25 Max Kazantsev[SCEV] Enhance SCEVFindUnsafe for division
2017-10-25 Clement CourbetRe-land "[CodeGen][ExpandMemcmp][NFC] Allow memcmp...
2017-10-25 George Rimar[llvm-dwarfdump] - Fix array out of bounds access crash.
next