OSDN Git Service

android-x86/external-llvm.git
2018-10-31 Daniel Sanders[globalisel][irtranslator] Verify that DILocations...
2018-10-31 Matthias BraunMachineModuleInfo: Initialize DbgInfoAvailable dependin...
2018-10-31 Sanjay Patel[InstCombine] refactor fabs+fcmp fold; NFC
2018-10-31 Krzysztof Parzyszek[Hexagon] Make sure not to use GP-relative addressing...
2018-10-31 Andrea Di Biagio[llvm-mca] Remove namespace prefixes made redundant...
2018-10-31 Sanjay Patel[InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is...
2018-10-31 Sanjay Patel[InstCombine] add assertion that InstSimplify has folde...
2018-10-31 Sanjay Patel[InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is...
2018-10-31 Fedor Sergeev[LoopUnroll] allow customization for new-pass-manager...
2018-10-31 Sanjay Patel[InstSimplify] add tests for fcmp and known positive...
2018-10-31 David Bolvansky[DAGCombiner] Fold 0 div/rem X to 0
2018-10-31 Nicolai HaehnleAMDGPU: Rewrite SILowerI1Copies to always stay on SALU
2018-10-31 Nicolai HaehnleAMDGPU: Remove PHI loop condition optimization
2018-10-31 Sanjay Patel[InstSimplify] fold icmp based on range of abs/nabs
2018-10-31 Andrea Di Biagio[tblgen][PredicateExpander] Add the ability to describe...
2018-10-31 Max Kazantsev[NFC] Add tests for loop-simplifycfg for further develo...
2018-10-31 Florian Hahn[ADT] Remove illegal comparison of singular iterators...
2018-10-31 Neil Henning[AMDGPU] support image load/store a16
2018-10-31 Max Kazantsev[IndVars] Strengthen restricton in rewriteLoopExitValues
2018-10-31 Dorit Nuzman[LV] Support vectorization of interleave-groups that...
2018-10-31 Kristina Brooks[llvm-objdump] Mark syms/t flags as NotHidden. NFC.
2018-10-31 Kristina Brooks[llvm-objdump] Add --reloc alias for -r (PR39407)
2018-10-31 Alexander Potapenko[MSan] another take at instrumenting inline assembly...
2018-10-31 Sanjin Sijaric[ARM64] [Windows] Exception handling support in frame...
2018-10-31 Martin Storsjo[AArch64] Mark condition flags and x16/x17 as clobbered...
2018-10-31 Kristina Brooks[llvm-objdump] support '--syms' as an alias of -t
2018-10-31 Lang Hames[ORC] Fix hex printing of uint64_t values.
2018-10-31 Matthias Braun2nd attempt to fix ambiguities because of ADL
2018-10-31 Matthias BraunTry to fix ambiguities with C++17 headers in unittest
2018-10-31 Wolfgang Pieb[DWARF] Revert r345546: Refactor range list extraction...
2018-10-31 Fangrui Song[llvm-objcopy] Delete a redundant override whose base...
2018-10-31 Fangrui SongUse llvm::any_of instead std::any_of. NFC
2018-10-31 Fangrui SongUse the container form llvm::sort(C)
2018-10-31 Fangrui SongDon't duplicate function/class name at the beginning...
2018-10-31 Matthias BraunADT/STLExtras: Introduce llvm::empty; NFC
2018-10-30 Saleem AbdulrasoolDWARFVerifier: make the verifier more comprehensive...
2018-10-30 Matthias BraunMachineOperand/MIParser: Do not print debug-use flag...
2018-10-30 David Bolvansky[ARM][NFC] Make tests immune to better div optimizations
2018-10-30 Konstantin... Revert r345542: AMDGPU: Enable code object v3 by default
2018-10-30 Cameron McInally[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM...
2018-10-30 Sanjay Patel[InstCombine] use 'match' to reduce code; NFC
2018-10-30 Quentin Colombet[InstCombine] Teach the move free before null test...
2018-10-30 Sanjay Patel[x86] try to make test immune to better div optimizatio...
2018-10-30 Mandeep Singh... [COFF, ARM64] Make sure to forward arguments from varar...
2018-10-30 Sanjay Patel[x86] try to make test immune to better div optimizatio...
2018-10-30 Sanjay Patel[x86] try to make test immune to better div optimizatio...
2018-10-30 Craig Topper[ScalarizeMaskedMemIntrin] Limit the scope of some...
2018-10-30 Bjorn Pettersson[DAGCombiner] Fix for big endian in ForwardStoreValueTo...
2018-10-30 Eli Friedman[AArch64] [Windows] SEH opcodes should be scheduling...
2018-10-30 David Greene[AArch64] Create proper memoperand for multi-vector...
2018-10-30 Craig Topper[X86] In lowerVectorShuffleAsBroadcast, make peeking...
2018-10-30 Calixte Denizet[GCOV] Function counters are wrong when on one line
2018-10-30 Nirav Dave[DAG] Add const variants for BaseIndexOffset functions.
2018-10-30 Zachary TurnerFix printing bug in pdb2yaml.
2018-10-30 Jonas Devlieghere[DebugInfo] Define base function on DWARFDie reverse...
2018-10-30 Ulrich Weigand[SystemZ] Simplify LRV/STRV ISD nodes
2018-10-30 Simon Pilgrim[TTI] Fix uses of SK_ExtractSubvector shuffle costs...
2018-10-30 Volkan Keles[InstCombine] Add preliminary tests for nested min...
2018-10-30 Sanjay Patel[InstSimplify] add tests for fcmp folds; NFC
2018-10-30 Jordan Rupprecht[llvm-objcopy] Fix --keep-global-symbol/--globalize...
2018-10-30 Sanjay Patel[InstCombine] use getFltSemantics() instead of duplicat...
2018-10-30 Fangrui Song[llvm-mca] Move namespace mca inside llvm::
2018-10-30 Sanjay Patel[InstCombine] try to turn shuffle into insertelement
2018-10-30 Jonas Paulsson[SchedModel] Fix for read advance cycles with implicit...
2018-10-30 Jonas Paulsson[LoopVectorizer] Fix for cost values of memory accesses.
2018-10-30 Sanjay Patel[DAGCombiner] narrow vector binops when extraction...
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Sanjay Patel[SelectionDAG] fix build warning for mismatched signs...
2018-10-30 Jonas Paulsson[SystemZ] Improve isFoldableLoad() for Sub, SDiv and...
2018-10-30 Francis Visoiu... [X86] Re-enable the machine verifier after fixing more...
2018-10-30 Francis Visoiu... [llc] Error out when -print-machineinstrs is used with...
2018-10-30 James Henderson[llvm-size] Reject unknown radix values
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Nicola Zaghen[SROA] Use offset sizes from the DataLayout instead...
2018-10-30 Roman Lebedev[X86][BMI1] X86DAGToDAGISel: select BEXTR from x &...
2018-10-30 Roman Lebedev[X86] Add extra-uses on the mask of pattern c of extrac...
2018-10-30 Diogo N. Sampaio[AArch64] Add support for UDF instruction
2018-10-30 Simon Pilgrim[SelectionDAG] Add FoldBUILD_VECTOR to simplify new...
2018-10-30 David Bolvansky[DAGCombiner] Improve X div/rem Y fold if single bit...
2018-10-30 Craig Topper[LegalizeTypes] Teach PromoteIntRes_BITCAST to better...
2018-10-30 Craig Topper[AArch64] Add test case for D53229. NFC
2018-10-30 Craig Topper[X86] Cleanup the code in LowerFABSorFNEG and LowerFCOP...
2018-10-30 Craig Topper[X86] Stop changing f128 fand/for/fxor to v2i64.
2018-10-30 Matt ArsenaultAMDGPU: Remove custom BUILD_VECTOR combine
2018-10-30 Matt ArsenaultAMDGPU: Use scavengeRegisterBackwards
2018-10-30 Matt ArsenaultRemove dead declaration
2018-10-30 Matt ArsenaultFix typos in comment
2018-10-30 Matt ArsenaultPass TRI to printReg
2018-10-29 Reid KlecknerRemove unneeded friend declarations that clang-cl warns on
2018-10-29 Alina Sbirlea[AliasSetTracker] Cleanup addPointer interface. [NFCI]
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-29 Alexander Shaposhnikov[llvm-objcopy] Move elf-specific code into subfolder
2018-10-29 Erich KeaneAdd parens to fix incorrect assert check.
2018-10-29 Konstantin... AMDGPU: Enable code object v3 by default
2018-10-29 Sanjay Patel[InstSimplify] add tests for abs/nabs+icmp folding...
2018-10-29 Fedor Sergeev[LoopUnroll] NFC. Factor out runtime-loop.ll common...
2018-10-29 Jessica Paquette[MachineOutliner] Inherit target features from parent...
2018-10-29 Matthias BraunRelax fast register allocator related test cases; NFC
2018-10-29 Simon Pilgrim[X86] Set isMachineVerifierClean() back to false (PR27481)
2018-10-29 Vedant Kumar[HotColdSplitting] Allow outlining single-block cold...
next