]> granicus.if.org Git - llvm/shortlog
llvm
2019-05-07 Nico Webergn build: Run `git ls-files '*.gn' '*.gni' | xargs...
2019-05-07 Roman Lebedev[llvm-exegesis] BenchmarkRunner::runConfiguration(...
2019-05-07 George Rimar[yaml2obj] - Allow setting st_value explicitly for...
2019-05-07 Krasimir GeorgievRevert "[TableGen] Fix a typo"
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_SELECT operands
2019-05-07 Simon Pilgrim[X86][AVX] Fold concat(packus(),packus()) -> packus...
2019-05-07 Simon PilgrimFixed "Value stored to 'Opc' is never read" warning...
2019-05-07 Simon Pilgrim[X86] Reduce scope of variables where possible. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_INTTOPTR/G_PTRTOINT
2019-05-07 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_GEP index operand
2019-05-07 Orlando Cazalet... Test commit access
2019-05-07 Roman Lebedev[llvm-exegesis] InstructionBenchmark::writeYamlTo(...
2019-05-07 Nicolai HaehnleAMDGPU: Verify that SOP2/SOPC instructions have at...
2019-05-07 Craig Topper[FastISel][X86] If selectFNeg fails, fall back to Selec...
2019-05-07 Sam Clegg[WebAssembly] Add more test coverage for reloctions...
2019-05-07 Fangrui Song[DebugInfo] Delete TypedDINodeRef
2019-05-07 Fangrui Song[SanitizerCoverage] Use different module ctor names...
2019-05-07 Yan Luo[TableGen] Fix a typo
2019-05-07 Cameron McInallyRefactor UnaryOperator class
2019-05-06 Craig Topper[X86] Use extended vector register classes in getRegFor...
2019-05-06 Amy HuangFix bug in getCompleteTypeIndex in codeview debug info
2019-05-06 Eli Friedman[ARM] Glue register copies to tail calls.
2019-05-06 Craig Topper[FastISel] Pass the fneg input operand to hasTrivialKil...
2019-05-06 Craig Topper[X86] Add test case to show that we don't set the kill...
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010 verifier changes
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010: prefer V_MUL_LO_U32 over V_MUL_LO_I32
2019-05-06 Philip Reames[Tests] Add tests for optimized lowerings of element...
2019-05-06 Philip Reames[Tests] Rename tests before adding new ones
2019-05-06 Philip Reames[Tests] Autogen a test in advance of updates
2019-05-06 Philip ReamesFix pr33010, a 2 year old crashing regression
2019-05-06 Craig Topper[X86] Add more test cases for fast-isel handling of...
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010 memory legalizer
2019-05-06 Jordan RupprechtRevert "Re-commit r357452: SimplifyCFG SinkCommonCodeFr...
2019-05-06 Craig Topper[X86] Remove the suffix on vcvt[u]si2ss/sd register...
2019-05-06 Martin Storsjo[AArch64] Default to SEH exception handling on MinGW
2019-05-06 Sanjay Patel[InstCombine] sink FP negation of operands through...
2019-05-06 Peter Collingbournegn build: Merge r360063.
2019-05-06 Simon PilgrimPull out repeated CI->getCalledFunction() calls. NFCI.
2019-05-06 Craig Topper[SelectionDAG][X86] Support inline assembly returning...
2019-05-06 Amara Emerson[GlobalISel] Handle <1 x T> vector return types properly.
2019-05-06 Craig TopperRevert r359392 and r358887
2019-05-06 Paul RobinsonFix more Windows bots after r360015.
2019-05-06 Simon PilgrimRemove duplicate assignments. NFCI.
2019-05-06 Xing XueAdd libc++ to link XRay test cases if libc++ is used...
2019-05-06 Sanjay Patel[InstCombine] reduce code duplication; NFC
2019-05-06 Sanjay Patel[InstCombine] add tests for fneg+sel; NFC
2019-05-06 Nico Webergn build: More TODO tweaking
2019-05-06 Nico Webergn build: Update TODO now that libcxx libcxxabi libunwi...
2019-05-06 Nikita Popov[ConstantRange] Add srem() support
2019-05-06 Nikita Popov[SDAG][AArch64] Boolean and/or reduce to umax/min reduc...
2019-05-06 Cameron McInallyAdd FNeg support to InstructionSimplify
2019-05-06 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-05-06 Sanjay Patel[InstCombine] reduce code duplication; NFCI
2019-05-06 Guillaume ChateletModernize repmovsb implementation of x86 memcpy and...
2019-05-06 Nico Webergn build: Merge r360018
2019-05-06 Simon Pilgrim[X86] Fix uninitialized members in constructor warnings...
2019-05-06 Alexandre GaneaFix CMake Invalid Escape Sequence
2019-05-06 Alexandre GaneaFix compilation warnings when compiling with GCC 7.3
2019-05-06 Nemanja Ivanovic[PowerPC] Fix erroneous condition for converting uint...
2019-05-06 Simon PilgrimX86DAGToDAGISel::tryVPTESTM - fix uninitialized variabl...
2019-05-06 Fangrui Song[test] Remove redundant bracket in rL360035
2019-05-06 Fangrui SongTry fix Windows bot after rL360015
2019-05-06 Fangrui SongTry fix Windows bot after rL360015
2019-05-06 Anders Waldenborg[llvm-c-test] Make include-all.c do what its name says...
2019-05-06 Simon Pilgrim[LoadStoreVectorizer] vectorizeStoreChain - ensure...
2019-05-06 Fangrui Song[CodeGen] Move X86 tests under the X86 directory
2019-05-06 Simon Pilgrim[X86] X86InstrInfo::findThreeSrcCommutedOpIndices ...
2019-05-06 Simon Pilgrim[X86] lowerVectorShuffle - use any_of to detect out...
2019-05-06 Simon Pilgrim[Analysis] Remove duplicated std::move from LocRange...
2019-05-06 Guillaume Chatelet[NFC] Update memcpy tests
2019-05-06 Fangrui Song[X86] Move files to correct directories after D60552
2019-05-06 Clement Courbet[SimplifyLibCalls] Simplify bcmp too.
2019-05-06 Pengfei Wang[NFC] This is a test for the commit access.
2019-05-06 Luo, YuankeEnable AVX512_BF16 instructions, which are supported...
2019-05-06 Fangrui SongDWARF v5: fix directory index in the line table
2019-05-06 Markus Lavin[DebugInfo] GlobalOpt DW_OP_deref_size instead of DW_OP...
2019-05-06 Anders Waldenborg[llvm-c] Make LLVMGetStringErrorTypeId a proper prototype
2019-05-06 Craig Topper[SelectionDAG] Replace llvm_unreachable at the end...
2019-05-06 Petr Hosek[libcxxabi] Don't use -fvisibility-global-new-delete...
2019-05-06 Petr Hosek[libcxx] Don't use -fvisibility-global-new-delete-hidde...
2019-05-05 Simon Pilgrim[X86] Pull out repeated Subtarget feature tests. NFCI.
2019-05-05 Simon Pilgrim[TargetLowering] getValueType - use dyn_cast directly...
2019-05-05 Simon Pilgrim[TTI][X86] Make getAddressComputationCost cost value...
2019-05-05 Roman Lebedev[NFC] BasicBlock: generalize replaceSuccessorsPhiUsesWi...
2019-05-05 Roman Lebedev[NFC] BasicBlock: refactor changePhiUses() out of repla...
2019-05-05 Roman Lebedev[NFC] PHINode: introduce replaceIncomingBlockWith(...
2019-05-05 Roman Lebedev[NFC] Instruction: introduce replaceSuccessorWith(...
2019-05-05 Roman Lebedev[NFC][Utils] deleteDeadLoop(): add an assert that exit...
2019-05-05 Simon PilgrimMove getOpcode() call into if statement. NFCI.
2019-05-05 Cameron McInallyPrecommit an FNeg InstructionSimplify test.
2019-05-05 Simon Pilgrim[SLPVectorizer] Prefer pre-increments. NFCI.
2019-05-05 Craig Topper[LLParser] Remove unused variable after r359987. NFC
2019-05-05 Craig Topper[LLParser] Remove unnecessary error check making sure...
2019-05-05 Craig Topper[LLParser] Simplify type checking in ParseArithmetic...
2019-05-05 Craig Topper[Constants] Simplify type checking switch in ConstantEx...
2019-05-05 Andrea Di Biagio[MCA] Notify event listeners when instructions transiti...
2019-05-05 Cameron McInallyAdd FNeg IR constant folding support
2019-05-05 Simon Pilgrim[X86] Make X86RegisterInfo(const Triple &TT) constructo...
2019-05-05 Simon Pilgrim[X86] Fix some cppcheck "Local variable name shadows...
next