platform/upstream/llvm.git
2019-11-03 Dávid Bolvanský[LoopUnrollAndJam] Fixed null check after dereferencing...
2019-11-03 Dávid Bolvanský[BitcodeReader] Fixed use after move warnings. NFCI.
2019-11-03 Dávid Bolvanský[BitcodeReader] Fixed null check after dereferencing...
2019-11-03 Dávid Bolvanský[BitcodeReader] Fixed null pointer dereferencing warnin...
2019-11-03 Dávid Bolvanský[SelectionDAG] Fixed null check after dereferencing...
2019-11-03 Craig Topper[opaque pointer types] Add element type argument to...
2019-11-03 Nico Webergn build: (manually) merge 3a399c09 / add76dd3c
2019-11-03 Simon Pilgrim[X86][SSE] combineX86ShufflesRecursively - don't bother...
2019-11-03 Simon Pilgrim[X86] Convert PICStyles::Style to scoped enum class...
2019-11-03 Bjorn Pettersson[DebugInfo] Fix for DW_OP_LLVM_fragment in DIExpression...
2019-11-03 Yonghong Song[BPF] fix a bug in __builtin_preserve_field_info()...
2019-11-03 Kamil Rytarowski[compiler-rt] Harmonize __sanitizer_addrinfo with the...
2019-11-03 Kamil Rytarowski[compiler-rt] Sync NetBSD syscall hooks with 9.99.17
2019-11-03 Aaron PuchertDrop spurious self-include [NFC]
2019-11-03 Simon PilgrimModuleMap::findHeader - fix null dereference warning...
2019-11-03 Simon PilgrimSymbolRecord - fix more uninitialized variable warnings...
2019-11-03 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-11-03 Simon PilgrimFix line_iterator uninitialized variable warnings....
2019-11-03 Simon PilgrimEnsure VPlanPrinter::Depth is initialized to fix static...
2019-11-03 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-03 shkzhang[CodeGen] [ExpandReduction] Fix the bug for ExpandReduc...
2019-11-02 Fangrui Song[CodeGenCXX][test] Use -fno-experimental-new-pass-manag...
2019-11-02 Simon PilgrimStop static analyzer warnings about using bitwise opera...
2019-11-02 Simon PilgrimTargetParserTest - testARMArch - stop bitwise operators...
2019-11-02 Fangrui SongCodeGen/DIE.h: prefer the default member initializer...
2019-11-02 Simon Atanasyan[mips] Remove trailing spaces. NFC
2019-11-02 Simon Atanasyan[mips] Split long lines in the code. NFC
2019-11-02 Simon PilgrimA15SDOptimizer::getPrefSPRLane - fix null dereference...
2019-11-02 Simon PilgrimisConditionalBranch/isUnconditionalBranch - use boolean...
2019-11-02 Florian Hahn[LV] Generalize conditions for sinking instrs for first...
2019-11-02 Simon PilgrimisImmPCRel/isImmSigned - both functions should return...
2019-11-02 Simon PilgrimMatchTableRecord::emit - fix boolean operator precedenc...
2019-11-02 Johannes Doerfert[Attributor][NFCI] Do not track unnecessary dependences
2019-11-02 Johannes Doerfert[Attributor][NFCI] Distinguish optional and required...
2019-11-02 Simon PilgrimFix -Wreorder warnings. NFCI.
2019-11-02 Simon PilgrimARMAttributeParser - fix shadow variable name warnings...
2019-11-02 Simon PilgrimGSYMTest::TestLineTable - check all LT1+LT2 comparisons.
2019-11-02 Dávid Bolvanský[LegacyPassManager] Fixed "null check after derefencing...
2019-11-02 Saleem Abdulrasolbuild: avoid custom handling for C++ standard
2019-11-02 Simon PilgrimX86_MC::createX86MCSubtargetInfo - X86_MC::ParseX86Trip...
2019-11-02 Simon PilgrimX86Operand::print - fix SymName shadow variable warning...
2019-11-02 Stefan StipanovicNoFree argument attribute.
2019-11-02 Simon PilgrimFastISel - fix uninitialized variable warnings in const...
2019-11-02 Simon Pilgrimllvm.coverage.FunctionRecord - fix uninitialized variab...
2019-11-02 Simon PilgrimX86AsmPrinter - fix uninitialized variable warnings...
2019-11-02 Simon PilgrimDIEAbbrev - fix uninitialized variable warning. NFCI.
2019-11-02 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-11-02 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-02 Dávid BolvanskýRevert "[Codegen] Both sides of '&&' are same; fixed"
2019-11-02 Luboš Luňákmake -ftime-trace also trace time spent creating debug...
2019-11-02 Stefan StipanovicRevert "NoFree argument attribute."
2019-11-02 Simon PilgrimTargetMachine - fix uninitialized variable warning...
2019-11-02 Simon PilgrimCustomTypeNode/SpecialTableSymbolNode - fix uninitializ...
2019-11-02 Dávid Bolvanský[Codegen] Both sides of '&&' are same; fixed
2019-11-02 Stefan StipanovicNoFree argument attribute.
2019-11-02 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-02 Simon Pilgrim[X86] Move computeZeroableShuffleElements before getTar...
2019-11-02 Roman LebedevRevert BCmp Loop Idiom recognition transform (PR43870)
2019-11-02 Luboš Luňákpython path should be platform-dependent
2019-11-02 Craig Topper[IR] Avoid use of PointerType::getElementType() in...
2019-11-02 Pengfei Wang[X86][NFC] Fix buildbot failure on clang-x64-windows...
2019-11-02 Johannes Doerfert[Attributor] Ignore BlockAddress users in call site...
2019-11-02 Johannes Doerfert[AbstractCallSite][FIX] Correct faulty assertion
2019-11-02 Craig Topper[X86] Remove FeatureSSE3 from the implies list of HasFa...
2019-11-02 Johannes Doerfert[Attributor][FIX] Do not try to cast if a cast is not...
2019-11-02 Johannes Doerfert[Attributor][FIX] Transform invoke of nounwind to call...
2019-11-02 Johannes Doerfert[Attributor][FIX] Make "known" and "assumed" liveness...
2019-11-02 Johannes Doerfert[Attributor] `willreturn` + `noreturn` = UB
2019-11-02 Johannes Doerfert[Attributor][FIX] Make AAValueSimplifyArgument aware...
2019-11-02 Johannes Doerfert[Attributor][FIX] Handle the default case of a switch
2019-11-02 Johannes Doerfert[Attributor][FIX] Make value simplification aware of...
2019-11-02 Johannes Doerfert[Attributor][NFCI] Avoid unnecessary work except for...
2019-11-02 Johannes Doerfert[Attributor][FIX] NoCapture is not a subsuming property
2019-11-02 Johannes Doerfert[Attributor][NFCI] Remove obsolete code
2019-11-02 Pengfei Wang[X86] Model MXCSR for MMX FP instructions
2019-11-02 Pengfei Wang[X86] add mayRaiseFPException flag and FPCW registers...
2019-11-02 Francis Visoiu... [dsymutil] Second attempt to fix dsymutil tests on...
2019-11-02 Jim InghamDon't assume that __cxa_current_exception_type exists.
2019-11-01 Francis Visoiu... [dsymutil] Require darwin in fat binary test
2019-11-01 Francis Visoiu... [dsymutil] Add support for linking remarks
2019-11-01 David BlaikieDebugInfo: Accept -gdwarf even in clang-cl
2019-11-01 David BlaikieDebugInfo: Let -gdwarf use the toolchain default DWARF...
2019-11-01 Guozhi Wei[NewPM] Add an SROA pass after loop unroll
2019-11-01 David BlaikieDebugInfo: Streamline debug_ranges/rnglists/rnglists...
2019-11-01 David BlaikieDebugInfo: (NFC) Refactor DWARF version calculation...
2019-11-01 Craig Topper[TargetLowering] Move the setBooleanContents check...
2019-11-01 Craig Topper[MachineBasicBlock] Skip over debug instructions in...
2019-11-01 Nikita Popov[JT][CVP] Regenerate test checks, again
2019-11-01 Michael Liao[amdgpu] Fix known bits compuation on `MUL_I24`/`MUL_U24`.
2019-11-01 Teresa JohnsonRecommit "[ThinLTO] Handle GUID collision in import...
2019-11-01 Reid Kleckner[WinCFG] Handle constant casts carefully in .gfids...
2019-11-01 Sourabh Singh... [NFC]: Removed an implicit capture argument from lambda.
2019-11-01 Craig Topper[X86] Change the behavior of canWidenShuffleElements...
2019-11-01 Reid KlecknerWarn when an output section name is longer than 8 chara...
2019-11-01 Vladimir Vereschaka[CMake] Add cross Windows to ARM Linux toolchain CMake...
2019-11-01 Martin StorsjöReapply [LLDB] [test] Use %clang_cl instead of build...
2019-11-01 Reid Kleckner[debuginfo-tests] Don't look for Python 3 if we already...
2019-11-01 Joel E. Denny[lit] Fix internal env calling env
2019-11-01 Fangrui Song[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABL...
2019-11-01 Siva Chandra... Illustrate a redirector using the example of round...
next