platform/upstream/llvm.git
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-04-01 Craig Topper[X86] Cleanup ADCX/ADOX instruction definitions.
2018-04-01 Brian Gesiak[Coroutines] Schedule coro-split before asan
2018-04-01 Petr Hosek[AArch64] Reserve x18 register on Fuchsia
2018-04-01 Brian Gesiak[Coroutines] Find custom allocators in class scope
2018-04-01 Craig Topper[DebugCounter] Make -debug-counter cl::Hidden.
2018-04-01 Craig Topper[LegacyPassManager] Make 'print-module-scope' cl::Hidde...
2018-04-01 Craig Topper[X86] Give ADC8/16/32/64mi the same scheduling informat...
2018-04-01 Chandler Carruth[x86] Correct the operand structure of the ADOX instruc...
2018-04-01 Chandler Carruth[x86] Expose more of the condition conversion routines...
2018-04-01 Mandeep Singh... [tools] Change std::sort to llvm::sort in response...
2018-04-01 John McCallFix a major swiftcall ABI bug with trivial C++ class...
2018-04-01 Mandeep Singh... [include] Change std::sort to llvm::sort in response...
2018-04-01 Nicolai HaehnleAMDGPU: Make isIntrinsicSourceOfDivergence table-driven
2018-04-01 Nicolai HaehnleAMDGPU: Make getTgtMemIntrinsic table-driven for resour...
2018-04-01 Nicolai HaehnleTableGen: Support Intrinsic values in SearchableTable
2018-04-01 Nicolai HaehnleTableGen: More helpful error messages
2018-04-01 Mandeep Singh... [DebugInfo] Change std::sort to llvm::sort in response...
2018-04-01 Teresa Johnson[ThinLTO] Add an import cutoff for debugging/triaging
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...
next