OSDN Git Service

android-x86/external-llvm.git
2016-11-30 Quentin ColombetCODE_OWNERS: Take ownership of Loop Strenght Reduce.
2016-11-30 Mehdi Amini[git-llvm] Use --force-interactive when commiting to...
2016-11-30 Mehdi AminiFix macro check for ABI breacking check: should use...
2016-11-30 Zachary Turner[LibFuzzer] Split up some functions among different...
2016-11-30 Matt ArsenaultAMDGPU: Move mir tests into mir test directory
2016-11-30 Sanjay Patel[InstCombine] update test to use FileCheck and auto...
2016-11-30 Simon Pilgrim[X86][SSE] Added tests showing missed combines of ANDs...
2016-11-30 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-11-30 Sanjay Patel[InstCombine] auto-generate checks for select+bitwise...
2016-11-30 Silviu Baranga[AArch64] Fix useful bits detection for BFM instructions
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...
2016-11-30 Simon Pilgrim[X86][SSE] Add support for target shuffle constant...
2016-11-30 Zachary Turner[LibFuzzer] Add macro flags for Posix and Windows.
2016-11-30 Nicolai Haehnle[SelectionDAG] Refactor TargetLowering::expandMUL ...
2016-11-30 Pavel Labath[Support] Use HAVE_DLOPEN to guard dlopen(3) usage
2016-11-30 Sanjay Patel[AArch64] use exact checks; NFC
2016-11-30 Krzysztof Parzyszek[PowerPC] Preserve machine dominator tree in PPCVSXFMAM...
2016-11-30 Simon PilgrimUpdated test with -verify-machineinstrs to check for...
2016-11-30 Simon Pilgrim[X86][SSE] Add tests demonstrating missed opportunities...
2016-11-30 Benjamin KramerApply clang-tidy's 'performance-faster-string-find...
2016-11-30 Jonas DevlieghereRevert 'Test commit as per developer policy'
2016-11-30 Jonas DevlieghereTest commit as per developer policy
2016-11-30 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-30 Lang Hames[RuntimeDyld] Skip undefined symbols when building...
2016-11-29 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 2
2016-11-29 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 2
2016-11-29 Peter CollingbourneAdd another missing dependency.
2016-11-29 Paul RobinsonRevert r288212 due to lldb failure.
2016-11-29 Jacques Pienaar[lanai] Manually match 0/-1 with R0/R1.
2016-11-29 Nemanja IvanovicRevert https://reviews.llvm.org/rL287679
2016-11-29 Paul RobinsonEmit 'no line' information for interesting 'orphan...
2016-11-29 Simon Pilgrim[X86][AVX512VL] Improved testing of vcvtpd2ps, vcvtpd2d...
2016-11-29 Adam Nemet[GVN] Basic optimization remark support
2016-11-29 Simon Pilgrim[X86][AVX512DQVL] Improved testing of vcvtqq2ps/vcvtuqq...
2016-11-29 Sanjay Patel[AArch64] allow and-not-compare transform to form ...
2016-11-29 Zachary TurnerAdd documentation for the PDB Module Info stream.
2016-11-29 Peter CollingbourneBitcode: Add a more comprehensive multi-module test...
2016-11-29 Peter CollingbourneAdd llvm-modextract tool.
2016-11-29 Justin Lebar[StructurizeCFG] Fix infinite loop in rebuildSSA.
2016-11-29 Kevin EnderbyAdd to llvm-objdump the -no-leading-headers option...
2016-11-29 Peter CollingbourneAdd missing dependency.
2016-11-29 Mehdi AminiChange Error unittest to use the LLVM_ENABLE_ABI_BREAKI...
2016-11-29 Peter CollingbourneBitcode: Introduce BitcodeWriter interface.
2016-11-29 Chad Rosier[AArch64] Add a basic SchedMachineModel for Falkor.
2016-11-29 David BlaikieUse CallSite to simplify code
2016-11-29 Matt ArsenaultAMDGPU: Disallow exec as SMEM instruction operand
2016-11-29 Matt ArsenaultAMDGPU: Use SGPR_64 for argument lowerings
2016-11-29 Geoff Berry[LiveRangeEdit] Handle instructions with no defs correctly.
2016-11-29 Matt ArsenaultAMDGPU: Rename flat operands to match mubuf
2016-11-29 Matt ArsenaultAMDGPU: Use else if
2016-11-29 Matt ArsenaultAMDGPU: Materialize frame index before add
2016-11-29 Matt ArsenaultAMDGPU: Refactor immediate folding logic
2016-11-29 Sanjay Patel[AArch64] add tests for bics; NFC
2016-11-29 Sanjay Patel[AArch64] add tests to show select transforms; NFC
2016-11-29 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Include the value that is forwar...
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Print the interesting instructio...
2016-11-29 Geoff Berry[AArch64] Fold spills of COPY of WZR/XZR
2016-11-29 Mehdi Amini[docs] Typos and whitespace fixed in LTO docs.
2016-11-29 Simon PilgrimAvoid repeated calls to MVT getSizeInBits and getScalar...
2016-11-29 NAKAMURA TakumiSuppress abi-breaking.h on cygming, for now.
2016-11-29 NAKAMURA TakumiFix a linefeed at eof.
2016-11-29 Artur Pilipenko[CVP] Remove use of removed flag (-cvp-dont-process...
2016-11-29 Artur Pilipenko[CVP] Remove cvp-dont-process-adds flag
2016-11-29 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 1
2016-11-29 Alexey Bataev[SLP] Add a new test for tree vectorization starting...
2016-11-29 Simon Pilgrim[X86] Moved getTargetConstantFromNode function so a...
2016-11-29 Aditya Kumar[GVNHoist] Rename variables.
2016-11-29 Aditya Kumar[GVNHoist] Enable aggressive hoisting when optimizing...
2016-11-29 Simon Pilgrim[X86][SSE] Add initial support for combining target...
2016-11-29 Simon PilgrimAvoid repeated calls to MVT::getScalarSizeInBits()...
2016-11-29 Simon Pilgrim[X86][SSE] Added tests showing missed combines to ...
2016-11-29 Chandler Carruth[PM] Fix a bad invalid densemap iterator bug in the...
2016-11-29 Malcolm Parsons[StringRef] Use default member initializers and = default.
2016-11-29 Alexey Bataev[SLPVectorizer] Improved support of partial tree vector...
2016-11-29 Warren RistowTest commit. Comment changes. NFC.
2016-11-29 Peter CollingbourneBitcode: Change expected layout of module blocks.
2016-11-29 Reid Kleckner[asan/win] Align global registration metadata to its...
2016-11-29 Tom StellardAMDGPU/SI: Avoid moving PHIs to VALU when phi values...
2016-11-29 Reid KlecknerRecognize ${:uid} escapes in intel syntax inline asm
2016-11-29 Adam Nemet[GVN, OptDiag] Print the interesting instructions invol...
2016-11-28 Sanjay Patel[DAG] clean up foldSelectCCToShiftAnd(); NFCI
2016-11-28 Mehdi AminiPut ABI breaking test in Error checking behind LLVM_ENA...
2016-11-28 Kevin EnderbyAdd error checking for Mach-O universal files.
2016-11-28 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-11-28 Chandler Carruth[PM] Extend the explicit 'invalidate' method API on...
2016-11-28 Peter Collingbournecmake: Set rpath for loadable modules as well as shared...
2016-11-28 Eli Friedman[SROA] Drop lifetime.start/end intrinsics when they...
2016-11-28 Sanjay Patel[DAG] add helper function for selectcc --> and+shift...
2016-11-28 Mehdi AminiImprove error handling in YAML parsing
2016-11-28 David Blaikie[DebugInfo] Add support for DW_AT_main_subprogram on...
2016-11-28 Matthias BraunMachineScheduler: Export function to construct "default...
2016-11-28 Artem BelevichRevert r287637 "[wasm] hack around test failure after...
2016-11-28 Stanislav Mekhanoshin[AMDGPU] Allow hoisting of comparisons out of a loop...
2016-11-28 Joerg SonnenbergerRevert r287553: [CodeGenPrep] Skip merging empty case...
2016-11-28 Justin Lebar[StructurizeCFG] Use range-based for loops.
2016-11-28 Justin Lebar[StructurizeCFG] Refactor NearestCommonDominator.
2016-11-28 Simon Pilgrim[X86][SSE] Add initial support for combining (V)PMOVZX...
2016-11-28 Adam Nemet[GVN, OptDiag] Include the value that is forwarded...
2016-11-28 Adam Nemet[GVN] Basic optimization remark support
next