platform/upstream/llvm.git
2019-11-11 Sam McCall[Support] Add erase() to json::Object
2019-11-11 Simon PilgrimFix filename typo in rG8d288a0668a5
2019-11-11 Simon PilgrimTimer - fix shadow variable warnings for Name/Descripti...
2019-11-11 Nick Desaulnierschange LLVM_VERSION_SUFFIX default from svn to git
2019-11-11 Sam McCall[Format] Fix clang-format.el unit tests after commit...
2019-11-11 Pavel Labathlldb: Fix some -Wdeprecated-copy warnings
2019-11-11 LLVM GN Syncbotgn build: Merge 8d288a0668a
2019-11-11 Abel Kocsis[clang-tidy] Add bugprone-bad-signal-to-kill-thread...
2019-11-11 Abel KocsisRevert "[clang-tidy] Add bugprone-bad-signal-to-kill...
2019-11-11 Francis Visoiu... [ObjC] Override TailCallKind when lowering objc intrinsics
2019-11-11 Pavel LabathFix TestNoGPacketSupported on linux
2019-11-11 Abel Kocsis[clang-tidy] Add bugprone-bad-signal-to-kill-thread...
2019-11-11 Stefan Pintile[PowerPC] Implementing overflow version for XO-Form...
2019-11-11 Haojian Wu[clangd] fixes semantic highlighting test
2019-11-11 Martin Probstclang-format: [JS] test declared fields.
2019-11-11 Martin Probstclang-format: [JS] support null operators.
2019-11-11 Louis Dionne[libc++] Mark __call_once_proxy as hidden and internal
2019-11-11 joanlluch[TargetLowering][DAGCombine][MSP430] Shift Amount Thres...
2019-11-11 Sanjay PatelRevert "[InstCombine] avoid crash from deleting an...
2019-11-11 Sanjay Patel[InstCombine] avoid crash from deleting an instruction...
2019-11-11 Tom WeaverRevert "[DBG][OPT] Attempt to salvage or undef debug...
2019-11-11 Tom Weaver[DBG][OPT] Attempt to salvage or undef debug info when...
2019-11-11 Tom Weaver[NFC][TEST_COMMIT] Add fullstop to comment.
2019-11-11 Utkarsh Saxena[clangd] Use name of Macro to compute its SymbolID...
2019-11-11 Simon PilgrimAArch64FunctionInfo - fix uninitialized variable warnin...
2019-11-11 Simon PilgrimFix -Wcovered-switch-default warning. NFCI.
2019-11-11 Simon PilgrimFix -Wparentheses warning. NFCI.
2019-11-11 Simon PilgrimRemove superfluous ';' to fix Wpedantic. NFC.
2019-11-11 Nuno Lopesdocs: fix warning in LangRef parsing
2019-11-11 Jay Foad[InstCombine] Simplify binary op when only one operand...
2019-11-11 Michał Górny[lldb] [test] Fix typo in TestSendSignal
2019-11-11 Hans WennborgRevert cdcf58e5af0 "[RISCV] enable LTO support, pass...
2019-11-11 Michał Górny[lldb] [test] Mark TestSendSignal XFAIL on NetBSD
2019-11-11 Luís Marques[RISCV][NFC] Add nounwind to LKK test functions
2019-11-11 Haojian Wu[clangd] Fix a regression of not showing documentation...
2019-11-11 QingShan Zhang[NFC] Add one test to verify the sign_extend of vector...
2019-11-11 joanlluch[TargetLowering][DAGCombine][MSP430] Shift Amount Thres...
2019-11-11 Georgii Rymar[FixBB] - Fix one more std::min -> std::min<uint64_t...
2019-11-11 Matt ArsenaultUse MCRegister in copyPhysReg
2019-11-11 Georgii Rymar[FixBB] - An attemp to fix clang-armv7-linux-build...
2019-11-11 Sander de Smalen[AArch64][SVE] Spilling/filling of SVE callee-saves.
2019-11-11 Georgii Rymar[yaml2obj] - Add a way to describe the custom data...
2019-11-11 Ilya Biryukov[clangd] Fixes colon escaping on Windows
2019-11-11 marshalllibc++ status page: New papers and issues adopted in...
2019-11-11 QingShan Zhang[NFC] Add one test to verify the dependency brings...
2019-11-11 Tsang Whitney W.H[DirectedGraph]: Add setTargetNode member function
2019-11-11 Vladimir VereschakaRevert "Fixed a profdata file size detection on Windows...
2019-11-11 Craig Topper[InstCombine] Turn (extractelement <1 x i64/double...
2019-11-11 Craig Topper[InstCombine] Add a test case for suboptimal handling...
2019-11-10 Sanjay PatelRevert "[InstCombine] avoid crash from deleting an...
2019-11-10 Sanjay Patel[InstCombine] avoid crash from deleting an instruction...
2019-11-10 Stefan StipanovicgetArgOperandNo helper function.
2019-11-10 Duncan P. N... clang/Modules: Remove unused parameter from ModuleManag...
2019-11-10 Roman Lebedev[NFC][Codegen] Add `x u% C1 == C2` with C1 u> C2 non...
2019-11-10 drichards-87Docs: Updates Sphinx Quickstart template for new contri...
2019-11-10 Sanjay PatelRevert "[InstCombine] avoid crash from deleting an...
2019-11-10 Luís Marques[RISCV] Fix CFA when doing split sp adjustment with fp
2019-11-10 Luís Marques[RISCV][NFC] Add CFI-related tests
2019-11-10 Sanjay Patel[InstCombine] avoid crash from deleting an instruction...
2019-11-10 Simon PilgrimRemove unused variable (which allows us to remove vecto...
2019-11-10 Benjamin Kramer[Driver] Remove unused variable. NFC.
2019-11-10 Roman Lebedev[NFC][Codegen] Add `x u% C1 == C2` with C1 u<= C2 tauto...
2019-11-10 Simon PilgrimTwine - fix uninitialized variable warnings. NFCI.
2019-11-10 Simon PilgrimTableGen - fix uninitialized variable warnings. NFCI.
2019-11-10 Simon PilgrimPODSmallVector - fix MSVC uninitialized variable warnin...
2019-11-10 Simon PilgrimPath - fix uninitialized variable warnings. NFCI.
2019-11-10 Simon PilgrimCodeGenRegBank - make functions const to fix cppcheck...
2019-11-10 Fangrui Song[MC] Clean up MacroInstantiation. NFC
2019-11-10 Tsang Whitney W.H[NFC]: Fix PVS Studio warning in LoopNestAnalysis
2019-11-10 Craig Topper[X86] Handle MO_ConstantPoolIndex in X86AsmPrinter...
2019-11-09 Simon PilgrimTry to fix sphinx "Could not lex literal_block as ...
2019-11-09 Simon PilgrimYAMLParser - fix SimpleKey uninitialized variable warni...
2019-11-09 Simon PilgrimReduce scope of variable to silence cppcheck warning...
2019-11-09 Simon PilgrimRegisterCoalescer - remove duplicate variable to fix...
2019-11-09 Simon PilgrimRegisterCoalescer - fix uninitialized variables. NFCI.
2019-11-09 Gil Rapaport[LV] Apply sink-after & interleave-groups as VPlan...
2019-11-09 Michał Górny[lldb] [test] Un-XFAIL tests that work on NetBSD 9
2019-11-09 Simon PilgrimFix variable ‘LookedUpGetterSetter’ set but not used...
2019-11-09 Dávid BolvanskýFixed dia file
2019-11-09 Dávid BolvanskýFixed c-index test
2019-11-09 Dávid BolvanskýFixed more -Wreturn-type tests
2019-11-09 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-11-09 Simon PilgrimFix shadow variable warning with llvm::SrcMgr. NFCI.
2019-11-09 Simon PilgrimFix operator precedence warning. NFC.
2019-11-09 Dávid Bolvanský[Diagnostics] Try to improve warning message for -Wretu...
2019-11-09 Yonghong SongRevert "[BPF] Add preserve_access_index attribute for...
2019-11-09 Yonghong Song[BPF] Add preserve_access_index attribute for record...
2019-11-09 Mark de Wever[libc++] Validate the entire regex is consumed
2019-11-09 Mark de Wever[Parser] Warn when ScopeDepthOrObjCQuals overflows
2019-11-09 Richard Smith[NFC] Supress GCC "Bitfield too small to hold all value...
2019-11-09 Simon PilgrimFix builds where LLVM_ENABLE_STATS is disabled
2019-11-09 Simon Pilgrimllvm-exegesis - fix shadow variable warnings. NFCI.
2019-11-09 Simon PilgrimRemarks - fix static analyzer warnings. NFCI.
2019-11-09 Simon PilgrimRemove duplicate MemVT to fix shadow variable warning...
2019-11-09 Simon PilgrimStatistic - Fix shadow variable warning. NFCI.
2019-11-09 Simon PilgrimRemove superfluous break after return. NFC.
2019-11-09 Simon PilgrimFix shadow variable warning by reducing scope of CC...
2019-11-09 Simon PilgrimRemarks - fix shadow variable warnings. NFCI.
2019-11-09 Richard Smith[cxx_status] Update with Belfast motions.
2019-11-09 Jay FoadRefactor SimplifySelectsFeedingBinaryOp for D64713...
next