OSDN Git Service

android-x86/external-llvm.git
2016-07-12 Rui UeyamaDump enum unique names.
2016-07-12 Rui UeyamaRe-enable TPI hash verification for enum records.
2016-07-12 Duncan P. N... X86: Avoid implicit iterator conversions, NFC
2016-07-12 NAKAMURA TakumiFix libdeps in r275125. LTO tools require BitReader.
2016-07-12 Ivan KrasinPrint remarks from WholeProgramDevirt pass for each...
2016-07-12 NAKAMURA Takumillvm/test/CodeGen/AMDGPU/selected-stack-object.ll REQUI...
2016-07-12 Haicheng Wu[Kryo] Enable ZCZeroing feature
2016-07-12 Duncan P. N... Hexagon: Avoid implicit iterator conversions, NFC
2016-07-12 Duncan P. N... Mips: Avoid implicit iterator conversions, NFC
2016-07-12 Craig Topper[X86,IR] Remove unnecessary or unused LLVMContext param...
2016-07-12 Duncan P. N... SystemZ: Avoid implicit iterator conversions, NFC
2016-07-12 Nico WeberTeach FastISel about thiscall (and, hence, about callee...
2016-07-12 Matt ArsenaultAMDGPU: Cleanup pseudoinstructions
2016-07-12 Matt ArsenaultAMDGPU: Fix missing scc def on control flow pseudos
2016-07-11 Matt ArsenaultAMDGPU: Enable trackLivenessAfterRegAlloc
2016-07-11 Mehdi AminiDo not use bool in C header lto.h, use lto_bool_t instead
2016-07-11 Matt ArsenaultAMDGPU: Remove superfluous string attributes from tests
2016-07-11 George Burgess IVAttempt to make buildbots happy.
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-07-11 George Burgess IV[CFLAA] Simplify CFLGraphBuilder. NFC.
2016-07-11 Dehao ChenNew pass manager for LICM.
2016-07-11 Alina SbirleaCorrect ordering of loads/stores.
2016-07-11 Tim NorthoverARM: validate immediate branch targets in AsmParser.
2016-07-11 Nicolai HaehnleAMDGPU: Treat texture gather instructions more like...
2016-07-11 Zachary TurnerRefactor the PDB writing to use a builder approach
2016-07-11 Zachary Turner[pdb] Add a pdb2yaml option to not dump file headers.
2016-07-11 Nicolai HaehnleAMDGPU: fix local stack slot allocation bugs
2016-07-11 Michael Kuperstein[X86] Make some cast costs more precise
2016-07-11 Kyle ButtCodegen: Fix comment in BranchFolding.cpp
2016-07-11 Quentin Colombet[X86] Fix tailcall return address clobber bug.
2016-07-11 Sanjay Patelfix documentation comments; NFC
2016-07-11 Alina SbirleaAdd TLI.allowsMisalignedMemoryAccesses to LoadStoreVect...
2016-07-11 Michael Kuperstein[X86] Disable FixupSetCC for CodeGenOpt::None
2016-07-11 Chad Rosier[IPRA] Properly compute register usage at call sites.
2016-07-11 Zhan Jun Liau[SystemZ] Recognize Load On Condition Immediate (LOCHI...
2016-07-11 Davide Italiano[SCCP] Try to follow the DRY principle, use `OpSt`.
2016-07-11 Jingyue Wu[SLSR] Call getPointerSizeInBits with the correct addre...
2016-07-11 Davide Italiano[PM/IPO] Port LowerTypeTests to the new PassManager.
2016-07-11 Jacques Pienaar[lanai] Add more tests for assembly of conditional...
2016-07-11 Dehao ChenFix the assertion failure caused by reviews.llvm.org...
2016-07-11 David Majnemer[IR] Stop a -Wsign-compare warning from firing
2016-07-11 Davide Italiano[LowerTypeTests] Don't rely on doInitialization().
2016-07-11 Dehao ChenImplement callsite-hotness based inline cost for Sample...
2016-07-11 Dehao ChenTune the weight propagation algorithm for sample profile.
2016-07-11 Sanjay Patel[x86] make some of the tests 256-bit for testing diversity
2016-07-11 Nirav DaveAdd missing include from previous commit
2016-07-11 Nirav DaveFix branch relaxation in 16-bit mode.
2016-07-11 Sanjay Patel[x86] specify triple to avoid bot failures
2016-07-11 Nicolai Haehnle[Sink] Don't move calls to readonly functions across...
2016-07-11 Nicolai HaehnleAliasAnalysis: unify getModRefInfo(I, CS) semantics...
2016-07-11 Sanjay Patel[x86] update checks
2016-07-11 Simon Pilgrim[X86][SSE] Generalise target shuffle combine of shuffle...
2016-07-11 Nirav DaveProvide support for preserving assembly comments
2016-07-11 Artem Tamazov[AMDGPU][llvm-mc] Quickfix for r272748 to enable labels...
2016-07-11 Zlatko Buljan[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2...
2016-07-11 Elena DemikhovskyAVX-512: DAG lowering for scalar MIN/MAX commutable ops
2016-07-11 Craig Topper[AVX512] Add support for 512-bit ANDN now that all...
2016-07-11 Craig Topper[AVX512] Use vpternlog with an immediate of 0xff to...
2016-07-11 Craig Topper[X86] Add the AVX512 SET0 pseudos to foldMemoryOperandI...
2016-07-11 Hal FinkelRevert r275027 - Let FuncAttrs infer the 'returned...
2016-07-11 Daniel BerlinAllow BasicBlockEdge to be used in DenseMap
2016-07-11 Hal FinkelPointer-comparison folding should look through returned...
2016-07-11 Hal FinkelTeach isDereferenceablePointer to look through returned...
2016-07-11 Hal FinkelTeach SCEV to look through returned-argument functions
2016-07-11 Hal FinkelTeach computeKnownBits to look through returned-argumen...
2016-07-11 Hal FinkelBasicAA should look through functions with returned...
2016-07-11 Hal FinkelAdd a 'Returned' intrinsic property corresponding to...
2016-07-11 Hal FinkelDon't use a SmallSet for returned attribute inference
2016-07-10 Hal FinkelAdd getReturnedArgOperand to Call/InvokeInst, CallSite
2016-07-10 Simon Pilgrim[X86][SSE] Relax type assertions for matchVectorShuffle...
2016-07-10 Hal FinkelLet FuncAttrs infer the 'returned' argument attribute
2016-07-10 Hal FinkelUpdate the LangRef description of the 'returned' attribute
2016-07-10 Sanjay Patel[DAG] make isConstantSplatVector() available to the...
2016-07-10 Jan VeselyAMDGPU/R600: Add implicitarg.ptr intrinsic
2016-07-10 Simon Pilgrim[X86][SSE] Add support for target shuffle combining...
2016-07-10 Sanjay Patelfix documentation comments; NFC
2016-07-10 Sanjay Patel[x86, SSE, AVX] add tests for icmp+zext (PR28484)
2016-07-10 Simon Pilgrim[X86][SSE] Added tests for combining shuffles to PSHUFL...
2016-07-10 Benjamin Kramer[Support] Make helper function static. NFC.
2016-07-10 Marcin Koscielnicki[SystemZ] Utilize Test Data Class instructions.
2016-07-10 Sanjay Patelreformat, fix comments/names; NFCI
2016-07-10 Benjamin KramerGive helper classes/functions internal linkage. NFC.
2016-07-10 Benjamin Kramer[codeview] Drop unused private inheritance.
2016-07-10 Craig Topper[AVX512] Add support for lowering to 512-bit SHUFPS.
2016-07-10 David Majnemer[pdb] Sanity check the stream map
2016-07-10 David Majnemer[llvm-pdbdump] Propagate errors a little more consistently
2016-07-10 Michael Gottesman[cmake] Change lli-child-target to use add_llvm_utility...
2016-07-10 Michael Gottesman[cmake] Create the LLVM_BUILD_UTILS option.
2016-07-10 Davide Italiano[SCCP] Rename undefined -> unknown.
2016-07-09 Sean Silva[docs] Fix up a broken link.
2016-07-09 Sean Silva[PM] Port LoopVectorize to the new PM.
2016-07-09 Sean SilvaFix up an include guard.
2016-07-09 Davide Italiano[SCCP] Remove wrong and misleading vector handling...
2016-07-09 Simon Pilgrim[X86][SSE] Add support for target shuffle combining...
2016-07-09 Simon Pilgrim[X86][SSE] Use scaleShuffleMask helper. NFCI.
2016-07-09 Simon Pilgrim[X86][SSE] Regenerate vector shift tests
2016-07-09 David Majnemer[COFF, Dwarf] Don't emit DW_AT_location for dllimported...
2016-07-09 Jingyue Wu[SLSR] Fix crash on handling 128-bit integers.
2016-07-09 Sanjay Patelfix documentation comments; NFC
2016-07-09 Jacques Pienaar[lanai] Treat .t as optional in assembly parser for...
next