platform/upstream/llvm.git
2018-11-02 Sam McCall[clang-tidy] Get ClangTidyContext out of the business...
2018-11-02 Alex DenisovFix a typo in a function name
2018-11-02 Ayal Zaks[LV] Avoid vectorizing loops under opt for size that...
2018-11-02 George Rimar[LLDB] - Add support for DW_FORM_rnglistx and relative...
2018-11-02 Aleksandr Urakov[Symbol] Search symbols with name and type in a symbol...
2018-11-02 Aleksandr Urakov[Windows] Fix Windows build after be053dd5a384a03da5a77...
2018-11-02 Dean Michael... [XRay] Fix tests with updated fdr-dump
2018-11-02 Dean Michael... [XRay] Update delta computations in runtime
2018-11-02 Fangrui Song[clangd] Really fix clang -Wimplicit-fallthrough
2018-11-02 Fangrui Song[clangd] Fix clang -Wimplicit-fallthrough
2018-11-02 Fangrui SongFix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSER...
2018-11-02 Fangrui SongFix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSER...
2018-11-02 Matt ArsenaultAMDGPU: Fix assertion with bitcast from i64 constant...
2018-11-02 Matthias Brauntest/DebugInfo: Convert some tests to MIR
2018-11-02 Matthias BraunLLVMTargetMachine/TargetPassConfig: Simplify handling...
2018-11-02 Wouter van... [WebAssembly] Added a .globaltype directive to .s output.
2018-11-02 Thomas Lively[WebAssembly] General vector shift lowering
2018-11-02 Richard SmithWhen building a header module, treat inputs as headers...
2018-11-02 Max Kazantsev[NFC][LICM] Factor out instruction erasing logic
2018-11-02 Thomas Lively[WebAssembly] Expand inserts and extracts with variable...
2018-11-01 Jason MolendaWhen no FileCheck binary is specified, look in the...
2018-11-01 Alina Sbirlea[AliasSetTracker] Misc cleanup (NFCI)
2018-11-01 Mandeep Singh... [gold-plugin] Fix a bunch of build warnings
2018-11-01 Mandeep Singh... [COFF, ARM64] Implement Intrinsic.sponentry for AArch64
2018-11-01 Craig Topper[DAGCombiner] Make the isTruncateOf call from visitZERO...
2018-11-01 Craig Topper[X86] Add test cases for adding vector support to isTru...
2018-11-01 Jessica Paquette[MachineOutliner][NFC] Remember when you map something...
2018-11-01 Dean Michael... [XRay] Fix TSC and atomic custom/typed event accounting
2018-11-01 Sanjay Patel[IR] remove fake binop query for fneg
2018-11-01 Volodymyr Sapsai[CodeGen] Fix assertion on referencing constexpr Obj...
2018-11-01 Farhana Aleen[AMDGPU] Handle the idot8 pattern generated by FE.
2018-11-01 Jonas Devlieghere[File] Remove static method to get permissions.
2018-11-01 Dan AlbertFix test assumption that Linux implies glibc.
2018-11-01 Fangrui Song[ELF] Change sh_link of .rel{,a}.plt to make GNU strip...
2018-11-01 Jonas Devlieghere[FileSystem] Update SetFile signature.
2018-11-01 Volodymyr Sapsai[CodeGen] Move `emitConstant` from ScalarExprEmitter...
2018-11-01 Jordan Rupprecht[llvm-objcopy/strip] [NFC] Clean up tablegen opts ...
2018-11-01 Jonas Devlieghere[FileSystem] Change FileSpec constructor signature...
2018-11-01 Reid KlecknerSilence -Wimplicit-fallthrough in gold plugin
2018-11-01 Louis DionneRevert "Bug 39129: Speeding up partition_point/lower_bo...
2018-11-01 Mandeep Singh... [COFF, ARM64] Implement llvm.addressofreturnaddress...
2018-11-01 Jonas Devlieghere[FileSystem] Change FileSpec constructor signature.
2018-11-01 Jonas Devlieghere[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 Petr Hosek[CMake][Fuchsia] Don't restrict Linux runtimes to UNIX
2018-11-01 Heejin Ahn[WebAssembly] Fix signature parsing for 'try' in AsmParser
2018-11-01 Reid KlecknerEnable -Wimplicit-fallthrough for clang as well as GCC
2018-11-01 Rui UeyamaOmit "virtual" if overridden.
2018-11-01 Rui UeyamaUse llvm_unreachable for unreachable code.
2018-11-01 Fangrui SongSet MAttrs in LTO mode
2018-11-01 Reid Kleckner[Hexagon] Remove unintended fallthrough from MC duplex...
2018-11-01 Reid KlecknerFix clang -Wimplicit-fallthrough warnings across llvm...
2018-11-01 Florian Hahn[LoopInterchange] Fix unused variables in release build
2018-11-01 Sam Clegg[WebAssembly] Fixup `main` signature by default
2018-11-01 Reid Kleckner[codeview] Add breaks to fix -Wimplicit-fallthrough
2018-11-01 Reid KlecknerAnnotate possibly unintended fallthroughs in Hexagon...
2018-11-01 Florian Hahn[LoopInterchange] Remove support for inner-only reductions.
2018-11-01 Reid KlecknerRemove unnecessary fallthrough annotation after unreachable
2018-11-01 Volkan Keles[GlobalISel] Fix a bug in LegalizeRuleSet::clampMaxNumE...
2018-11-01 Aaron BallmanOutput "rule" information in SARIF exports.
2018-11-01 Reid KlecknerAdd LLVM_FALLTHROUGH annotation after switch
2018-11-01 Mandeep Singh... Revert "[COFF, ARM64] Change setjmp for AArch64 Windows...
2018-11-01 Tim NorthoverRevert "Reapply Logging: make os_log buffer size an...
2018-11-01 Reid KlecknerUse C++11 fallthrough attribute syntax when available...
2018-11-01 Simon Pilgrim[LegalizeDAG] Add generic vector CTPOP expansion (PR32655)
2018-11-01 Reid Kleckner[Hexagon] Fix MO_JumpTable const extender conversion
2018-11-01 Gheorghe-Teodor... [OpenMP][libomptarget] Add runtime function for pushing...
2018-11-01 Tim NorthoverReapply Logging: make os_log buffer size an integer...
2018-11-01 Andrea Di Biagio[llvm-mca] Add extra counters for move elimination...
2018-11-01 Reid Kleckner[AArch64] Fix unintended fallthrough and strengthen...
2018-11-01 Mandeep Singh... Revert "[COFF, ARM64] Implement Intrinsic.sponentry...
2018-11-01 Reid KlecknerReplace two fallthrough annotations after covered switc...
2018-11-01 Jordan Rupprecht[llvm-strip] Support --keep and --strip-all-gnu from...
2018-11-01 Jonas Devlieghere[FileSystem] Fix typo in ProcessFreeBSD
2018-11-01 Jordan Rupprecht[llvm-objcopy] Support --{enable,disable}-deterministic...
2018-11-01 Yan ZhangFix the issue that not recognizing single acronym with...
2018-11-01 Jonas Devlieghere[FileSystem] Fix Exists call sites
2018-11-01 Jordan Rupprecht[llvm-objcopy] Don't apply --localize flags to common...
2018-11-01 Fangrui Song[llvm-objcopy] For multiclass Eq, associate help text...
2018-11-01 Jonas Devlieghere[FileSystem] Remove Exists() from FileSpec
2018-11-01 Jonas Devlieghere[FileSystem] Remove ResolveExecutableLocation() from...
2018-11-01 Sanjay Patel[InstCombine] add test for ComputeNumSignBits on 2...
2018-11-01 Cameron McInallyFix whitespace in test/Assembler/fast-math-flags.ll
2018-11-01 Sam Parker[ARM] Attempt to fix ppc64be buildbot
2018-11-01 Jonas Devlieghere[FileSystem] Improve assert and add Terminate in unit...
2018-11-01 Zachary Turner[NativePDB] Get LLDB types from PDB function types.
2018-11-01 David Bolvansky[Diagnostics] Implement -Wsizeof-pointer-div
2018-11-01 Tim NorthoverRevert "Logging: make os_log buffer size an integer...
2018-11-01 Fangrui Song[llvm-objcopy] Use proper cases
2018-11-01 Kadir Cetinkaya[clang] Improve ctor initializer completions.
2018-11-01 Jonas Devlieghere[FileSystem] Remove GetPermissions() and Readable(...
2018-11-01 Sanjay Patel[DAGCombiner] make sure we have a whole-number extract...
2018-11-01 Daniel Sanders[MC] Implement EmitRawText in MCNullStreamer
2018-11-01 Sam Parker[ARM][CGP] Negative constant operand handling
2018-11-01 Erich KeaneMultiversioning- Ensure all MV functions are emitted.
2018-11-01 Erich KeaneCPU-Dispatch- Fix type of a member function, prevent...
2018-11-01 Zachary Turner[MS Demangler] Expose the Demangler AST publicly.
2018-11-01 Simon Pilgrim[X86][X86FixupLEA] Rename processInstructionForSLM...
2018-11-01 Tim NorthoverLogging: put link against libclangAnalysis rather than...
2018-11-01 Louis Dionne[libcxx] Fix usage of _C2, which is a "nasty macro...
2018-11-01 Tim NorthoverLogging: add CMake dependency so libAST can use OSLog...
next