platform/upstream/llvm.git
2018-03-08 Eric Liu[clangd] Bump vscode extension version to 0.0.5
2018-03-08 Andrea Di Biagio[llvm-mca] Unify the API for the various views. NFCI
2018-03-08 Pavel LabathFix std unique pointer pretty-printer for new stl versions
2018-03-08 Pavel LabathInstall lldb's SB headers (pr36630)
2018-03-08 Daniel SandersFix unused function warning in StatisticTest.cpp
2018-03-08 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-03-08 Pavel Labath[LLDB][PPC64] Fix single step and LldbGdbServer tests
2018-03-08 Sanjay Patel[InstSimplify] add more tests for FP undef; NFC
2018-03-08 Pavel LabathDWARFVerifier: Basic verification of .debug_names
2018-03-08 Andrea Di Biagio[llvm-mca] Emit the 'Instruction Info' table before...
2018-03-08 Eric Liu[clangd:vscode] Resolve symlinks for file paths from...
2018-03-08 Alexey Bataev[OPENMP] Emit sizes/init ptrs etc. data for task reduct...
2018-03-08 Michal Gorny[cmake] Append -Wl,-rpath-link conditionally to GNULD
2018-03-08 George Rimar[ELF] - Fix crash relative to SHF_LINK_ORDER sections.
2018-03-08 Marshall ClowImplement LWG#2518 - Non-member swap for propagate_cons...
2018-03-08 Sanjay Patel[InstCombine, NewGVN] remove FP undef from tests
2018-03-08 George Rimar[ELF] - Support "INSERT AFTER" statement.
2018-03-08 David Zarzycki[CMake] Add missing test dependency
2018-03-08 Hans Wennborg[COFF] Make the DOS stub a real DOS program
2018-03-08 Ed MasteUse ellipsis ... to indicate omitted commands
2018-03-08 Andrea Di BiagioAdd llvm-mca.rst to the table of contents in docs/Comma...
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.
2018-03-08 Krasimir Georgiev[clang-format] Use NestedBlockIndent as a 0 column...
2018-03-08 James Henderson[DWARF] Don't attempt to parse line tables at invalid...
2018-03-08 Jonas Devlieghere[dsymutil] Embed toolchain in dSYM bundle
2018-03-08 Andrea Di Biagio[MCSchedule] Always generate processor resource names.
2018-03-08 Craig Topper[X86] Change X86::PMULDQ/PMULUDQ opcodes to take vXi64...
2018-03-08 Stephan BergmannPropagate DLLAttr to friend re-declarations of member...
2018-03-08 Tony Tye[AMDGPU] Update AMDGOUUsage.rst descriptions
2018-03-08 George Burgess IV[CodeGen] Emit lifetime.ends in both EH and non-EH...
2018-03-08 Eugene ZemtsovBuild LLVMDemangle from build_symbolizer.sh
2018-03-08 Heejin Ahn[WebAssembly] Add except_ref as a first-class type
2018-03-08 Heejin Ahn[WebAssembly] Add except_ref as a first-class type
2018-03-08 Heejin Ahn[WebAssembly] Add IntrNoReturn property to throw/rethro...
2018-03-08 Eugene ZemtsovAdd Demangle lib into internalization list
2018-03-08 George Karpenkov[analyzer] Correctly model iteration through "nil"...
2018-03-08 Daniel SandersSupport resetting STATISTIC() values using llvm::ResetS...
2018-03-08 George Burgess IVFix an unused variable warning; NFC
2018-03-08 Eugene Zelenko[Documentation] Fix Release notes problems introduced...
2018-03-08 Fangrui SongAdd attributes and fix some keywords in llvm-mode.el
2018-03-08 Rui UeyamaReturn early. NFC.
2018-03-08 Sam Clegg[WebAssembly] Honor --allow-undefined even for explicit...
2018-03-08 Bob HaarmanRevert "[LTO] Support filtering by hotness threshold"
2018-03-08 Reid KlecknerRevert "[Sema] Make getCurFunction() return null outsid...
2018-03-08 Richard SmithWhen substituting previously-checked template arguments...
2018-03-08 Rui UeyamaSimplify LazyobjFile and readElfSymbols.
2018-03-08 Reid Kleckner[MS] Pass CVRU qualifiers properly in Itanium mangler
2018-03-08 Rafael AulerReland "[DebugInfo] Support DWARF expressions in eh_frame"
2018-03-08 Weiming Zhao[AArch64] Fix UB about shift amount exceeds data bit...
2018-03-08 George Burgess IVFix a doc typo; NFC
2018-03-08 Craig Topper[X86] Fix some isel patterns that used aligned vector...
2018-03-08 Rafael EspindolaDelete code that is probably dead since r249303.
2018-03-08 Reid Kleckner[Sema] Make getCurFunction() return null outside functi...
2018-03-08 Eugene ZemtsovFix build broken by r326959
2018-03-07 Simon Pilgrim[X86][SSE] LowerBUILD_VECTORAsVariablePermute - reorder...
2018-03-07 Reid Kleckner[MS] Accept __unaligned as a qualifier on member functi...
2018-03-07 Rafael EspindolaSet dso_local on tls init functions.
2018-03-07 Nico Weber[ms] Emit vtordisp initializers in a deterministic...
2018-03-07 Eugene ZemtsovUse itaniumDemangle in llvm-symbolizer
2018-03-07 Marshall ClowInclude <system_error> since we use it. Thanks to Andre...
2018-03-07 Reid KlecknerAvoid including ScopeInfo.h from Sema.h
2018-03-07 Sanjay Patel[TTI] add explanatory comments for getArithmeticInstrCo...
2018-03-07 Evandro Menezes[AArch64] Adjust the cost of integer vector division
2018-03-07 Eugene Zelenko[Documentation] Fix Clang-tidy checks list broken in...
2018-03-07 Rui UeyamaRevert r326932: [DebugInfo] Support DWARF expressions...
2018-03-07 George Karpenkov[analyzer] [PointerArithChecker] do not warn on indexes...
2018-03-07 George Karpenkov[analyzer] Don't crash with assertion failure on struct...
2018-03-07 Gheorghe-Teodor... [OpenMP] Remove implicit data sharing using device...
2018-03-07 Sebastian Pop[AArch64] add missing pattern for insert_subvector...
2018-03-07 Gheorghe-Teodor... [OpenMP] Remove implicit data sharing code gen that...
2018-03-07 Simon Marchi[clangd] Remove unused field in HandlerRegisterer
2018-03-07 Yaxun LiuCodeGen: Fix address space of indirect function argument
2018-03-07 Krasimir Georgiev[clang-format] Break consecutive string literals in...
2018-03-07 Fangrui Song[ELF] Update test/ELF/eh-frame-hdr-augmentation.s
2018-03-07 Zachary TurnerRevert "Write a hash of the executable into the PE...
2018-03-07 Matthew VossCorrect the alignment for the PS4 target
2018-03-07 Jake EhrlichRevert "[llvm-objcopy] Add support for large indexes"
2018-03-07 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-03-07 Craig Topper[X86] Remove unused function argument. NFC
2018-03-07 Vitaly Buka[sanitizer] Fix SANITIZER_INTERCEPT_MMAP and SANITIZER_...
2018-03-07 Yaxun Liu[OpenCL] Remove block invoke function from emitted...
2018-03-07 Daniel SandersFix cmake's multi-config generators after r326738
2018-03-07 George Karpenkov[analyzer] [NFC] Minor refactoring of NonNullParamChecker
2018-03-07 Rui UeyamaUse exact uint32_t for uint32_t ELF field. NFC.
2018-03-07 Rui UeyamaInitialize a member in C++11 style. NFC.
2018-03-07 Rafael Auler[DebugInfo] Support DWARF expressions in eh_frame
2018-03-07 Matt Morehouse[lld] Attempt to appease buildbot.
2018-03-07 Simon Pilgrim[X86][SSE] Regenerate float maxnum/minnum tests
2018-03-07 Zachary TurnerFix a bug regarding a mis-identified file type in pdbutil.
2018-03-07 Yan Zhangdo not register matcher for objc-only checks when analy...
2018-03-07 Zachary TurnerUpdate a few switch statements to handle file_magic...
2018-03-07 Reid KlecknerPush a function scope when parsing function bodies...
2018-03-07 Roorda, Jan... [Pipeliner] Fixed node order issue related to zero...
2018-03-07 Zachary TurnerTeach identify_file_magic to identify PDB files.
2018-03-07 Stefan Pintilie[PowerPC] Move test to correct location.
2018-03-07 Alexey Bataev[OPENMP] Fix lifetime of the loop counters.
2018-03-07 Petr Hosek[Fuzzer] Avoid the unnecessary rebuild of the custom...
2018-03-07 Zachary TurnerWrite a hash of the executable into the PE timestamp...
2018-03-07 Davide Italiano[lldbtestsuite] llvm-objcopy is now required to run...
2018-03-07 George Rimar[ELF] - Adjust rangeToString to report ranges in a...
next