platform/upstream/llvm.git
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] rearrange code for fcmp+fpext; NFCI
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] adjust tests to show dropping FMF; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Elizabeth Andrews[benchmark] Disable exceptions in Microsoft STL
2018-11-06 Sanjay Patel[InstCombine] adjust tests to show dropping FMF; NFC
2018-11-06 Sanjay Patel[InstCombine] reduce code; NFC
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Pavel LabathCPlusPlusLanguage: Use new demangler API to implement...
2018-11-06 Sanjay Patel[InstCombine] add tests for FMF propagation failure...
2018-11-06 Philip Pfaffe[CMake] Fix generation of exported targets in build...
2018-11-06 Simon Atanasyan[mips] Support sigrie instruction
2018-11-06 Kamil RytarowskiAdapt UBSan integer truncation tests to NetBSD
2018-11-06 Clement Courbet[llvm-exegesis] Ignore X86 pseudo instructions.
2018-11-06 Clement Courbet[X86][NFC] Fix comment.
2018-11-06 Simon Pilgrim[InstCombine] Ensure nested shifts are in range (OSS...
2018-11-06 Eric Liu[clangd] Deduplicate query scopes.
2018-11-06 Eric Liu[clangd] Get rid of QueryScopes.empty() == AnyScope...
2018-11-06 Kamil RytarowskiPrioritize the constructor call of __local_xray_dyninit()
2018-11-06 Eric Liu[clangd] auto-index stores symbols per-file instead...
2018-11-06 Benjamin KramerAdd parens to silence warning
2018-11-06 Sam McCall[clang-tidy] run() doesn't update the SourceManager.
2018-11-06 Martin Storsjo[Support] Fix `warning: unknown pragma ignored` for...
2018-11-06 Max Kazantsev[NFC] Turn collectTransitivePredecessors into a static...
2018-11-06 Kadir CetinkayaT was unused on assertion disabled builds.
2018-11-06 Benjamin Kramer[sanitizer] Use AT_EXECFN in ReExec() if available
2018-11-06 Dean Michael... [XRay] Update XRayRecord to support Custom/Typed Events
2018-11-06 Aleksandr Urakov[PDB] Introduce `MSVCUndecoratedNameParser`
2018-11-06 Akira HatanakaCast to uint64_t instead of to unsigned.
2018-11-06 Akira Hatanakaos_log: Allow specifying mask type in format string.
2018-11-06 Akira Hatanakaos_log: Add a new privacy annotation "sensitive".
2018-11-06 Akira Hatanakaos_log: Minor code cleanups. NFC.
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedDecrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedIncrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedAnd*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedXor*_* builtins
2018-11-06 Max Kazantsev[LICM] Remove too conservative IsMustExecute variable
2018-11-06 Matthias BraunAArch64: Cleanup CCMP code; NFC
2018-11-06 Zi Xuan WuIt's a test commit, which is my first commit and also...
2018-11-06 Max Kazantsev[LICM] Use ICFLoopSafetyInfo in LICM
2018-11-06 Volodymyr Sapsai[CodeGenCXX] XFAIL test for ASAN on Darwin.
2018-11-06 Max Kazantsev[NFC] Add motivating test case for revert in rL346198
2018-11-06 Max KazantsevRevert "[IndVars] Smart hard uses detection"
2018-11-06 Robert Widmann[LLVM-C] Fix Windows Build of Core
2018-11-06 Kamil RytarowskiDisable XRay test fork_basic_logging for NetBSD
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-11-06 Kamil RytarowskiFollow Windows' approach for NetBSD in AlarmCallback()
2018-11-06 George Karpenkov[libFuzzer] Disable value-profile-cmp.test and fuzzer...
2018-11-06 Mandeep Singh... Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedXor*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedOr*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedCompareExchange...
2018-11-06 Craig Topper[X86] Autogenerate complete checks. NFC
2018-11-06 Sam CleggRevert "[WebAssembly] Fixup `main` signature by default"
2018-11-06 Davide Italiano[TestVLA] Fix a python decorator.
2018-11-06 Justin BognerSpecify REQUIRES: default_triple in two debuginfo tests
2018-11-05 Matthias BraunTargetMachine: Move lib/CodeGen specific callbacks...
2018-11-05 Matthias BraunMachineFunction: Store more specific reference to LLVMT...
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-05 Fangrui Song[DWARF] Support types CU list in .gdb_index dumping
2018-11-05 Craig Topper[TargetLowering] Change TargetLoweringBase::getPreferre...
2018-11-05 Nathan LanzaAdjust the comment section of CreateSource to account...
2018-11-05 Konstantin... AMDGPU: Add sram-ecc feature options
2018-11-05 Konstantin... AMDGPU: Add sram-ecc feature
2018-11-05 Jonas Toth[clang-tidy] fix example code-blocks indendation
2018-11-05 Volkan KelesRevert "[GlobalISel] Refactor the artifact combiner...
2018-11-05 Nathan LanzaSet stdout/stdin to binary mode on Windows
2018-11-05 Jonas Toth[clang-tidy] doc removew hitespace in front of code...
2018-11-05 Adrian PrantlSkip this test on older versions of clang.
2018-11-05 Nathan LanzaAdd a relocation to ObjectFileELF::ApplyRelocations...
2018-11-05 Craig Topper[X86] Don't turn any_extend from a mask register into...
2018-11-05 Sanjay Patel[InstSimplify] fold select (fcmp X, Y), X, Y
2018-11-05 Sanjay Patel[InstSimplify] add tests for select+fcmp; NFC
2018-11-05 Dan Albert[Driver] Reland again again: Default Android toolchains...
2018-11-05 Volkan Keles[GlobalISel] Refactor the artifact combiner a bit by...
2018-11-05 Adrian PrantlFix (and improve) the support for C99 variable length...
2018-11-05 Jordan Rupprecht[lld][NFC] Update tests to use -S instead of -s when...
2018-11-05 Alexandre GaneaDisable precomp test on Linux until I fix it.
2018-11-05 Jim InghamFix the Xcode project for the removal of the Go, Java...
2018-11-05 Craig Topper[X86] Regenerate test checks in preparation for a patch...
2018-11-05 Alexandre GaneaFix build breakerage on GCC 5.4:
2018-11-05 Jonas DevlieghereRemove OCaml debugger plugin
2018-11-05 Jonas DevlieghereRemove Java debugger plugin
2018-11-05 Jonas DevlieghereRemove Go debugger plugin
2018-11-05 Zachary TurnerProperly cast from DeclContext to Decl.
2018-11-05 Rainer Orth[Sanitizers] Disable SANITIZER_CAN_FAST_UNWIND on all...
2018-11-05 Alexandre Ganea[COFF][LLD] Add link support for Microsoft precompiled...
2018-11-05 Rainer Orth[Sanitizers] Solaris largefile fixes
2018-11-05 Alexandre GaneaOnly call FlushFileBuffers() when writing executables...
2018-11-05 Taewook Oh[MergeICmps] Do not perform the transformation if GEP...
2018-11-05 Sanjay Patel[InstCombine] add/adjust tests for fcmp+select substitu...
2018-11-05 Zachary TurnerAdd a target modules dump ast command.
2018-11-05 Zaara Syeda[Power9] Add support for stxvw4x.be and stxvd2x.be...
2018-11-05 Sanjay Patel[InstCombine] canonicalize -0.0 to +0.0 in fcmp
2018-11-05 Matt Davis[AST] Get aliased type info from an aliased TemplateSpe...
2018-11-05 David Carlier[UBsan] disable few tests for FreeBSD
2018-11-05 Ben Hamilton[Format] Add debugging to ObjC language guesser
2018-11-05 Sanjay Patel[InstCombine] loosen FP 0.0 constraint for fcmp+select...
2018-11-05 Sanjay Patel[InstCombine] adjust tests for select with FP identity...
next