platform/upstream/llvm.git
2016-07-19 George RimarReformat comment from 3 to 2 lines. NFC.
2016-07-19 Tobias Grossertest: Add missing 'REQUIRES' line
2016-07-19 George RimarFixed comment. NFC.
2016-07-19 Kirill Bobyrev[clang-rename] add support for overridden functions
2016-07-19 Tobias GrosserGPGPU: Emit in-kernel synchronization statements
2016-07-19 Tobias GrosserGPGPU: generate control flow within the kernel
2016-07-19 Tobias GrosserGPGPU: add scop parameters to kernel arguments
2016-07-19 Tobias GrosserGPGPU: add host iterators to kernel arguments
2016-07-19 Tobias GrosserGPGPU: add intrinsic functions to obtain a kernels...
2016-07-19 Tobias GrosserGPGPU: create kernel function skeleton
2016-07-19 Simon Atanasyan[driver][mips] Remove empty folder from test inputs
2016-07-19 Elena DemikhovskyAVX-512: Fixed BT instruction selection.
2016-07-19 Simon Atanasyan[driver][mips] Support MIPS targets in modern Android NDK
2016-07-19 Derek Bruening[esan|wset] Fix flaky sampling tests
2016-07-19 Alexey Bataev[OPENMP] Removed loop statement as its body executes...
2016-07-19 Derek Bruening[esan] Fix sideline thread flaky assert
2016-07-19 Alexey Bataev[OPENMP] Improved processing of 'priority' clause,...
2016-07-19 Jason MolendaIgnore clang-module-cache directories that may be created
2016-07-19 Saleem Abdulrasoolclang-rename: fix referenced variable in vim-script
2016-07-19 Craig Topper[AVX512] Give priority to EVEX encoded PSHUFB over...
2016-07-19 Craig Topper[X86] Remove superfluous parameter from a multiclass...
2016-07-19 George Burgess IV[MemorySSA] Update to the new shiny walker.
2016-07-19 Craig Topper[X86] Rename VINSERTzrr to use a capital Z to match...
2016-07-19 Vedant KumarRetry: [llvm-profdata] Speed up merging by using a...
2016-07-19 Vedant KumarRevert "[llvm-profdata] Speed up merging by using a...
2016-07-19 Wei MiRecommit the patch "Use uniforms set to populate VecVal...
2016-07-19 Matt ArsenaultAMDGPU/SI: Fix SI scheduler refcount issue
2016-07-19 Matt ArsenaultAMDGPU: Expand register indexing pseudos in custom...
2016-07-19 Lang Hames[Kaleidoscope][BuildingAJIT] More work on the text...
2016-07-19 Sanjoy Das[LoopReroll] Reroll loops with unordered atomic memory...
2016-07-19 Samuel AntaoAppend clang system include path for offloading tool...
2016-07-18 Samuel Antao[OpenMP] Remove dead code in conditional of mappable...
2016-07-18 Matt ArsenaultTableGen: Allow custom register operand decoder method
2016-07-18 Matt ArsenaultAMDGPU: Fix test name and broken CHECK-LABEL
2016-07-18 Vedant Kumar[utils] Generate html reports with the code coverage...
2016-07-18 Kelvin Li[OpenMP] Fix incorrect diagnostics in map clause
2016-07-18 Richard SmithFix some minor issues found by Coverity.
2016-07-18 Vedant Kumar[Coverage] Remove '..' from filenames *after* getting...
2016-07-18 Matt ArsenaultFix -Wreturn-type with gcc 4.8 and libc++
2016-07-18 Vedant Kumar[llvm-profdata] Speed up merging by using a thread...
2016-07-18 Artem Belevich[NVPTX] Make sure we adjust alignment at all call sites
2016-07-18 Dehao Chen[PM] Convert Loop Strength Reduce pass to new PM
2016-07-18 Mehdi AminiUpdate doxygen description for `WriteBitcodeToFile...
2016-07-18 Teresa Johnson[PM] Port FunctionImport Pass to new PM
2016-07-18 Wei MiRevert rL275912.
2016-07-18 Chaoren LinAdd missing headers after header cleanup in r275882.
2016-07-18 Vedant Kumar[Coverage] Normalize '..' out of filename strings
2016-07-18 Wei MiUse uniforms set to populate VecValuesToIgnore.
2016-07-18 Sanjay Patelrefactor SimplifySelectInst; NFCI
2016-07-18 Justin LebarWrite isUInt using template specializations to work...
2016-07-18 Sanjay Pateladd tests for missed sext transform
2016-07-18 Bruno Cardoso... [Sema] Create a separate group for incompatible functio...
2016-07-18 Mehdi AminiAdd missing header in ClangFuzzer (after r275882 cleanup)
2016-07-18 Bob WilsonAllow iOS and tvOS version numbers with 2-digit major...
2016-07-18 Marshall ClowBump version # to 4.0.0
2016-07-18 Hans Wennborgbuild_llvm_package.bat: update version to 4.0.0
2016-07-18 Vedant Kumar[interception] Remove extra whitespace to appease linte...
2016-07-18 Sanjay Patelauto-generate checks
2016-07-18 Hans WennborgRevert r273099 "If the revision number starts with...
2016-07-18 Vedant Kumar[Driver] Compute effective target triples once per...
2016-07-18 Vedant Kumar[Driver] Make Driver::DefaultTargetTriple private ...
2016-07-18 Artem Belevich[NVPTX] Force minimum alignment of 4 for byval argument...
2016-07-18 Etienne Bergeron[compiler-rt] Fix incorrect handling of indirect load.
2016-07-18 Michael Zolotukhin[LoopSimplify] Update LCSSA after separating nested...
2016-07-18 Vitaly BukaRevert "[ARM] Skip inline asm memory operands in DAGToD...
2016-07-18 Vitaly BukaRevert "[ARM] Update test to use CHECK-LABEL. NFCI."
2016-07-18 Nirav Dave[MC] Separate non-parsing operations from conditional...
2016-07-18 Etienne Bergeron[compiler-rt] Allow trampoline allocation further and...
2016-07-18 Benjamin KramerUnbreak extra tools build post r275882.
2016-07-18 Todd Fialamake macOS 'launch in terminal' bring terminal to the...
2016-07-18 David Majnemer[GVNHoist] Remove a home-grown version of replaceUsesOfWith
2016-07-18 Michael Zolotukhin[LCSSA] Post-process PHI-nodes created by SSAUpdate...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-18 Matt ArsenaultAMDGPU: Remove pointless dyn_cast_or_null
2016-07-18 Devin CoughlinRevert "[analyzer] Add checker modeling potential C...
2016-07-18 Reid KlecknerFix -Wmicrosoft-enum-value in GVNHoist.cpp
2016-07-18 Simon Pilgrim[X86][SSE] Regenerate extraction from promotion test
2016-07-18 Yunzhong GaoSupport -masm= flag for x86 assembly targets.
2016-07-18 Simon Pilgrim[X86][SSE] Regenerate extraction+store memop tests
2016-07-18 Simon Pilgrim[X86][SSE] Regenerate truncate+extension memop tests
2016-07-18 Matt ArsenaultR600: Use new barrier intrinsic
2016-07-18 Matt ArsenaultAMDGPU: Fix missing switch case warning
2016-07-18 Simon PilgrimRegenerate test
2016-07-18 Matt ArsenaultAMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32
2016-07-18 Matt ArsenaultAMDGPU/R600: Replace barrier intrinsics
2016-07-18 Matt ArsenaultAMDGPU: Remove dead check in AMDGPUPromoteAlloca
2016-07-18 Matt ArsenaultAMDGPU: Remove dead code and redundant check
2016-07-18 Teresa Johnson[ThinLTO] Address review comments from PGO indirect...
2016-07-18 Tim NorthoverCodeGenPrep: use correct function to determine Global...
2016-07-18 Rafael EspindolaDelete dead code.
2016-07-18 Hans Wennborgdocs/conf.py: update version to 4.0
2016-07-18 Hans Wennborgdocs/conf.py: update version to 4.0
2016-07-18 Hans Wennborgdocs/conf.py: update version to 4.0
2016-07-18 Hans WennborgTrunk release notes are now for 4.0.0
2016-07-18 Hans WennborgTrunk release notes are now for 4.0.0
2016-07-18 Hans WennborgTrunk release notes are now for 4.0.0
2016-07-18 Vedant Kumar[llvm-cov] Re-write a very opaque comment (NFC)
2016-07-18 Hans WennborgTrunk release notes now refer to 4.0.0
2016-07-18 Vedant Kumar[llvm-cov] Place anchors around line numbers in html...
2016-07-18 Vedant Kumar[llvm-cov] Clean up error reporting (NFC)
next