platform/upstream/llvm.git
2016-08-24 Kostya Serebryany[libFuzzer] use __attribute__((target("popcnt"))) only...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute isSSA instead of printing...
2016-08-24 Richard SmithIncrease the size of the sigaltstack used by LLVM signa...
2016-08-24 Matthias BraunMachineModuleInfo: Avoid dummy constructor, use INITIAL...
2016-08-24 Saleem AbdulrasoolRevert "libc++: Perform configuration checks with ...
2016-08-24 Kostya Serebryany[sanitizer] trying to fix the PPC bots
2016-08-24 David Callahan[ADCE] Add control dependence computation
2016-08-23 Philip Reames[stackmaps] Remove an unneeded member variable [NFC]
2016-08-23 Kostya Serebryany[libFuzzer] fix link in docs
2016-08-23 Kostya Serebryany[libFuzzer] collect 64 states for value profile, not 65
2016-08-23 Kostya Serebryany[libFuzzer] docs on value profile
2016-08-23 Philip Reames[stackmaps] More extraction of common code [NFCI]
2016-08-23 Michael Zolotukhin[LoopUnroll] By default disable unrolling when optimizi...
2016-08-23 Saleem Abdulrasoollibc++: Perform configuration checks with -nodefaultlibs
2016-08-23 Richard SmithDon't use "return {...}" to initialize a std::tuple...
2016-08-23 Richard Smith#ifdef out validation code when asserts are disabled...
2016-08-23 Richard SmithRemove unused data member to unbreak -Werror builds.
2016-08-23 Richard SmithRevert r279564. It introduces undefined behavior (bindi...
2016-08-23 Tim NorthoverGlobalISel: add some G_TRUNCs to make icmp test valid...
2016-08-23 Sanjay Patel[InstCombine] use local variables for repeated values...
2016-08-23 Petr Hosek[MC] Support .dc directives in assembler parser
2016-08-23 Mehdi Amini[ThinLTO] Add caching to the new LTO API
2016-08-23 Sanjay Patel[InstCombine] move foldICmpShrConstConst() contents...
2016-08-23 Philip Reames[stackmaps] Extract out magic constants [NFCI]
2016-08-23 Matthias BraunMachineFunction: Introduce NoPHIs property
2016-08-23 Kostya Serebryany[sanitizer] change the 64-bit allocator to use a single...
2016-08-23 Richard SmithFix member call on null pointer, found by sanitizer...
2016-08-23 Kostya Serebryany[sanitizer] adding a threaded performance stress test...
2016-08-23 Tim NorthoverGlobalISel: add forgotten test-case for G_ICMP
2016-08-23 Sanjay Patel[InstCombine] remove icmp shr folds that are already...
2016-08-23 Tim NorthoverGlobalISel: make truncate/extend casts uniform
2016-08-23 Tim NorthoverGlobalISel: legalize integer comparisons on AArch64.
2016-08-23 Tim NorthoverGlobalISel: legalize conditional branches on AArch64.
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 David Majnemer[ValueTracking] Use a function_ref to avoid multiple...
2016-08-23 Matthew Simpson[SLP] Avoid signed integer overflow
2016-08-23 Zachary TurnerRemove unused translation unit.
2016-08-23 Zachary TurnerUpdate coding standards for include style.
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-23 Nico WeberRemove two dos line endings.
2016-08-23 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-23 Mehdi Amini[LTO] Fix test following r279550
2016-08-23 Nico Weberclang-cl: Make /Brepro actually work.
2016-08-23 Tim NorthoverGlobalISel: extend legalizer interface to handle multip...
2016-08-23 Tim NorthoverGlobalISel: mark pointer casts legal on AArch64.
2016-08-23 Adhemerval... libcxx: Fix libcxx tests on aarch64 with libunwind
2016-08-23 Mehdi Amini[ThinLTO] Add a llvm-lto2 test to check that ODR type...
2016-08-23 Mehdi AminiStop always creating and running an LTO compilation...
2016-08-23 Mehdi AminiRevert "[ThinLTO] Add a llvm-lto2 test to check that...
2016-08-23 Tim NorthoverGlobalISel: legalize 1-bit load/store and mark 8/16...
2016-08-23 Kostya Serebryany[asan] minor fix in the asan memory profile
2016-08-23 Tim NorthoverARM-Darwin: ignore and diagnose attempts to omit frame...
2016-08-23 Mehdi Amini[ThinLTO] Add a llvm-lto2 test to check that ODR type...
2016-08-23 Peter Zotov[CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switch
2016-08-23 Sanjay Patel[InstSimplify] allow icmp with constant folds for splat...
2016-08-23 Xinliang David LiPossible fix of test failures on win bots
2016-08-23 Eugene Zelenko[Documentation] Fix style of Clang-tidy readability...
2016-08-23 Jim InghamImplementation "step out" plans shouldn't gather the...
2016-08-23 Chris BienemanDelete remaining compiler-rt makefiles
2016-08-23 Sanjay Patel[InstSimplify] allow icmp with constant folds for splat...
2016-08-23 Justin Lebar[SelectionDAG] Use a union of bitfield structs for...
2016-08-23 Justin Lebar[CodeGen] Convert a loop to a for-each loop. NFC
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-23 Sanjay Patel[InstSimplify] add tests to show missing vector icmp...
2016-08-23 Jim InghamChange the PathMappingList::FindFile to use FileSpec...
2016-08-23 Mehdi Amini[ThinLTO] Make sure the Context used for the ThinLTO...
2016-08-23 Nico Weberclang-cl: Accept MSVC 2015's `/source-charset:utf-8...
2016-08-23 Sanjay Patel[InstSimplify] move icmp with constant tests to another...
2016-08-23 Artem Dergachev[analyzer] Fix CloneDetector crash on calling methods...
2016-08-23 Pete CooperFix some more asserts after r279466.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Krzysztof Parzyszek[Hexagon] Packetize return value setup with the return...
2016-08-23 Xinliang David LiFix windows build failure
2016-08-23 Duncan P. N... Rename unittests/ADT/ilistTest.cpp to ilistTestTemp...
2016-08-23 Xinliang David Li[Profile] refactor meta data copying/swapping code
2016-08-23 Adrian PrantlWork around PR29097 to get the module bots going again.
2016-08-23 Simon Pilgrim[X86][AVX] Updated fptosi_2f64_to_4i32 test to show...
2016-08-23 Simon Pilgrim[X86][AVX] Add v2i32 fp to int conversion tests
2016-08-23 Alexander Kornienko[clang-tidy] Merge ExtraArgs(Before) instead of overrid...
2016-08-23 Simon Pilgrim[X86][AVX] Add AVX2/AVX512 fp to int conversion tests
2016-08-23 Jacques Pienaar[lanai] Use const instead of constexpr
2016-08-23 Alexander Kornienko[clang-tidy] Fix the order of ExtraArgsBefore
2016-08-23 Elliot ColpFix SystemZ hang caused by r279105
2016-08-23 Davide Italiano[LTOCodeGenerator] Reduce code duplication. NFCI.
2016-08-23 Pavel LabathFix a crash in GDBRemoteCommunicationClient::GetSupport...
2016-08-23 Pavel LabathFix API usage in TestMultithreaded.test_sb_api_listener...
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 NAKAMURA TakumiLLVMLanaDesc: Update libdesp.
2016-08-23 NAKAMURA TakumiChange the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Daniel Marjamaki[clang-tidy] readability-non-const-parameter: add new...
2016-08-23 Oliver Stannard[ARM] Generate consistent frame records for Thumb2
2016-08-23 Sagar Thakur[TSan][MIPS] Changes mips memory layout to support...
2016-08-23 Daniel BerlinGVNHoist: Use the pass version of MemorySSA and preserv...
2016-08-23 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 Vitaly Buka[asan] Fix OOB_char on arm 32bit
2016-08-23 Chandler CarruthRevert r279486 "Fix regression introduced by r279164"
2016-08-23 Matt ArsenaultBranchRelaxation: Fix handling of blocks with multiple...
2016-08-23 Jacques Pienaar[lanai] Make Lanai backend non-experimental
next