platform/upstream/llvm.git
2018-11-15 JF BastienCGDecl::emitStoresForConstant fix synthesized constant...
2018-11-15 Eric FiselierGet tests compiling with -Wunused-local-typedef
2018-11-15 Jessica Paquette[MachineOutliner][NFC] Check if CandidatesForRepeatedSe...
2018-11-14 Stephan T.... [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
2018-11-14 Stephan T.... [libcxx] [test] Include <cassert> for assert().
2018-11-14 Stephan T.... [libcxx] [test] Fix MSVC warning C4800.
2018-11-14 Benjamin Kramer[X86] Remove unused variable
2018-11-14 Craig Topper[X86] Support v2i32/v4i16/v8i8 load/store using f64...
2018-11-14 Reid Kleckner[codeview] Make "clang -g" emit codeview by default...
2018-11-14 Adrian PrantlRemove the expectedFlakeyDsym decorator. It's not usefu...
2018-11-14 Eric FiselierAttempt to show progress bar in benchmark tests
2018-11-14 Eric FiselierExclude check-cxx-benchmarks from the global test...
2018-11-14 Simon Pilgrim[X86] Update masked expandload/compressstore test names
2018-11-14 Sanjay Patel[InstSimplify] add more tests for funnel shift with...
2018-11-14 Jessica Paquette[MachineOutliner][NFC] Don't compute liveness if X16...
2018-11-14 Jason Molendaupdate xcode project file for reproducers.
2018-11-14 Teresa JohnsonRemove unused getMDNodeFwdRefOrNull interfaces (NFC)
2018-11-14 Simon Pilgrim[X86][SSE] Add SSE2/SSE42 masked load/store tests
2018-11-14 Nirav DaveBias physical register immediate assignments
2018-11-14 Simon Atanasyan[ELF] Make TrapInstr and Filler byte arrays. NFC.
2018-11-14 Richard Smith[c++20] Implement P0482R6: enable -fchar8_t by default...
2018-11-14 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-11-14 Simon Pilgrim[X86] Split masked load/store test files
2018-11-14 Eric FiselierRename cxx-benchmark-unittests target and convert to...
2018-11-14 Simon Pilgrim[X86] Update masked load/store test names
2018-11-14 Aakanksha PatilAMDGPU: Additional pattern for i16 median3 matching
2018-11-14 Vedant KumarMark @llvm.trap cold
2018-11-14 Scott Linder[Support] Teach YAMLIO about polymorphic types
2018-11-14 Teresa Johnson[ThinLTO] Update handling of vararg functions to match...
2018-11-14 Shoaib Meenai[AST] Fix typo in MicrosoftMangle
2018-11-14 Sanjay Patel[InstSimplify] add tests for funnel shift with select...
2018-11-14 Sam Clegg[WebAssembly] Add support for dylink section in object...
2018-11-14 Craig Topper[X86] Allow pmulh to be formed from narrow vXi16 vector...
2018-11-14 Alexander Richardson[libcxx] [test] Fix running tests on macOS with python3
2018-11-14 Sean Fertile[PPC64] Long branch thunks.
2018-11-14 Sean Fertile[NFC] Change address __tls_getaddr is defined at so...
2018-11-14 Mandeep Singh... [InstCombine] Remove a couple of asserts based on incor...
2018-11-14 Zachary TurnerFix some compilation failures introduced in recent...
2018-11-14 Kadir Cetinkaya[clangd] Delete unused includes.
2018-11-14 Sanjay Patel[InstCombine] fix formatting for matchBSwap(); NFC
2018-11-14 Florian Hahn[VPlan, SLP] Use SmallPtrSet for Candidates.
2018-11-14 John Brawn[SimplifyCFG] Regenerate preserve-branchweights.ll...
2018-11-14 Simon Pilgrim[TTI] getOperandInfo - a broadcast shuffle means the...
2018-11-14 Pavel LabathMove DataExtractorTest to unittests/Utility
2018-11-14 David BolvanskyReverted D52835 to fix review comments
2018-11-14 David Bolvansky[Diagnostics] Check integer to floating point number...
2018-11-14 Bruno Ricci[AST][NFC] Order the bit-field classes of Stmt like...
2018-11-14 Peter Smith[AArch64] Fix resolution of R_PLT_PAGE RelExpr
2018-11-14 Andrey ChurbanovFix for bugzilla https://bugs.llvm.org/show_bug.cgi...
2018-11-14 Paul RobinsonDocument how to comment an actual parameter.
2018-11-14 Florian Hahn[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
2018-11-14 Simon Pilgrim[TTI] Pull out repeated 'ConcreteTTI' static_casts...
2018-11-14 Florian Hahn[VPlan] Update ifdef.
2018-11-14 Florian Hahn[VPlan, SLP] Add simple SLP analysis on top of VPlan.
2018-11-14 Aaron BallmanAdding myself as the code owner for clang-query as...
2018-11-14 George Rimar[LLDB] - Recommit r346848 "[LLDB] - Support the single...
2018-11-14 Simon Pilgrim[CostModel] Add generic expansion funnel shift cost...
2018-11-14 George RimarRevert r346848 "[LLDB] - Support the single file split...
2018-11-14 Haojian Wu[clangd] Replace StringRef in SymbolLocation with a...
2018-11-14 Xing GUO[llvm-objdump] Improve ELF file type checking statement...
2018-11-14 Simon Pilgrim[X86][AVX512] Remove constant pool shuffle decoding...
2018-11-14 Pavel LabathFix a crash when parsing incorrect DWARF
2018-11-14 George Rimar[LLDB] - Support the single file split DWARF.
2018-11-14 Sam McCall[AST] Allow limiting the scope of common AST traversals...
2018-11-14 Martin Storsjo[COFF] Fix a longstanding typo in a variable name....
2018-11-14 Heejin Ahn[WebAssembly] Make sure event-section XFAILs for build...
2018-11-14 Sven van HaastregtPrint newline after banner for ModulePass
2018-11-14 Florian HahnRecommit r346483: [CallSiteSplitting] Only record condi...
2018-11-14 Diana PicusFix r346747 and r346796
2018-11-14 Haojian WuSuppress a "-Wliteral-conversion" compiler warning.
2018-11-14 Heejin Ahn[WebAssembly] Temporarily disable event-section.ll
2018-11-14 Haojian WuFix the "make_unique is ambiguous" compiler error.
2018-11-14 Alexey Sotkin[OpenCL] Fix invalid address space generation for clk_e...
2018-11-14 George Rimar[Clang] - Add '-gsplit-dwarf[=split,=single]' version...
2018-11-14 Sam McCall[clangd] Improve code completion for ObjC methods
2018-11-14 Roman Lebedev[clang-tidy] Avoid C arrays check
2018-11-14 Craig Topper[X86] Add -x86-experimental-vector-widening command...
2018-11-14 David BlaikieCorrectly instantiate `iterator_adaptor_base` when...
2018-11-14 Yaxun Liu[HIP] Fix device only compilation
2018-11-14 Petr Hosek[CMake] Include clang-apply-replacements in Fuchsia...
2018-11-14 Stephan T.... [libcxx] [test] Strip trailing whitespace. NFC.
2018-11-14 Heejin Ahn[WebAssembly] Add support for the event section
2018-11-14 Zi Xuan Wu[PowerPC] Enhance the selection(ISD::VSELECT) of vector...
2018-11-14 Reid KlecknerRevert r346810 "Preserve loop metadata when splitting...
2018-11-14 Alex Lorenz[HeaderSearch] loadSubdirectoryModuleMaps should respec...
2018-11-14 Eli Friedman[CodeGen] Fix forward scan in MachineBasicBlock::comput...
2018-11-14 Petr Hosek[CMake] Passthrough CFLAGS when checking the compiler...
2018-11-14 Tatyana KrasnukhaComplete reverting r346191
2018-11-13 Tatyana KrasnukhaComplete reverting r346191
2018-11-13 Reid Kleckner[PDB] Simplify symbol handling code, NFC
2018-11-13 Jessica Paquette[MachineOutliner][NFC] Use flags set in all candidates...
2018-11-13 Adrian PrantlMake dsymutil more robust when parsing load commands.
2018-11-13 Sanjay Patel[InstCombine] fold funnel shift amount based on demande...
2018-11-13 Matthew VossMake the ExpandTilde unit test expect "\" (not "/"...
2018-11-13 Adrian PrantlFix a bug in the parsing of the LC_BUILD_VERSION Mach...
2018-11-13 Eric FiselierAdd cxx-benchmark-unittests target
2018-11-13 Craig TopperPreserve loop metadata when splitting exit blocks
2018-11-13 Jessica Paquette[MachineOutliner][NFC] Use MBB flags to avoid call...
2018-11-13 Eric FiselierFix "use of" uninitialized memory in benchmark.
2018-11-13 Sanjay Patel[InstCombine] canonicalize rotate patterns with cmp...
next