platform/upstream/llvm.git
2018-02-15 Gabor Horvath[clang-tidy] New checker for exceptions that are create...
2018-02-15 Jacek Olesiak[clang-format] Improve ObjC headers detection
2018-02-15 Sam McCall[clangd] Fix tracing now that spans lifetimes can overl...
2018-02-15 Jonas Hahnfeld[CMake] Add -fno-experimental-isel for testing
2018-02-15 Andrew V. Tischenko(NFC)[MachineCombiner] Improve debug output.
2018-02-15 Max Kazantsev[NFC] Rename isKnownViaSimpleReasoning to isKnownViaNon...
2018-02-15 Max Kazantsev[NFC] Fix metadata placement in test
2018-02-15 Max Kazantsev[SCEV] Favor isKnownViaSimpleReasoning over constant...
2018-02-15 Igor Kudrin[ELF] Simplify handling of AT section attribute.
2018-02-15 Kamil RytarowskiTeach sanitizer about NetBSD specific ioctl(2) calls
2018-02-15 Artem Dergachev[analyzer] Inline constructors for destroyable temporaries.
2018-02-15 Artem Dergachev[CFG] Provide construction contexts for temproary objects.
2018-02-15 Artem Dergachev[analyzer] Decide on inlining destructors via EvalCallO...
2018-02-15 Kamil RytarowskiPrevent recursive MSan interceptors in strftime(3)...
2018-02-15 Kamil RytarowskiPrevent recursive MSan interceptors in fgets(3)
2018-02-15 Kamil RytarowskiAdd NetBSD syscall hooks skeleton in sanitizers
2018-02-15 Eric FiselierFix test failure on compilers w/o deduction guides
2018-02-15 Rui UeyamaFix an issue that lld drops symbol versions for -r.
2018-02-15 Konstantin... Reapply r325193
2018-02-15 Artem Dergachev[analyzer] Allow inlining constructors into return...
2018-02-15 Artem Dergachev[analyzer] NFC: Remove dead checks when computing DeclS...
2018-02-15 Konstantin... Revert r325193 as it breaks buildbots
2018-02-15 Kamil RytarowskiAdd new interceptor: lstat(2)
2018-02-15 Craig Topper[X86] Regnerate test to show scheduling comments. NFC
2018-02-15 Craig Topper[X86] Change 32 and 64 bit versions of LSL instruction...
2018-02-15 Konstantin... AMDGPU: Enable PIC by default for amdgcn
2018-02-15 Richard SmithAdd missing definition for class static after r325193.
2018-02-15 Vitaly Buka[sanitizer] Fix flakiness in the tests
2018-02-15 Konstantin... AMDGPU: Cleanup most of the macros
2018-02-14 Craig Topper[X86] Dont' allow 'outs' and 'ins' in at&t syntax witho...
2018-02-14 Craig Topper[X86] Don't use 64 bit hex constants in a 32 bit assemb...
2018-02-14 Craig Topper[X86] Reverse the operand order of invlpga in at&t...
2018-02-14 Jake Ehrlich[llvm-objcopy] Fix handling of zero-size segments in...
2018-02-14 Adrian McCarthySupply missing break in case statement.
2018-02-14 Sanjay Patel[InstCombine] clean up fold for X / C -> X * (1.0/C...
2018-02-14 Erich KeaneImprove documentation for attribute artificial
2018-02-14 Sam Clegg[WebAssebmly] Remove use of Optional to fix assertion...
2018-02-14 Vitaly BukaMoved CHECK in test closer to source code
2018-02-14 Rui UeyamaRevert r325158: Convert an assert to a static_assert...
2018-02-14 Vitaly Buka[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_...
2018-02-14 Rui UeyamaRemove a failing static_assert.
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-14 Craig Topper[X86] Don't swap argument on BOUND instruction in at...
2018-02-14 Rafael EspindolaChange the BugDriver to store the current module with...
2018-02-14 Rafael EspindolaUse std::uniue_ptr. NFC.
2018-02-14 Matt Davis[Debug] Annotate compiler generated range-for loop...
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Eric FiselierClean up -fdiscard-value-name handling
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Krzysztof Parzyszek[Hexagon] Split HVX vector pair loads/stores, expand...
2018-02-14 Simon PilgrimRemoved superfluous semicolon to fix -Wpedantic gcc...
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Francis Visoiu... [CodeGen] Print predecessors, successors, then liveins...
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Volkan KelesGlobalISel: Add templated functions and pattern matcher...
2018-02-14 Sanjay Patel[InstCombine] add tests and comments for fdiv X, C...
2018-02-14 Rafael EspindolaPass a module reference to CloneModule.
2018-02-14 Krasimir Georgiev[clang-format] Recognize percents as format specifiers...
2018-02-14 Sam CleggConvert an assert to a static_assert. NFC.
2018-02-14 Rafael EspindolaUpdate examples for API change. NFC.
2018-02-14 Rafael EspindolaUpdate for llvm change. NFC.
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-14 Bruno Cardoso... [Modules] Add more language features to be used with...
2018-02-14 Craig Topper[RegisterClassInfo] Invalidate the register pressure...
2018-02-14 Rui UeyamaMake --export-dynamic-symbol to add undefined symbols...
2018-02-14 David GreenMove llvm::computeLoopSafetyInfo from LICM.cpp to LoopU...
2018-02-14 Sam Clegg[WebAssembly] Use a Symbol class heirarchy. NFC.
2018-02-14 Simon Pilgrim[X86][SSE] truncateVectorWithPACK - Use src type instea...
2018-02-14 Craig Topper[InstCombine] Don't fold select(C, Z, binop(select...
2018-02-14 Marshall ClowAdd a catch for std::length_error for the case where...
2018-02-14 Stanislav Mekhanoshin[AMDGPU] Remove non-temporal flag from argument loads
2018-02-14 Alexey Bataev[OpenMP] Fix trailing space when printing pragmas,...
2018-02-14 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-02-14 Paul Robinson[DWARF] Fix incorrect prologue end line record.
2018-02-14 Sanjay Patel[InstCombine] simplify isFMulOrFDivWithConstant();...
2018-02-14 Sanjay Patel[InstCombine] replace isa/cast with dyn_cast; NFC
2018-02-14 Sanjay Patel[InstCombine] refactor folds for mul with negated opera...
2018-02-14 Rafael EspindolaStore defined macros in MCContext.
2018-02-14 Sanjay Patel[x86] add baseline vector compare tests for D42948...
2018-02-14 Pavel LabathRemove vestigial remnants of the test crash info hook
2018-02-14 Jonas Hahnfeld[CUDA] Allow external variables in separate compilation
2018-02-14 Alexander Ivchenko[SelectionDAG][X86] Fix incorrect offset generated...
2018-02-14 Alexey Bataev[SLP] Allow vectorization of reversed loads.
2018-02-14 Hans WennborgRevert r324991 "Fix for PR32992. Static const classes...
2018-02-14 Ilya Biryukov[clangd] Fix data race in ClangdThreadingTest.StressTest
2018-02-14 Jonas Hahnfeld[OMPT][test] Correct warning about added wrapper functions
2018-02-14 Sjoerd Meijer[ARM] f16 stack spill/reloads
2018-02-14 Simon PilgrimFix GCC -Wlogical-op-parentheses warning. NFCI.
2018-02-14 Lama Saba[X86] Reduce Store Forward Block issues in HW - Recommi...
2018-02-14 Simon Pilgrim[X86][SSE] Relax type legality for combineTruncateWithS...
2018-02-14 Florian HahnRecommit r325001: [CallSiteSplitting] Support splitting...
2018-02-14 James Henderson[ELF] Add warnings for various symbols that cannot...
2018-02-14 Nicholas WilsonAdd make targets for running all lld tests
2018-02-14 Ivan A. Kosarev[AST] Fix passing large-array-init.cpp on builds withou...
2018-02-14 Florian Hahn[LoopInterchange] Incrementally update the dominator...
next