platform/upstream/llvm.git
2019-11-12 Georgii Rymar[llvm-readelf/llvm-readobj][test] - Convert elf-linker...
2019-11-12 Georgii Rymar[yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_O...
2019-11-12 Hideto Ueno[Attributor] Use must-be-executed-context in align...
2019-11-12 Nick Terrell[Support] Optimize SHA1 implementation
2019-11-12 Fangrui SongAMDGPU/SI: make ~SIScheduleBlockCreator trivial
2019-11-12 Fangrui Song[PDB] Make pdb::DbiModuleDescriptor destructor trivial
2019-11-12 Vasileios Porpodas[SLP] Look-ahead operand reordering heuristic.
2019-11-12 Thomas FinchFix null dereference in yaml::Document::skip
2019-11-12 LLVM GN Syncbotgn build: Merge e9a06e06064
2019-11-12 Francesco Petrogalli[VFABI] Read/Write functions for the VFABI attribute.
2019-11-12 António AfonsoAdd rpath to liblldb so vendors can ship their own...
2019-11-12 aqjuneAdd InstCombine/InstructionSimplify support for Freeze...
2019-11-12 Nemanja Ivanovic[NFC] Fix test case after edab7dd426249bd40059b49b255ba...
2019-11-12 Craig Topper[X86] Remove setOperationAction lines that say to promo...
2019-11-12 Juneyoung Lee[IR] Resolve an error at freeze's unit tests
2019-11-12 Fangrui Song[MC] Make MCFragment trivially destructible
2019-11-12 aqjune[IR] Redefine Freeze instruction
2019-11-12 Duncan P. N... clang/Modules: Clean up modules on error in ReadAST
2019-11-12 Craig Topper[X86] Remove some else branches after checking for...
2019-11-12 Duncan P. N... clang/Modules: Add missing diagnostics for malformed...
2019-11-11 Jonas Devlieghere[lldb] Re-enable VSCode tests
2019-11-11 Craig Topper[X86] Add avx512 command lines to vector-constrained...
2019-11-11 Craig Topper[X86] Autogenerate checks in fp-intrinsics.ll. Split...
2019-11-11 Duncan P. N... clang/Modules: Split loop in ReadAST between failable...
2019-11-11 Duncan P. N... clang/Modules: Use range-based for in ASTReader::ReadAS...
2019-11-11 Sean Fertile[PowerPC][XCOFF] Add support for zero initialized globa...
2019-11-11 Victor HuangFixing PowerPC llc test cases for Disable hoisting...
2019-11-11 Duncan P. N... clang/Modules: Delay err_module_file_conflict if a...
2019-11-11 Jonas Devlieghere[Reproducer] Quit the debugger after generating a repro...
2019-11-11 Victor HuangDisable hoisting MI to hotter basic blocks
2019-11-11 Evandro Menezes[AArch64] Update for Exynos
2019-11-11 Evandro Menezes[AArch64] Add new scheduling predicates
2019-11-11 Sylvestre Ledruclang-format: fix a typo introduced by the previous...
2019-11-11 Adrian PrantlReplace tabs with spaces. (NFC)
2019-11-11 Adrian PrantlFix a regression in macOS-style path remapping.
2019-11-11 Adrian PrantlAdd a testcase for .dSYM path remapping dictionaries.
2019-11-11 Thomas Raoux[ModuloSchedule] Fix modulo expansion for data loop...
2019-11-11 Alexey Bataev[OPENMP50]Generalize handling of context matching/scoring.
2019-11-11 Alexey Bataev[OPENMP50]Add support for nested atomic and simd constr...
2019-11-11 Simon PilgrimAdd missing override modifiers for FileCheckExpressionA...
2019-11-11 Simon PilgrimMake FileCheckNumericVariable::getDefLineNumber const...
2019-11-11 Jonas Devlieghere[debuginfo] Update test to account for missing __debug_...
2019-11-11 Sam McCall[clangd] Fix crash in DefineInline::prepare()
2019-11-11 Michael Park[libc++][P0980] Marked member functions move/copy/assig...
2019-11-11 Yitzhak Mandelbaum[libTooling] Further simplify `Stencil` type and introd...
2019-11-11 Christopher... [scudo][standalone] Match function name change to bioni...
2019-11-11 Thomas Raoux [ModuloSchedule] Do target loop analysis before...
2019-11-11 Kevin P. NealFix errors where we thought we were checking for labels...
2019-11-11 Yi-Hong Lyu[CGP] Make ICMP_EQ use CR result of ICMP_S(L|G)T dominators
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...
next