platform/upstream/llvm.git
2019-08-09 Eric ChristopherRevert "[sanitizers] MSVC warning disable for clean...
2019-08-09 Martin StorsjoFix compilation after SVN r368476
2019-08-09 Craig Topper[X86] Remove custom handling for extloads from LowerLoad.
2019-08-09 Bill Wendling[CodeGen] Require a name for a block addr target
2019-08-09 Bill Wendling[MC] Don't recreate a label if it's already used
2019-08-09 Matthew G McGovern[sanitizers] MSVC warning disable for clean build
2019-08-09 Reid KlecknerDon't diagnose errors when a file matches an include...
2019-08-09 Douglas YungUpdate test to explicity test with -fintegrated-as...
2019-08-09 Michael Pozulp[Docs][llvm-strip] Fix an indentation issue.
2019-08-09 Mitch PhillipsRevert "[asan_symbolize] Fix bug where the frame counte...
2019-08-09 Saleem AbdulrasoolCodeGen: ensure 8-byte aligned String Swift CF ABI
2019-08-09 Peter Collingbournegn build: Merge r368432.
2019-08-09 Peter Collingbournegn build: Merge r368439.
2019-08-09 Peter Collingbournegn build: Merge r368402.
2019-08-09 Peter Collingbournegn build: Merge r368392.
2019-08-09 Peter Collingbournegn build: Merge r368358.
2019-08-09 Jonas Hahnfeld[libomptarget] Remove duplicate RTLRequiresFlags per...
2019-08-09 Michael Pozulp[Docs][llvm-strip] Add help text to llvm-strip rst doc
2019-08-09 Gabor HorvathRevert Even more warnings utilizing gsl::Owner/gsl...
2019-08-09 Gabor HorvathRevert Fix a build bot failure and multiple warnings...
2019-08-09 Max Moroz[libFuzzer] Merge: print stats after reading the output...
2019-08-09 Diego Astiazaran[clang-format] Add link to source code in file definitions
2019-08-09 Gabor HorvathFix a build bot failure and multiple warnings instances...
2019-08-09 Daniel Sanders[TableGen] Add "InitValue": Handle operands with set...
2019-08-09 Evandro Menezes[InstCombine] Refactor optimizeExp2() (NFC)
2019-08-09 Sam McCallRename PCH/leakfiles test so it runs on bots.
2019-08-09 Gabor HorvathEven more warnings utilizing gsl::Owner/gsl::Pointer...
2019-08-09 Evandro Menezes[Transforms] Add a emitBinaryFloatFnCall() version...
2019-08-09 Evandro Menezes[Transforms] Fix comments for hasFloatFn() and getFloat...
2019-08-09 Sunil SrivastavaPrint reasonable representations of type names in llvm...
2019-08-09 Whitney TsangTitle: Improve Loop Cache Analysis LIT tests.
2019-08-09 Evandro Menezes[Transforms] Rename hasUnaryFloatFn() and getUnaryFloat...
2019-08-09 Max Moroz[compiler-rt] FuzzedDataProvider: use C++ headers only...
2019-08-09 David Bolvansky[NFC] Added tests for D65898
2019-08-09 Gabor HorvathMore warnings regarding gsl::Pointer and gsl::Owner...
2019-08-09 Sanjay Patel[AArch64][x86] add tests for pessimization of expressio...
2019-08-09 Raphael Isemann[lldb][NFC] Assert on invalid cursors positions when...
2019-08-09 Sanjay Patel[DAGCombiner] remove redundant fold for X*1.0; NFC
2019-08-09 Raphael Isemann[lldb][NFC] Remove unused IRForTarget::BuildRelocation
2019-08-09 Jinsong Ji[MachinePipeliner] Avoid indeterminate order in FuncUni...
2019-08-09 Benjamin Kramer[sanitizer] Update symbolizer/scripts/global_symbols.txt
2019-08-09 Whitney TsangTitle: Loop Cache Analysis
2019-08-09 Simon Pilgrim[X86][SSE] Swap X86ISD::BLENDV inputs with an inverted...
2019-08-09 Sanjay Patel[GlobalOpt] prevent crashing on large integer types...
2019-08-09 Andrea Di Biagio[MCA] Fix MSVC 19.16 build with libc++
2019-08-09 James Henderson[llvm-readelf]Print filename for multiple inputs and...
2019-08-09 Johan Vikstrom[clangd] Added highlighting for constructor initializers.
2019-08-09 Simon Atanasyan[Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR6...
2019-08-09 Andrea Di Biagio[MCA] Add flag -show-encoding to llvm-mca.
2019-08-09 Pablo Barrio[AArch64] Set pref. func. align to 8 bytes on Neoverse...
2019-08-09 George Rimar[llvm-readobj] - Remove `error(llvm::Expected<T> &&E)`
2019-08-09 Haojian Wu[clangd] Use raw rename functions to implement the...
2019-08-09 George Rimar[llvm-readobj] - Remove deprecated unwrapOrError(Expect...
2019-08-09 Raphael Isemann[lldb][NFC] Unify InstrList typedef in IRForTarget
2019-08-09 Raphael Isemann[lldb][NFC] Fix warning about missing switch cases
2019-08-09 Tim NorthoverAArch64: support TLS on Darwin platforms in GlobalISel.
2019-08-09 Raphael Isemann[lldb] Refactor guard variable checks in IRForTarget
2019-08-09 Pavel LabathMinidump/Windows: Fix module lookup
2019-08-09 Raphael Isemann[lldb][NFC] Clean up logging in IRForTarget
2019-08-09 Richard SandifordAdd SVE opaque built-in types
2019-08-09 George Rimar[llvm-readobj] - Remove unwrapOrError(ErrorOr<T> EO...
2019-08-09 Igor Kudrin[ELF] For VS-style diagnostics, prefer printing full...
2019-08-09 Tim NorthoverGlobalISel: pack various parameters for lowerCall into...
2019-08-09 Raphael Isemann[lldb][NFC] Remove last C string uses from IRForTarget
2019-08-09 Raphael Isemann[lldb][NFC] Use range-based for-loops in IRForTarget
2019-08-09 Sam Parker[ARM][ParallelDSP] Replace SExt uses
2019-08-09 Johan Vikstrom[clangd] Fixed printTemplateSpecializationArgs not...
2019-08-09 Johan Vikstrom[AST] No longer visiting CXXMethodDecl bodies created...
2019-08-09 Bjorn Pettersson[InstSimplify] Report "Changed" also when only deleting...
2019-08-09 Craig Topper[X86] Remove code that expands truncating stores from...
2019-08-09 Dmitri GribenkoUse ASSERT_THAT_ERROR instead of logAllUnhandledErrors...
2019-08-09 Haibo HuangFix rpath for MacOS/iOS
2019-08-09 Craig Topper[X86] Remove stale FIXME from combineMaskedStore. NFC
2019-08-09 Craig Topper[X86] Remove DAG combine expansion of extending masked...
2019-08-09 Craig Topper[X86] Remove handler for (U/S)(ADD/SUB)SAT from Replace...
2019-08-09 Craig Topper[X86] Remove ISD::SETCC handling from ReplaceNodeResults.
2019-08-09 Puyan Lotfi[clang][NFC] Consolidating usage of "FinalPhase" in...
2019-08-09 Qiu Chaofan[PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics...
2019-08-09 Craig Topper[X86] Simplify ISD::LOAD handling in ReplaceNodeResults...
2019-08-09 Craig Topper[X86] Merge v2f32 and v2i32 gather/scatter handling...
2019-08-09 Craig Topper[X86] Now unreachable handling for f64->v2i32/v4i16...
2019-08-09 Craig Topper[X86] Simplify ReplaceNodeResults handling for FP_TO_SI...
2019-08-09 Craig Topper[X86] Simplify ReplaceNodeResults handling for SIGN_EXT...
2019-08-09 Craig Topper[X86] Simplify ReplaceNodeResults handling for UDIV...
2019-08-09 Craig Topper[X86] Remove vector promotion handling from the Replace...
2019-08-09 Csaba Dabis[analyzer] CastValueChecker: Model castAs(), getAs()
2019-08-09 Csaba Dabis[analyzer] ConditionBRVisitor: Fix HTML PathDiagnosticP...
2019-08-09 Michael J.... [clang-scan-deps] Add minimizer support for C++20 modules.
2019-08-09 Fangrui Song[ELF] Expand regions for gaps due to explicit address
2019-08-09 David BlaikieDebugInfo: Explicitly handle errors when parsing unit...
2019-08-09 David BlaikieDebugInfo/DWARF: Provide some (pretty half-hearted...
2019-08-09 Peter CollingbourneELF: Move sections referred to by __start_/__stop_...
2019-08-09 Dan Liew[asan_symbolize] Fix bug where the frame counter was...
2019-08-08 Sam Clegg[lld][WebAssembly] Don't create optional symbols when...
2019-08-08 Akira HatanakaChange the return type of UpgradeARCRuntimeCalls to...
2019-08-08 David BlaikieRemove else-after-return
2019-08-08 Sam CleggFix -DBUILD_SHARED_LIBS=ON build after rL368358
2019-08-08 Evgeniy StepanovFix llvm.aarch64.irg properties.
2019-08-08 Guanzhong Chen[WebAssembly][lld] control __data_end export with confi...
2019-08-08 David Bolvansky[InstCombine][NFC] Added comments about constants in...
next