platform/upstream/llvm.git
2018-10-11 Patrick LysterAdd support for 'dynamic_allocators' clause on 'require...
2018-10-11 Diogo N. Sampaio[AARCH64][FIX] Emit data symbol for constant pool data
2018-10-11 Sam McCall[Tooling] Move CompilationDatabasePlugin to the Registr...
2018-10-11 Andrew Savonichev[Sema][OpenCL] Improve diagnostics for not viable overl...
2018-10-11 Sam McCall[clangd] Remove no-op crash handler, we never set a...
2018-10-11 Aaron BallmanRevert r344241 as it broke multiple bots.
2018-10-11 Dylan McKayGeneralize an IR verifier check to work with non-zero...
2018-10-11 Kristof Umann[analyzer][UninitializedObjectChecker] Reports Loc...
2018-10-11 Michal Gorny[tests] Include Python binding tests in CMake rules
2018-10-11 Michal Gorny[python] [tests] Support overriding library path via...
2018-10-11 David Green[InstCombine] Demand bits of UMin
2018-10-11 Alex Bradbury[RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after...
2018-10-11 David Green[InstCombine] Demand bits of UMax
2018-10-11 David Green[InstCombine] Add tests for demand bits of min/max...
2018-10-11 Andrea Di Biagio[tblgen][CodeGenSchedule] Add a check for invalid Regis...
2018-10-11 Hans Wennborgclang-cl: Add /showFilenames option (PR31957)
2018-10-11 Florian Hahn[LV] Use SmallVector instead of DenseMap in calculateRe...
2018-10-11 Florian Hahn[LV] Ignore more debug info.
2018-10-11 Roman Lebedev[compiler-rt][ubsan] Split Implicit Integer Truncation...
2018-10-11 Roman Lebedev[clang][ubsan] Split Implicit Integer Truncation Saniti...
2018-10-11 Calixte Denizet[profile] Fix the gcov tests after the patch in D49853...
2018-10-11 Calixte Denizet[gcov] Display the hit counter for the line of a functi...
2018-10-11 Max Kazantsev[NFC] Factor out getOrCreateAddRecExpr method
2018-10-11 George Rimar[ELF] - Set sh_info and sh_link for .rela.plt sections.
2018-10-11 Chandler CarruthFix the qualification of `IntrusiveRefCntPtr` to use...
2018-10-11 Roman Lebedev[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x ...
2018-10-11 Max Kazantsev[IndVars] Drop "exact" flag from lshr and udiv when...
2018-10-11 Martin Storsjo[llvm-nm] Include the text "@FILE" in the output of...
2018-10-11 Marshall ClowAdd a test that shows what happens with throwing destru...
2018-10-11 Chris Bieneman[CMake] Temporarily remove the LLVM_ENABLE_IDE option
2018-10-11 Chris Bieneman[CMake] Unconditionally add .h and .td files to target...
2018-10-11 Chris Bieneman[Coverage] Apply filtered paths to summary
2018-10-11 Zachary TurnerUse fully qualified namespace name.
2018-10-11 Eric FiselierUse C++03 friendly version of alignof
2018-10-11 Eric FiselierFix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERA...
2018-10-11 Kostya Serebryany[hwasan] extend the stack-uar test
2018-10-11 Fangrui SongEliminate dependency to formatv(). NFC.
2018-10-11 Thomas Lively[WebAssembly][NFC] Use intrinsic dag nodes directly
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...
next