OSDN Git Service

android-x86/external-llvm.git
2016-07-15 Vedant Kumar[llvm-cov] Improve error messages
2016-07-15 Lang Hames[Kaleidoscope][BuildingAJIT] Start filling in text...
2016-07-15 Vedant Kumar[llvm-cov] Fix a use-after-free
2016-07-15 Vedant Kumar[llvm-cov] Clean up an awkward capture-by-reference...
2016-07-15 Vedant Kumar[Coverage] Mark a few more methods const (NFC)
2016-07-15 Matt ArsenaultAMDGPU: Fix not expanding control flow after some kill...
2016-07-15 Matt ArsenaultAMDGPU: Fix trying to skip from a block with no successors
2016-07-15 Matt ArsenaultAMDGPU: Fix splitting kill blocks with defs before...
2016-07-15 Haicheng Wu[AArch64] Set COPY ZR isAsCheapAsAMove when needed.
2016-07-14 Reid Kleckner[codeview] Shrink inlined call site line info tables
2016-07-14 Tim Northoverllvm-objdump: extend __mh_execute_header handling to...
2016-07-14 Simon Pilgrim[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combi...
2016-07-14 Adam Nemet[LoopDist] Fix typo in diagnostic
2016-07-14 Tim Northoverllvm-objdump: handle stubbed and malformed dylibs better
2016-07-14 Ekaterina Romanova[GVN] Fold constant expression in GVN.
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-14 Teresa Johnson[ThinLTO/gold] Perform index-based weak/linkonce resolution
2016-07-14 Matthew Simpson[LV] Rename StrideAccesses to AccessStrideInfo (NFC)
2016-07-14 Matthew Simpson[LV] Allow interleaved accesses in loops with predicate...
2016-07-14 Sanjay Pateldon't repeat function names in comments; NFC
2016-07-14 Lang Hames[Object] Change Archive::findSym to return an Expected...
2016-07-14 Davide Italiano[SCCP] Pass the Solver by reference, copies are expensi...
2016-07-14 Mehdi AminiAdd recently added TargetOptions::EnableIPRA member...
2016-07-14 Sanjoy Das[ValueTracking] Use Instruction::getFunction; NFC
2016-07-14 Justin Lebars/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
2016-07-14 Krzysztof Parzyszek[Hexagon] Packetize function call arguments with tail...
2016-07-14 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos-M1.
2016-07-14 Sanjoy Das[JumpThreading] PRE unordered loads
2016-07-14 Krzysztof ParzyszekAdd debugging code to the packetizer
2016-07-14 Jun Bum Lim[PM] Port Dead Loop Deletion Pass to the new PM
2016-07-14 Justin Lebar[CodeGen] Refactor MachineMemOperand::Flags's target...
2016-07-14 Justin BognerTableGen: Fix a confusing use of both i and I as variab...
2016-07-14 Kostya Serebryany[sanitizer-coverage] make sure that calls to __sanitize...
2016-07-14 Nirav Dave[X86][MC] Fix bracket expression parsing in intel-style...
2016-07-14 Ahmed Bougacha[GlobalISel] Fix G_OR opcode after the addition of...
2016-07-14 Ahmed Bougacha[CodeGen] Simplify reg bank/class union is+get into...
2016-07-14 Saleem AbdulrasoolX86: handle external tail calls in Windows JIT
2016-07-14 Justin Lebar[CodeGen] s/constexpr/LLVM_CONSTEXPR/ in MachineMemOper...
2016-07-14 Sanjay Patelauto-generate checks
2016-07-14 Justin Lebar[CodeGen] Refactor MachineMemOperand's Flags enum.
2016-07-14 Tim NorthoverARM: fix vmov.i64 immediate validity check
2016-07-14 Tom StellardGlobalsAA: Functions with the argmemonly attribute...
2016-07-14 Nico WeberDon't optimize movs to pushes in -O0 builds.
2016-07-14 Nico WeberDelete some trailing whitespace.
2016-07-14 Ahmed Bougacha[X86] Decode MPX BND registers.
2016-07-14 Ahmed Bougacha[X86] Don't mark addressing mode operands as "outs...
2016-07-14 Ahmed Bougacha[TableGen] Autobrief-ize Record. NFC.
2016-07-14 Ahmed Bougacha[TableGen] Cleanup Record comments. NFC.
2016-07-14 Ahmed Bougacha[GlobalISel] Fix #include ordering/spacing. NFC.
2016-07-14 Sam Kolton[AMDGPU] Assembler: fix row_bcast parsing
2016-07-14 Nico WeberRevert r275411, it cause PR28552.
2016-07-14 Nico WeberRevert r275401, it caused PR28551.
2016-07-14 Matthew Simpson[LV] Avoid unnecessary IV scalar-to-vector-to-scalar...
2016-07-14 Nico WeberTeach fast isel calls and rets about stdcall.
2016-07-14 Simon Pilgrim[X86][AVX] Added an additional vperm2f128 memory foldin...
2016-07-14 Simon PilgrimRemove trailing whitespace.
2016-07-14 Simon Pilgrim[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combi...
2016-07-14 Daniel Sanders[mips] SelectionDAGISel subclasses now follow the optim...
2016-07-14 Benjamin KramerUpgrade all the .arcconfigs to https.
2016-07-14 Aaron BallmanSpeculatively fix the sphinx build, which does not...
2016-07-14 Simon Pilgrim[X86][AVX] Add support for narrowing 128-bit+ shuffle...
2016-07-14 Sjoerd MeijerThis converts a signed remainder instruction to unsigne...
2016-07-14 Simon Pilgrim[X86][AVX] Add 128-bit wide shuffle tests that should...
2016-07-14 Sebastian Popcode hoisting pass based on GVN
2016-07-14 Simon Pilgrim[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle...
2016-07-14 Dean Michael... Remove extra ';' to appease -Wpedantic
2016-07-14 Simon Pilgrim[X86][AVX] Regenerate broadcast upgrade tests
2016-07-14 Simon Pilgrim[X86][AVX2] VBROADCASTSSrr/VBROADCASTSSYrr require...
2016-07-14 Sjoerd MeijerThis implements a more optimal algorithm for selecting...
2016-07-14 David Majnemer[InstCombine] Masked loads with undef masks can fold...
2016-07-14 David MajnemerSimplify llvm.masked.load w/ undef masks
2016-07-14 Craig Topper[AVX512] Implement EXTLOAD lowering with patterns to...
2016-07-14 Eli Friedman[X86] Fix stupid typo in isel lowering.
2016-07-14 Matt ArsenaultAMDGPU/R600: Delete/rename intrinsics no longer used...
2016-07-14 Matt ArsenaultAMDGPU/R600: Remove intrinsics with no tests and no...
2016-07-14 Matt ArsenaultAMDGPU: Remove unused intrinsics
2016-07-14 Matt ArsenaultAMDGPU: Fix test not actually testing anything
2016-07-14 Matt ArsenaultAMDGPU: Remove dead code
2016-07-14 Dean Michael... XRay: Add entry and exit sleds
2016-07-14 Davide Italiano[SCCP] Pass a Value * instead of templating this functi...
2016-07-14 Chris Lattnerclarify a bit.
2016-07-14 Davide Italiano[IPSCCP] Constant fold struct argument/instructions...
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Nico WeberTeach fast isel about thiscall (and callee-pop) calls.
2016-07-14 Mehdi Amini[Scalarizer] PR28108: Skip over nullptr rather than...
2016-07-14 Mehdi AminiAdd missing test for r275347 "[IPRA] Set callee saved...
2016-07-14 Davide Italiano[SCCP] Generalize tryToReplaceInstWithConstant to work...
2016-07-14 Matthias BraunMIRParser: Fix MIRParser not reporting nullptr on error.
2016-07-14 Adrian PrantlSynchronize LLVM and clang's ObjCDeclSpec::ObjCProperty...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-14 David Majnemer[ConstantFolding] Fold masked loads
2016-07-13 Justin LebarForce a semicolon at the end of the LLVM_ENABLE_BITMASK...
2016-07-13 Mehdi AminiAdd EnableIPRA to TargetOptions, and move the cl::opt...
2016-07-13 Mehdi Amini[IPRA] Set callee saved registers to none for local...
2016-07-13 Sanjoy Das[JumpThreading] Delete commented out debug code; NFC
2016-07-13 David Majnemer[ConstantFolding] Extend FoldReinterpretLoadFromConstPt...
2016-07-13 David MajnemerMove a transform from InstCombine to InstSimplify.
2016-07-13 Michael KupersteinFix copy/paste bug in r275340.
2016-07-13 Matthias BraunMIRParser: Move SlotMapping and SourceMgr refs to PFS...
2016-07-13 Michael Kuperstein[DAG] Correctly chain masked loads
next