platform/upstream/llvm.git
2017-04-21 Casey CarterExpand test coverage for LWG2857
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Craig Topper[APSInt] Use APInt::compare and APInt::compareSigned...
2017-04-21 Craig Topper[APSInt] Make use of APInt's recently acquired in place...
2017-04-21 Argyrios Kyrtzidis[index] Take into account the category's external_symbo...
2017-04-21 Adrian PrantlAdd test coverage for mem2reg dbg.declare lowering.
2017-04-21 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-21 Alex Shlyapnikov[lsan] Enable LSan on PowerPC64.
2017-04-21 Hans WennborgRe-commit r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Frederich Munch[Test commit] Remove extra newline.
2017-04-21 Bob Haarman[coff] for /msvclto, pass archive members with prevaili...
2017-04-21 Matt ArsenaultInferAddressSpaces: Infer for just GEPs
2017-04-21 Alex ShlyapnikovSuppress DTLS leak happening in some glibc versions.
2017-04-21 Xinliang David Li[PartialInliner] Partial inliner needs to check use...
2017-04-21 Hans WennborgRevert r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Hans WennborgX86: Don't emit zero-byte functions on Windows
2017-04-21 Nico WeberAdd comments to the diagnostic kinds in Diagnostic.td.
2017-04-21 Zachary TurnerAdd a dependency from llvm/test to llvm-cvtres.
2017-04-21 Tim NorthoverAArch64: add test for "fence singlethread"
2017-04-21 Tim NorthoverARM: make sure we use all entries in a vector before...
2017-04-21 Sanjay Patel[InstCombine] revert r300977 and r301021
2017-04-21 Jason MolendaCorrect the names of some target conditional defines...
2017-04-21 Zachary TurnerFixed a type conversion error in BitVector.
2017-04-21 Nico Weber[ms] Give -Wmicrosoft-enum-forward-reference a chance...
2017-04-21 Zachary Turner[BitVector] Make BitVector store an ArrayRef.
2017-04-21 Adrian Prantltypo
2017-04-21 Konstantin... AMDGPU/GFX9: Enable FastFMAF32
2017-04-21 Konstantin... AMDGPU: Temporarily disable packed inlinable literals...
2017-04-21 Vitaly Buka[asan] Optimize strchr for strict_string_checks=false
2017-04-21 Konstantin... AMDGPU: Fix S_PACK_HH_B32_B16
2017-04-21 Yaxun Liu[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction...
2017-04-21 Matthias BraunRevert "X86RegisterInfo: eliminateFrameIndex: Avoid...
2017-04-21 Konstantin... AMDGPU: Do not lower fast unsafe div for safe, f32...
2017-04-21 Evgeniy Stepanov[cfi] Replace elif with elseif in cmake.
2017-04-21 Sanjay Patel[InstCombine] use isSubsetOf() for efficiency
2017-04-21 Michael Kruse[CMake] Link unittests only against libLLVM.so, if...
2017-04-21 Akira Hatanaka[AArch64] Improve code generation for logical instructi...
2017-04-21 Artur Pilipenko[InstCombine] fadd double (sitofp x), y check that...
2017-04-21 Kuba MracekFixup for r301007: Restrict the -D hack to Darwin.
2017-04-21 Evgeniy Stepanov[cfi] Run tests with and without lld and thinlto.
2017-04-21 Kostya Kortchinsky[scudo] Bypass Quarantine if its size is set to 0
2017-04-21 Zachary Turner[BitVector] Add find_last() and find_last_unset().
2017-04-21 Saleem AbdulrasoolCOFF: add support for CONSTANT exports
2017-04-21 Kuba MracekRevert r301010: Bot failures on Windows, NetBSD and...
2017-04-21 Kuba Mracek[tsan] Add a test for "external" API that checks the...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Kuba Mracek[tsan] Refactor __tsan_external_read/__tsan_external_wr...
2017-04-21 Kuba Mracek[libFuzzer] Changing thread_local to __thread in libFuzzer
2017-04-21 Zachary TurnerAdd llvm-cvtres to LLVMBuild.txt
2017-04-21 Joel Jones[AArch64] Refactor instruction selection lowering for...
2017-04-21 Zachary TurnerAdd empty shell of llvm-cvtres.
2017-04-21 Kuba Mracek[tsan] Publish the TSan external API in tsan_interface.h
2017-04-21 Tim NorthoverARM: don't try to create an i8 -> i32 vpaddl.
2017-04-21 Kuba Mracek[tsan] Track external API accesses as 1-byte accesses...
2017-04-21 Kuba Mracek[tsan] Ignore memory accesses for libignored modules...
2017-04-21 Kuba Mracek[libFuzzer] Check for target(popcnt) capability before...
2017-04-21 Kuba Mracek[tsan] Don't report bugs from interceptors called from...
2017-04-21 Craig Topper[ValueTracking] Use APInt::setAllBits and APInt::inters...
2017-04-21 Craig Topper[APInt] Add compare/compareSigned methods that return...
2017-04-21 Juergen RibutzkaRemove empty and unused header file.
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Craig Topper[SimplifyCFG] Fix the determination of PostBB in condit...
2017-04-21 Benjamin Kramer[Clangd] Failed to decode params using 1.x-compatible...
2017-04-21 Benjamin Kramer[Clangd] Support Authority-less URIs
2017-04-21 Wei Mi[ConstHoisting] Add BFI in constanthoisting pass and...
2017-04-21 Anastasia Stulova[OpenCL] Fix semantic check of ndrange_t for device_sid...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine modeling of store-release...
2017-04-21 Joel Jones[Mips] Document Mips Backend Relocation Principles
2017-04-21 Krasimir Georgiev[clang-format] Replace IncompleteFormat by a struct...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine resource needs of STRQ with...
2017-04-21 Krasimir Georgiev[clang-format] Clang-tidy cleanup of NamespaceEndCommen...
2017-04-21 Krasimir Georgiev[clang-format] Clang-tidy cleanup of CleanupTest.cpp...
2017-04-21 Alex Lorenz[PR32667] -Wdocumentation should allow @param/@returns...
2017-04-21 Matthew Simpson[LV] Model if-converted phi node costs
2017-04-21 Daniel SandersRevert r300964 + r300970 - [globalisel][tablegen] Impor...
2017-04-21 Sanjay Patel[InstCombine] prefer xor with -1 because 'not' is easie...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine loads/stores that require...
2017-04-21 Chad Rosier[AArch64][Falkor] Fix number of microops for WriteSTIdx...
2017-04-21 Chad Rosier[AArch64] Fix a few missed pre/post-inc in Falkor.
2017-04-21 Diana Picus[ARM] GlobalISel: Add support for G_TRUNC
2017-04-21 Daniel Sanders[globalisel][tablegen] Try again to fix builds on old...
2017-04-21 Ismail DonmezAdd support for openSUSE ARM Triples
2017-04-21 Daniel SandersRevert: r300966 - [globalisel][tablegen] Attempt to...
2017-04-21 Diana Picus[ARM] GlobalISel: Make struct arguments fail elegantly
2017-04-21 Daniel Sanders[globalisel][tablegen] Attempt to fix builds on old...
2017-04-21 Tobias GrosserGICHelper: remove forgotten isl foreach declarations
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Clement Courbettypo
2017-04-21 Clement Courbetadd skylake
2017-04-21 Clement Courbetadd 32 bit tests
2017-04-21 Clement Courbetuse repmovsb when optimizing forminsize
2017-04-21 Clement CourbetRename FastString flag.
2017-04-21 Clement Courbetadd more tests
2017-04-21 Clement CourbetX86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W}...
2017-04-21 George Rimar[DWARF] - Refactoring: localize handling of relocations...
2017-04-21 Diana PicusRevert r300889, r300906, r300935, r300939
2017-04-21 Clement CourbetDelete dead code
2017-04-21 Artyom Skrobov[Thumb1] The recently added tADCS and tSBCS pseudo...
2017-04-21 Serguei Katkov[AsmWriter] Eliminate warning. NFC
2017-04-21 Argyrios Kyrtzidis[index] Take advantage of 'external_source_symbol'...
next