platform/upstream/llvm.git
2018-10-11 Kostya Serebryany[hwasan] more compact printing for 'Previosly allocated...
2018-10-11 Jason MolendaUpstreaming the BridgeOS device support and the
2018-10-11 Eric FiselierUpdate libc++abi's detection of aligned allocation...
2018-10-11 Eric FiselierDistinguish between library and language support for...
2018-10-11 Fangrui Song[MC][ELF] Fix section_mergeable_size.ll
2018-10-11 Thomas Lively[WebAssembly] Saturating float-to-int builtins
2018-10-11 Thomas Lively[WebAssembly] Saturating float to int intrinsics
2018-10-10 Kostya Serebryany[hwasan] simplify a test
2018-10-10 Saleem Abdulrasoolllvm-c: Add C APIs to access DebugLoc info
2018-10-10 Richard SmithUpdate documentation to indicate that profile remapping...
2018-10-10 Richard SmithAdd a flag to remap manglings when reading profile...
2018-10-10 Richard SmithAdd a flag to remap manglings when reading profile...
2018-10-10 Warren Ristow[LTO] Account for overriding lib calls via the alias...
2018-10-10 Nick Desaulniers[MC][ELF] compute entity size for explicit sections
2018-10-10 Rui UeyamaMake a member function private and rename it to avoid...
2018-10-10 Fangrui Song[ELF] Don't warn on undefined symbols if UnresolvedPoli...
2018-10-10 Aaron PuchertUse TEST_STD_VER instead of __cplusplus [NFC]
2018-10-10 Kostya Serebryany[hwasan] when reporting a bug, print some very basic...
2018-10-10 Aaron PuchertUse std::scoped_lock only for C++17 and newer
2018-10-10 Louis Dionne[libcxxabi] Allow building with sanitizers enabled
2018-10-10 Reid Kleckner[AST] Use -fvisibility value when ignoring -fv-i-h...
2018-10-10 Craig Topper[X86] Prevent non-temporal loads from folding into...
2018-10-10 Chris Bieneman[CMake] NFC. Updating documentation on options
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 George Burgess IVReplace most users of UnknownSize with LocationSize...
2018-10-10 Armando MontanezTest commit: fix typo in comment
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 James Y Knightllvm-ar: Darwin archive format fixes.
2018-10-10 Roman Lebedev[NFC][X86][AArch64] extract-bits.ll: add tests with...
2018-10-10 Sanjay Patel[InstCombine] reverse 'trunc X to <N x i1>' canonicaliz...
2018-10-10 Thomas Lively[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
2018-10-10 Roman Lebedev[X86] Move X86DAGToDAGISel::matchBEXTRFromAnd() into...
2018-10-10 Sanjay Patelrevert r344082: [InstCombine] reverse 'trunc X to ...
2018-10-10 Rui UeyamaEliminate dependency to formatv(). NFC.
2018-10-10 David Bolvansky[DwarfVerifier] Fixed -Wimplicit-fallthrough warning
2018-10-10 Thomas Lively[WebAssembly][NFC] Use vnot patfrag to simplify v128.not
2018-10-10 Kostya Serebryany[hwasan] print all threads in a bug report
2018-10-10 Zachary Turner[SymbolFileNativePDB] Fix compilation errors with gcc.
2018-10-10 Renato Golin[LV] Add a new reduction pattern match
2018-10-10 Francis Visoiu... Reland: [OptRemarks] Add library for parsing optimizati...
2018-10-10 Kostya Serebryany[hwasan] print more tags around the buggy address,...
2018-10-10 Aaron Smith[Windows] Fix a bug that causes lldb to freeze
2018-10-10 Eric FiselierAdd test macros for always_inline and noinline
2018-10-10 Scott Linder[Support] Remove redundant qualifiers in YAMLTraits...
2018-10-10 Francis Visoiu... Revert "[OptRemarks] Add library for parsing optimizati...
2018-10-10 Volkan Keles[GlobalISel] Fix the artifact combiner to fold G_IMPLIC...
2018-10-10 Francis Visoiu... [OptRemarks] Add library for parsing optimization remarks
2018-10-10 Renato Golin[VPlan] Fix CondBit quoting in dumpBasicBlock
2018-10-10 Eric FiselierFix linking filesystem benchmarks
2018-10-10 Louis Dionne[clang] Fix failing attribute test on Windows
2018-10-10 Craig TopperChange the timestamp of llvmcache-foo file to meet...
2018-10-10 Erik Pilkington[Sema] Fix a multiple definition bug with friends and...
2018-10-10 Marshall ClowBlind attempt to fix linker errors when building libc...
2018-10-10 Zachary TurnerCreate a SymbolFile plugin for cross-platform PDB access.
2018-10-10 Scott LinderRelax trivial cast requirements in CallPromotionUtils
2018-10-10 Marshall ClowMake libc++abi work better with gcc's ARM unwind librar...
2018-10-10 Guillaume Chatelet[llvm-exegesis] Fix always true assert
2018-10-10 Anton Bikineev[CodeGenCXX] Treat 'this' as noalias in constructors
2018-10-10 Andrea Di Biagio[llvm-mca] Minor refactoring in preparation for a patch...
2018-10-10 Anastasia Stulova[OpenCL] Fixed address space cast in C style cast of...
2018-10-10 Sid Manning[Hexagon] Use GetLinkerPath instead of hard-coded string.
2018-10-10 Louis Dionne[clang] Properly apply attributes on explicit instantia...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Pass Instruction instead of bare...
2018-10-10 Andrea Di Biagio[llvm-mca][BtVer2] Add two more move-elimination tests...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Code simplification
2018-10-10 Nirav Dave[DAGCombine] Improve Load-Store Forwarding
2018-10-10 Sanjay Patel[x86] allow single source horizontal op matching (PR39195)
2018-10-10 Jonas DevlieghereLift VFS from clang to llvm (NFC)
2018-10-10 John Brawn[llvm-exegesis] Fix function return generation so it...
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - rename demanded...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Fix typo
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - pull out repeat...
2018-10-10 Carlos Alberto... Revert "[DebugInfo][Dexter] Unreachable line stepped...
2018-10-10 Valery Pykhtin[TableGen] fix assert in !cast when used out of definit...
2018-10-10 Sam McCall[CodeComplete] Fix crash when completing params functio...
2018-10-10 Simon Pilgrim[TargetLowering] Add root node back to work list after...
2018-10-10 Guillaume Chatelet[llvm-exegesis] Fix broken build.
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Simplify code now that Instruction...
2018-10-10 Jonas Paulsson[SystemZ] Temporarily disable high VFs with integer...
2018-10-10 Neil HenningFix an ordering bug in the scalarizer.
2018-10-10 Guillaume Chatelet[llvm-exegesis] Remove unused variable, add more semant...
2018-10-10 Martin Storsjo[sanitizers] [windows] Use a linker directive pragma...
2018-10-10 Martin Storsjo[MinGW] Fix passing a sanitizer lib name as dependent lib
2018-10-10 Martin Storsjo[COFF] Look for libfoo.a if foo.lib is specified, for...
2018-10-10 Martin Storsjo[MinGW] Pass libpath to the COFF linker
2018-10-10 George Rimar[LLDB] - Simplify. NFC.
2018-10-10 Pavel LabathPort llvm r342166 to libcxxabi demangler
2018-10-10 Carlos Alberto... [DebugInfo][Dexter] Unreachable line stepped onto after...
2018-10-10 George Rimar[LLDB] - Add basic support for .debug_rnglists section...
2018-10-10 Sam McCall[clangd] Make FSProvider const-correct. NFC
2018-10-10 Craig Topper[X86] Remove FeatureRTM from Skylake processor list
2018-10-10 Craig Topper[X86] Remove FeatureRTM from Skylake processor list
2018-10-10 Jonas Paulsson[SystemZ] Take better care when computing needed vecto...
2018-10-10 George Burgess IV[Analysis] Make LocationSizes carry an 'imprecise' bit
2018-10-10 Max Kazantsev[NFC] Make a variable const
2018-10-10 Nemanja Ivanovic[PowerPC][NFC] Add a test case for extract and store...
2018-10-10 Dylan McKay[AVR] Fix the 'call.ll' CodeGen test
2018-10-10 James Y KnightExprConstant: Make __builtin_object_size use EM_IgnoreS...
2018-10-10 QingShan Zhang[PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG...
2018-10-10 George Burgess IV[Analysis] Make LocationSize pretty-printing more descr...
next