OSDN Git Service

android-x86/external-llvm.git
2016-03-31 Evgeniy StepanovPreserve extern_weak linkage in CloneModule.
2016-03-31 Chris Bieneman[CMake] Provide the ability to skip stripping when...
2016-03-31 Benjamin Kramer[ARM] Expand v1i64 and v2i64 ctpop.
2016-03-31 Hans Wennborg[X86] Merge adjacent stack adjustments in eliminateCall...
2016-03-31 Hans WennborgChange eliminateCallFramePseudoInstr() to return an...
2016-03-31 Daniel Dunbar[lit][googletest] Handle upstream gtest output
2016-03-31 Jacques Pienaar[lanai] isBrImm should accept any non-constant immediate.
2016-03-31 Ehsan Amiri[PPC] basic support for Power 9 direct move instructions
2016-03-31 Rong Xu[PGO] use emplace_back. NFC.
2016-03-31 Sanjay Patel[x86] use SSE/AVX ops for non-zero memsets (PR27100)
2016-03-31 Valery Pykhtin[AMDGPU] enable few disassembler tests that were mistak...
2016-03-31 Hans WennborgMore checks in win32-seh-nested-finally.ll after commen...
2016-03-31 Ulrich Weigand[PowerPC] Attempt to fix fast-isel-i64offset.ll failure
2016-03-31 Xinliang David LiMinor code cleanup /NFC
2016-03-31 Stephan BergmannDon't use potentially invalidated iterator
2016-03-31 Ulrich Weigand[PowerPC] Correctly compute 64-bit offsets in fast...
2016-03-31 Nemanja Ivanovic[PowerPC] Basic support for P9 atomic loads and stores
2016-03-31 Jun Bum Lim[AArch64] Handle missing store pair opportunity
2016-03-31 Ulrich Weigand[PowerPC] Remove incorrect use of COPY_TO_REGCLASS...
2016-03-31 Daniel Sanders[mips] Range check simm16
2016-03-31 Daniel Sanders[mips] Range check simm11 and mem_simm11.
2016-03-31 Dmitry Polukhin[IFUNC] Introduce GlobalIndirectSymbol as a base class...
2016-03-31 Sam Kolton[AMDGPU] Disassembler: support for DPP
2016-03-31 Daniel Sanders[mips] Split mem_msa into range checked mem_simm10...
2016-03-31 Nirav DavePrevent X86ISelLowering from merging volatile loads
2016-03-31 Daniel Sanders[mips] Range check simm9 and fix a bug this revealed.
2016-03-31 Benjamin Kramer[TTI] Let the cost model estimate ctpop costs based...
2016-03-31 Zlatko Buljan[mips][microMIPS] Implement MFC*, MFHC* and DMFC* instr...
2016-03-31 Jeroen KetemaSilence warnings in OCaml bindings
2016-03-31 Jonas PaulssonIndentation fix in SystemZInstrInfo.cpp
2016-03-31 Sanjoy Das[InstCombine] Fix incorrect rule from rL236202
2016-03-31 Sanjoy DasDelete trailing whitespace
2016-03-31 Sanjoy Das[SCEV] Track NoWrap properties using MatchBinaryOp...
2016-03-31 Sanjoy Das[SCEV] NFC code motion to simplify later change
2016-03-31 Craig Topper[X86] Use MVT instead of EVT in code called after legal...
2016-03-31 Davide Italiano[DebugInfo] Subprograms should belong to a CU.
2016-03-31 Hal Finkel[PowerPC] Load two floats directly instead of using...
2016-03-31 Sean SilvaFix case confusion.
2016-03-31 Sanjoy DasIntroduce a @llvm.experimental.guard intrinsic
2016-03-30 Hans WennborgAdd some more triples after r264966
2016-03-30 Hans Wennborg[X86] Enable call frame optimization ("mov to push...
2016-03-30 Matthias BraunCodeGen: Factor out code for tail call result compatibi...
2016-03-30 Matthias BraunAvoid unnecessary #include; NFC
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Matt ArsenaultAMDGPU: Add frexp_exp intrinsic
2016-03-30 Matt ArsenaultAMDGPU: Constant folding for frexp_mant
2016-03-30 Teresa JohnsonUse existing PrintEscapedString in AssemblyWriter
2016-03-30 Peter CollingbourneCloning: Reduce complexity of debug info cloning and...
2016-03-30 Sanjay Patelfix typos
2016-03-30 Aaron BallmanSilencing warnings from MSVC 2015 Update 2. All of...
2016-03-30 Matt ArsenaultLegalizeDAG: Don't replace vector store with integer...
2016-03-30 Matt ArsenaultLegalizeDAG: Don't replace vector load with integer...
2016-03-30 David Majnemer[IndVarSimplify] Don't insert after a catchswitch
2016-03-30 Justin LebarAdd #include <functional> to PassManagerBuilder, now...
2016-03-30 Simon Pilgrim[X86][AVX] Ensure EltsFromConsecutiveLoads tests the...
2016-03-30 Justin Lebar[NVPTX] Make NVVMReflect a function pass.
2016-03-30 Justin Lebar[PassManager] Make PassManagerBuilder::addExtension...
2016-03-30 Justin Bognertest: Remove a test for a transform that hasn't existed...
2016-03-30 Hal FinkelAdd a copy constructor to StringMap
2016-03-30 Hal Finkel[LoopVectorize] Don't vectorize loops when everything...
2016-03-30 Rong Xu[PGO] PGOFuncName in LTO optimizations
2016-03-30 Reid Kleckner[cmake] Instead of testing char16_t for MSVC compat...
2016-03-30 Teresa JohnsonRestore "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Chad Rosier[AArch64] Fix warnings pointed out by Hal.
2016-03-30 Reid Kleckner[cmake] Add -fms-compatibility-version=19 when clang...
2016-03-30 Reid Kleckner[cmake] Allow EH usage with clang-cl
2016-03-30 Rong Xu[PGO] Use ArrayRef in annotateValueSite()
2016-03-30 Tom StellardAMDGPU/SI: Improve MachineSchedModel definition
2016-03-30 Tom StellardAMDGPU/SI: Enable lanemask tracking in misched
2016-03-30 Jonas Paulsson[SystemZ] Add nop and nopr InstAliases.
2016-03-30 Nirav DaveRemove HasFnAttribute guards to getFnAttribute calls
2016-03-30 Teresa JohnsonRevert "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Simon Pilgrim[X86][XOP] BITREVERSE lowering using VPPERM
2016-03-30 Teresa Johnson[ThinLTO] Serialize the Module SourceFileName to/from...
2016-03-30 Simon Pilgrim[X86][SSE] Test the legalization of vector comparison...
2016-03-30 Benjamin Kramer[NVPTX] Avoid temporary std::string and make single...
2016-03-30 Marianne Mailhot... gold-plugin: Fixed typo in an error message.
2016-03-30 Simon Pilgrim[X86][SSE] Added tests for clearing upper bits of vecto...
2016-03-30 James Molloy[VectorUtils] Don't try and truncate PHIs to a smaller...
2016-03-30 Chandler Carruth[x86] Fix a horrible bug in our lowering of x86 floatin...
2016-03-30 Craig Topper[CodeGen] Mark EVT:getExtendedSizeInBits() as LLVM_READ...
2016-03-30 Jingyue Wu[docs] Add gpucc publication and tutorial.
2016-03-30 Duncan P. N... IR: Constify LLVMContext::discardValueNames, NFC
2016-03-30 Duncan P. N... BitcodeReader: Fix weird whitespace, NFC
2016-03-30 George Burgess IV[MemorySSA] Make the visitor more careful with calls.
2016-03-30 Chandler Carruth[x86] Extract a helper function to compute the full...
2016-03-30 Xinliang David Li[PGO] Handle invoke inst in IR based icall instrumentation
2016-03-30 George Burgess IV[MemorySSA] Change how the walker views/walks visited...
2016-03-30 Adam Nemet[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
2016-03-29 Adam Nemet[PPC] Remove -ppc-loop-prefetch-distance in favor of...
2016-03-29 Adam Nemet[LoopDataPrefetch] Centralize the tuning cl::opts under...
2016-03-29 Anna Zaks[tsan] Do not instrument reads/writes to instruction...
2016-03-29 Kostya Serebryany[libFuzzer] more trophies
2016-03-29 Kostya Serebryany[libFuzzer] more docs
2016-03-29 Duncan P. N... ADCE: Remove debug info intrinsics in dead scopes
2016-03-29 Fiona GlaserMachineSink: make shouldSink a TII target hook
2016-03-29 Adam Nemet[LoopDataPrefetch] Make more member functions private...
2016-03-29 Adrian PrantlUpgrade some wildly anachronistic debug info in testcases.
2016-03-29 Sanjay Pateluse FileCheck and auto-check-generation script for...
2016-03-29 Derek SchuffAdd a print method to MachineFunctionProperties for...
next