platform/upstream/llvm.git
2016-11-16 Steven Wu[Driver] Infer the correct option to ld64 for -fembed...
2016-11-16 Craig Topper[X86] Remove the scalar intrinsics for fadd/fsub/fdiv...
2016-11-16 Davide Italiano[ELF] Update lld now that ELF.h in LLVM has been conver...
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-16 Eric FiselierFix non-reserved name usage
2016-11-16 Saleem Abdulrasooltest: use separate input file for test
2016-11-16 Mike Aizatskyfixing binary search for cases when element is not...
2016-11-16 Konstantin... [AMDGPU] Refactor v_mac_{f16, f32} patterns into a...
2016-11-16 Matthias BraunAArch64: Use DeadRegisterDefinitionsPass before regalloc.
2016-11-16 Richard SmithFix build break when the host C compiler is C89.
2016-11-16 Konstantin... [AMDGPU] Handle f16 select{_cc}
2016-11-16 Dean Michael... [XRay][docs] Define requirements on installed log handlers.
2016-11-16 Rui UeyamaAdd -no-threads option that negates the effect of ...
2016-11-16 Rui UeyamaPDB: Add "* Linker *" module.
2016-11-16 Quentin Colombet[RegAllocGreedy] Record missed hint for late recoloring.
2016-11-16 Vitaly BukaRevert "[OPENMP] Fixed codegen for 'omp cancel' construct."
2016-11-16 Dean Michael... [XRay][compiler-rt] Disable XRay instrumentation of...
2016-11-16 Rui UeyamaAlign Modi and FileInfo substreams on 32-byte offsets.
2016-11-16 Richard SmithOutline evaluation of calls to builtins to avoid inflat...
2016-11-16 Vyacheslav... Fixed the lost FastMathFlags for CALL operations in...
2016-11-16 Devin Coughlin[www] Update analyzer website for release of checker-279
2016-11-16 Justin Lebar[BypassSlowDivision] Handle division by constant numera...
2016-11-16 Justin Lebar[BypassSlowDivision] Simplify partially-tautological...
2016-11-16 Rui UeyamaFix Modi and File count if there are more than 65535...
2016-11-16 Joerg SonnenbergerAlways use relative jump table encodings on PowerPC64.
2016-11-16 Richard SmithPR23281: Fix implementation of DR1891 to implement...
2016-11-15 Jan VeselyAMDGPU/GCN: Exit early in hazard recognizer if there...
2016-11-15 Zachary TurnerChange Property::GetName() and GetDescription() to...
2016-11-15 Sanjay Patel[x86] regenerate checks; NFC
2016-11-15 Kevin EnderbyGeneral clean up of Mach-O error handling in llvm-objdump.
2016-11-15 Sanjay Patel[x86] auto-generate better checks; NFC
2016-11-15 Sanjay Patel[x86] auto-generate better checks; NFC
2016-11-15 Filipe Cabecinhas[AddressSanitizer] Add support for (constant-)masked...
2016-11-15 Sanjay Patel[x86] auto-generate better checks; NFC
2016-11-15 Artem Dergachev[analyzer] NumberObjectConversion: Workaround for a...
2016-11-15 Amaury Sechet[C API] Prevent nullptr dereferences in C API for count...
2016-11-15 Mehdi AminiRevert "Improve handling of __FUNCTION__ and other...
2016-11-15 Rafael EspindolaUse one task per iteration in parallel_for_loop.
2016-11-15 Justin Lebar[libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc.
2016-11-15 Reid KlecknerAllow users to call ASan's deadly exception report...
2016-11-15 Mehdi AminiImprove handling of __FUNCTION__ and other predefined...
2016-11-15 Peter CollingbourneObject: replace backslashes with slashes in embedded...
2016-11-15 Chad Rosier[AArch64] Add driver tests for Qualcomm's Falkor CPU.
2016-11-15 Chad Rosier[AArch64] Add support for Qualcomm's Falkor CPU.
2016-11-15 Tom StellardAMDGPU/SI: Fix pattern for i16 = sign_extend i1
2016-11-15 Rui Ueyama[COFF] Fix manifest resource file creation on Windows.
2016-11-15 Sanjay Patel[x86] add tests for FP-logic equivalent instruction...
2016-11-15 Chad Rosier[AArch64] Refactor test per Matthias' request.
2016-11-15 Kostya Serebryany[sanitizer-coverage] make sure asan does not instrument...
2016-11-15 Kuba Brecka[asan] Re-enable the use-after-scope-types.cc test...
2016-11-15 Kuba BreckaFix llvm-symbolizer to correctly sort a symbol array...
2016-11-15 Tim NorthoverGlobalISel: remove unused variable to silence warning.
2016-11-15 Kuba Brecka[tsan] Call pthread interceptors directly in TSan RTL...
2016-11-15 Alexey Bataev[OPENMP] Fix stack use after delete, NFC.
2016-11-15 Argyrios Kyrtzidis[libclang] Generalize clang_getNumTemplateArguments...
2016-11-15 Tim Northoverllvm-objdump: deal with unexpected object files more...
2016-11-15 Matt ArsenaultAMDGPU: Enable store clustering
2016-11-15 Eric FiselierAdd .clang-format to libc++
2016-11-15 Haicheng Wu[AArch64] Lower multiplication by a constant int to...
2016-11-15 Matt ArsenaultAMDGPU: Analyze mubuf with immediate soffset
2016-11-15 Zachary TurnerMake some code not manipulate the underlying string...
2016-11-15 Zachary TurnerOne more fix for Printf. Apparently I fail at incremen...
2016-11-15 Matt ArsenaultAMDGPU: Fix return after else
2016-11-15 Wei MiRevert r286999 which caused buildbot test failures...
2016-11-15 Matt ArsenaultAMDGPU: Replace assert(false) with unreachable
2016-11-15 Justin Lebar[CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr.
2016-11-15 Davide Italiano[ELF] Rewrite isMips64EL() using isMipsELF64(). NFCI.
2016-11-15 Rui UeyamaPartially revert r287009: Remove trailing whitespace.
2016-11-15 Rui UeyamaRemove trailing whitespace.
2016-11-15 Eric LiuAdd comments on how to print error retuned by tooling...
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Benjamin Kramer[Modules] Replace arrays with init lists.
2016-11-15 Vedant KumarRevert "P0503R0, adopted in Issaquah, rewords some...
2016-11-15 Sanjay Patel[x86] auto-generate checks; NFC
2016-11-15 Rui UeyamaRefactor symbol version assignmnt code.
2016-11-15 Devin Coughlin[analyzer] Add check for when block is called with...
2016-11-15 Reid Kleckner[asan] Reduce prototype duplication with decltype
2016-11-15 Wei Mi[LSR] Allow formula containing Reg for SCEVAddRecExpr...
2016-11-15 Pawel BylicaInteger legalization: fix MUL expansion
2016-11-15 Reid Kleckner[asan] Don't assert that a target is within 2GB on...
2016-11-15 Simon PilgrimFixed spelling in comments. NFCI.
2016-11-15 Zaara Syedavector load store with length (left justified) clang...
2016-11-15 Zaara Syedavector load store with length (left justified) llvm...
2016-11-15 Rui UeyamaRename variables of type SymbolVersion.
2016-11-15 Rui UeyamaRename function to avoid function overloading.
2016-11-15 Malcolm Parsons[clang-tidy] Change readability-redundant-member-init...
2016-11-15 Sanjay Patelfix formatting; NFC
2016-11-15 Wei Mi[IndVars] Change the order to compute WidenAddRec in...
2016-11-15 Stephan T.... [libcxx] [test] D26627: Fix ordering assumptions in...
2016-11-15 Stephan T.... [libcxx] [test] D26625: future_error::what() is impleme...
2016-11-15 Stephan T.... [libcxx] [test] D26624: Fix bucket_count() assumptions.
2016-11-15 Diana Picus[ARM] GlobalISel: Remove unused members. NFCI
2016-11-15 Craig Topper[AVX-512] Add AVX-512 vector shift intrinsics to memory...
2016-11-15 Simon Pilgrim[X86][SSE] Improve SINT_TO_FP of boolean vector results...
2016-11-15 Sanjay Patel[InstCombine] add tests for bitcasted selects; NFC
2016-11-15 Zaara Syedatest commmit
2016-11-15 Pablo BarrioRevert "[JumpThreading] Unfold selects that depend...
2016-11-15 Pablo BarrioRevert "[JumpThreading] Prevent non-deterministic use...
2016-11-15 Diana Picus[ARM] Make sure GlobalISel is only initialized once...
next