OSDN Git Service

android-x86/external-llvm.git
2016-08-25 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-25 Xinliang David Li[Profile] Propagate branch metadata properly in instcombine
2016-08-25 Kyle ButtTest: Add REQUIRES: asserts to test that now requires...
2016-08-24 Kostya Serebryany[libFuzzer] make a test more deterministic
2016-08-24 Sanjay Patel[InstCombine] move foldICmpDivConstConst() contents...
2016-08-24 Evgeny StupachenkoThe patch improves ValueTracking on left shift with...
2016-08-24 Heejin Ahn[WebAssembly] Change a comment line
2016-08-24 Matthias BraunMIRYamlMapping cleanup
2016-08-24 Krzysztof Parzyszek[Hexagon] Check for block end when skipping debug instr...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute HasInlineAsm instead...
2016-08-24 Matthias BraunMissed a test in my last commit
2016-08-24 Krzysztof Parzyszek[Hexagon] Change insertion of expand-condsets pass...
2016-08-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq/ne (shr...
2016-08-24 Matthias BraunMachineRegisterInfo/MIR: Initialize tracksSubRegLivenes...
2016-08-24 Kyle ButtCodeGen: If Convert blocks that would form a diamond...
2016-08-24 Kyle ButtIfConversion: Rescan diamonds.
2016-08-24 Tim NorthoverARM: don't diagnose cbz/cbnz to Thumb functions.
2016-08-24 Changpeng FangAMDGCN/SI: Implement readlane/readfirstlane intrinsics
2016-08-24 Rafael EspindolaUse isTargetMachO instead of isTargetDarwin.
2016-08-24 Simon Pilgrim[X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-24 Matthew Simpson[LV] Unify vector and scalar maps
2016-08-24 Evandro Menezes[AArch64] Adjust the feature set for Exynos M1.
2016-08-24 Sanjoy Das[SCCP] Don't delete side-effecting instructions
2016-08-24 Simon Pilgrim[X86][SSE] Add support for combining VZEXT_MOVL target...
2016-08-24 Krzysztof Parzyszek[Hexagon] Enable subregister liveness tracking
2016-08-24 Krzysztof Parzyszek[Hexagon] Remove the utilization of IMPLICIT_DEFs from...
2016-08-24 Nico Weberfix typo 'varaible' in assert
2016-08-24 Tim NorthoverGlobalISel: fix cmp test to be in SSA form
2016-08-24 Teresa Johnson[ThinLTO/gold] Add caching support to gold-plugin
2016-08-24 Simon Pilgrim[X86][SSE] Regenerate scalar math load folding tests...
2016-08-24 Wei DingAMDGPU : Add V_SAD_U32 instruction pattern.
2016-08-24 Ying Yi[llvm-cov] Add the project summary to each source file...
2016-08-24 Sanjay Patel[InstCombine] add assert and explanatory comment for...
2016-08-24 Krzysztof ParzyszekCreate subranges for new intervals resulting from live...
2016-08-24 Simon Dardis[mips] Preparatory work for a generic scheduler
2016-08-24 Simon Pilgrim[X86][AVX2] Ensure on 32-bit targets that we broadcast...
2016-08-24 Simon Pilgrim[X86][F16C] Regenerated f16c tests
2016-08-24 Gil Rapaport[Loop Vectorizer] Support predication of div/rem
2016-08-24 Simon Pilgrim[X86][SSE] Add support for 32-bit element vectors to...
2016-08-24 Chandler Carruth[PM] Introduce basic update capabilities to the new...
2016-08-24 Mehdi AminiTentatively fix gold-plugin test: ThinLTO objects start...
2016-08-24 Gor Nishanov[Coroutines] Fix unused var warning in release build
2016-08-24 Gor Nishanov[Coroutines] Part 8: Coroutine Frame Building algorithm
2016-08-24 Chandler CarruthPreserve a pointer to the newly allocated signal stack...
2016-08-24 Matthias BraunTargetSchedule: Do not consider subregister definitions...
2016-08-24 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
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 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 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 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 Mehdi Amini[LTO] Fix test following r279550
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 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 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 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 Mehdi Amini[ThinLTO] Make sure the Context used for the ThinLTO...
2016-08-23 Sanjay Patel[InstSimplify] move icmp with constant tests to another...
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...
next