platform/upstream/llvm.git
2018-04-01 David Green[LoopRotate] Rotate loops with loop exiting latches
2018-04-01 Zinovy Nis[clang-tidy] Define __clang_analyzer__ macro for clang...
2018-04-01 Craig Topper[X86] Don't check for folding into a store when decidin...
2018-04-01 Craig Topper[X86] Check if the load and store are to the same point...
2018-04-01 Craig Topper[X86] Add test case to show failure to promote i16...
2018-04-01 Craig Topper[X86] Allow i16 subtracts to be promoted if the load...
2018-04-01 Craig Topper[X86] Add test case to show failure to promote i16...
2018-04-01 Craig Topper[X86] Remove unneeded temporary variable. NFC
2018-04-01 Mandeep Singh... [Analysis] Change std::sort to llvm::sort in response...
2018-04-01 Eric FiselierAdd missing include to ContinuousRangeMap.h
2018-04-01 Eric FiselierAdd missing include to Visibility.h
2018-03-31 Nico WeberRevert r328845, it caused crbug.com/827810.
2018-03-31 Sanjay Patel[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
2018-03-31 Lang Hames[llvm-rtdyld] Fix the InputFileList cl::opt description...
2018-03-31 Henry Wong[analyzer] Unroll the loop when it has a unsigned counter.
2018-03-31 Simon Pilgrim[X86][Btver2] Add MMX_PSHUFB to the JWritePSHUFB InstRW...
2018-03-31 Simon PilgrimFix trailing whitespace. NFCI.
2018-03-31 Benjamin KramerUnbreak the build of the go bindings after r328839.
2018-03-31 Puyan Lotfi[MIR-Canon] Adding support for local idempotent instruc...
2018-03-31 Craig Topper[X86] Add SchedRW for PMULLD
2018-03-31 George Karpenkov[analyzer] Hopefully fix the ARM buildbot.
2018-03-31 George Karpenkov[analyzer] Fix assertion crash in CStringChecker
2018-03-31 George Karpenkov[analyzer] Cache offset computation for MemRegion
2018-03-31 George Karpenkov[analyzer] Fix liveness calculation for C++17 structure...
2018-03-31 Teresa Johnson[ThinLTO] Add an option to force summary call edges...
2018-03-30 Fangrui Song[ELF] Simplify read32. NFC
2018-03-30 Fangrui SongFix a bunch of typoes. NFC
2018-03-30 Peter Szecsi[ASTImporter] Add test helper Fixture
2018-03-30 Peter CollingbourneELF: Place ordered sections in the middle of the unorde...
2018-03-30 Ekaterina RomanovaPrevent data races in concurrent ThinLTO processes.
2018-03-30 Artem Dergachev[analyzer] Fix test triple in missing-bind-temporary...
2018-03-30 Rumeet DhindsaInitialize Elf Header to zero to ensure that bytes...
2018-03-30 Jacob Gravelle[WebAssembly] Register wasm passes with the PassRegistry
2018-03-30 Jonathan PeytonMinor cleanup in __kmp_atfork_child()
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix testcase
2018-03-30 Krzysztof Parzyszek[Hexagon] Reduce excessive indentation in .s output
2018-03-30 Krzysztof Parzyszek[Hexagon] Avoid creating invalid offsets in packetizer
2018-03-30 Artem Dergachev[analyzer] Track null or undef values through pointer...
2018-03-30 Artem Dergachev[CFG] [analyzer] Work around a disappearing CXXBindTemp...
2018-03-30 Davide Italiano[lldb-dotest] Don't swallow error exit codes.
2018-03-30 Artem Dergachev[CFG] [analyzer] Avoid modeling C++17 constructors...
2018-03-30 Andrea Di Biagio[X86][BtVer2] Fixed the number of micro opcodes for...
2018-03-30 Eli FriedmanRemove unused CHECK lines leftover from r306928.
2018-03-30 Peter CollingbourneDataFlowSanitizer: wrappers of functions with local...
2018-03-30 Peter CollingbourneELF: Try to create last thunk section at ThunkSectionSp...
2018-03-30 Alexey Bataev[OPENMP] Added emission of offloading data sections...
2018-03-30 Puyan Lotfi[MIR] Adding support for Named Virtual Registers in...
2018-03-30 Andrea Di Biagio[X86][BtVer2] Fix the number of uOps for horizontal...
2018-03-30 Tim Shen[NVPTX] Enable StructuredCFG for NVPTX
2018-03-30 Tim Shen[BlockPlacement] Disable block placement tail duplciati...
2018-03-30 Robert Widmann[LLVM-C] Finish exception instruction bindings - Round 2
2018-03-30 Rui UeyamaFix Windows buildbots.
2018-03-30 Zachary TurnerFix some signed / unsigned conversion problems.
2018-03-30 Rui UeyamaImprove error message for an unknown --plugin-opt.
2018-03-30 Nico Weber[lld-link] Add comment explaining that /FIXED behavior...
2018-03-30 Zachary Turner[llvm-pdbutil] Dig deeper into the PDB and DBI streams...
2018-03-30 Nico Weber[lld-link] Let /PROFILE imply /OPT:REF /OPT:NOICF ...
2018-03-30 Derek Schuff[WebAssembly] Refactor tablegen for store instructions...
2018-03-30 Krzysztof ParzyszekRevert "peel loops with runtime small trip counts"
2018-03-30 Stanislav Mekhanoshin[AMDGPU] Fixed some instructions latencies
2018-03-30 Rui Ueyama[WebAssembly] Error if both --export-table and --import...
2018-03-30 Sanjay Patel[SelectionDAG] Removing FABS folding from DAGCombiner
2018-03-30 Ben Hamilton[clang-format] Ensure wrapped ObjC selectors with 1...
2018-03-30 Krzysztof Parzyszek[Hexagon] Recognize and handle :endloop01
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix printing :mem_noshuf on compiler-generate...
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix flags for store-related intrinsics
2018-03-30 Andrea Di Biagio[X86][BtVer2] Add missing ReadAfterLd to RM variants...
2018-03-30 Krzysztof Parzyszek[Hexagon] Remove unused scheduling classes
2018-03-30 Andrea Di Biagio[X86][BtVer2] Add tests that show how ReadAfterLd is...
2018-03-30 Krzysztof Parzyszek[Hexagon] Pass pointer to SelectionDAG to dump functions
2018-03-30 Nico WeberSimplify test more.
2018-03-30 Nico WeberSimplify test.
2018-03-30 Andrea Di Biagio[X86] Add llvm-mca tests for r328834.
2018-03-30 Henry Wong[analyzer] Remove the unused method declaration in...
2018-03-30 Andrea Di Biagio[X86] Add tests to verify the presence of "ReadAfterLd...
2018-03-30 Vlad TsyrklevichRevert "[LLVM-C] Finish exception instruction bindings"
2018-03-30 Bruno Cardoso... [Modules] Improve fixit for framework private module...
2018-03-30 Michael Bedy[AMDGPU] Fix the SDWA Peephole phase to handle src...
2018-03-30 Ikhlas Ajbar[Hexagon] add missing lit config file
2018-03-30 Ikhlas Ajbarpeel loops with runtime small trip counts
2018-03-30 Douglas YungAdding UNSUPPORTED: system-windows at George's request...
2018-03-30 Rui UeyamaRe-implement --just-symbols as a regular object file.
2018-03-30 Eli Friedman[MachineCopyPropagation] Handle COPY with overlapping...
2018-03-30 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-auto warnings...
2018-03-30 Alex Shlyapnikov[ASan] Disable new ASan error reporting tests on variou...
2018-03-29 Rafael EspindolaStyle update. NFC.
2018-03-29 Peter CollingbourneAdd missing REQUIRES: arm.
2018-03-29 Peter CollingbourneELF: Add support for short thunks on ARM.
2018-03-29 Reid KlecknerHoist MethodVFTableLocation out of MicrosoftVTableConte...
2018-03-29 David BlaikieFix some layering in StripNonLineTableDebugInfo, moving...
2018-03-29 Rui UeyamaDo not use template for check{Int,UInt,IntUInt,Alignment}.
2018-03-29 David BlaikieRemove unused header to fix layering.
2018-03-29 Peter CollingbourneELF: Allow thunks to change size. NFCI.
2018-03-29 David BlaikieRemove unused headers to fix layering
2018-03-29 David Blaikiellvm-c: Split Utils out of Scalar.h
2018-03-29 David BlaikieRemove some unneeded #includes to fix layering
2018-03-29 George Karpenkov[analyzer] Fix target triple for autorelease-write...
2018-03-29 Rafael EspindolaSet dso_local on cfi_slowpath.
2018-03-29 George Karpenkov[analyzer] Better pretty-printing of regions in explode...
2018-03-29 Craig Topper[X86] Add ReadAfterLds to some 3 src instructions
next