platform/upstream/llvm.git
2017-05-04 Stephan T.... [libcxx] [test] Strip trailing whitespace. NFC.
2017-05-04 Stephan T.... [libcxx] [test] In msvc_stdlib_force_include.hpp, use...
2017-05-04 Dean Michael... [XRay] Detect loops in functions being lowered
2017-05-04 Eric FiselierAttempt to escape paths correctly
2017-05-04 Eric FiselierAttempt to setup MSVC 2017
2017-05-04 Eric FiselierUse nullptr instead of the literal 0
2017-05-04 Eric FiselierFix macro redefinition warnings for _LIBCPP_NO_RTTI
2017-05-04 Richard SmithAdd #pragma clang module begin/end pragmas and generate...
2017-05-04 Eric FiselierTest commit for Appveyor - Remove incorrect caching...
2017-05-03 Michael Zolotukhin[SCEV] createAddRecFromPHI: Optimize for the most commo...
2017-05-03 Duncan P. N... CMake: Only add test/ subdirectory when it exists
2017-05-03 Matthias Braunstrlen-1.ll: Fix test
2017-05-03 Craig Topper[InstCombine][KnownBits] Use KnownBits better to detect...
2017-05-03 Reid KlecknerMark functions as not having CFI once we finalize an...
2017-05-03 Craig Topper[KnownBits] Add methods for determining if KnownBits...
2017-05-03 Rui UeyamaRemove a comment that is no longer true.
2017-05-03 Craig Topper[ValueTracking] Remove handling for BitWidth being...
2017-05-03 Craig Topper[KnownBits] Add zext, sext, and trunc methods to KnownBits
2017-05-03 Sanjay Patel[TargetLowering] use isSubsetOf in SimplifyDemandedBits...
2017-05-03 Paul Robinsonclang-format and restyle DWARFFormValue before working...
2017-05-03 Saleem AbdulrasoolDebugInfo: elide type index entries for synthetic types
2017-05-03 Eric FiselierAttempt to fix appveyor build
2017-05-03 Rui UeyamaAccept archive files with no symbol table instad of...
2017-05-03 Eric FiselierQualify calls to __invoke, __apply_fuctor, and __mu
2017-05-03 Ahmed Bougacha[AArch64] Fix variable name ambiguity in r302078.
2017-05-03 Xin Tong[TailCallElim] Remove an unused argument. NFCI
2017-05-03 Ahmed Bougacha[Driver] Update AArch64 testcase to match llvm r302078.
2017-05-03 Ahmed Bougacha[AArch64] Make the TargetParser add CPU exts provided...
2017-05-03 Ahmed Bougacha[AArch64] armv8-A doesn't have CRC.
2017-05-03 Vitaly Buka[libFuzzer] exit without running atexit handlers in...
2017-05-03 Krzysztof Parzyszek[Hexagon] Use automatically-generated scheduling inform...
2017-05-03 Tobias Grosser[ScopInfo] Do not use LLVM names to identify statements...
2017-05-03 Zachary TurnerRemove unused private field.
2017-05-03 Anna ThomasAvoid warning of unused variable in release builds...
2017-05-03 Peter CollingbourneRevert r301897, "ELF: Set symbol binding to STB_GLOBAL...
2017-05-03 Tim NorthoverTests: strengthen CHECK line to avoid picking up stray...
2017-05-03 Rafael EspindolaHandle mixed strong and weak undefined symbols.
2017-05-03 Kostya Serebryany[asan] print the 'unexpected format specifier in printf...
2017-05-03 Sanjoy DasFix typos in comment
2017-05-03 Greg ClaytonBreak verification down into smaller functions to keep...
2017-05-03 Anna ThomasFix PPC64 warning for missing parantheses. NFC.
2017-05-03 Reid Kleckner[IR] Abstract away ArgNo+1 attribute indexing as much...
2017-05-03 Davide Italiano[CodeView] Remove constructor initialization of a remov...
2017-05-03 Anna Thomas[RuntimeLoopUnroller] Add assert that we dont unroll...
2017-05-03 Zachary TurnerDelete dead function causing compilation failure.
2017-05-03 Davide Italiano[CodeView] Remove unused private field. NFCI.
2017-05-03 Alexei Starovoitov[bpf] add relocation support
2017-05-03 Tom StellardRevert "CMake: Move sphinx detection into AddSphinxTarg...
2017-05-03 Zachary Turner[CodeView] Use actual strings for dealing with checksum...
2017-05-03 Zachary Turner[llvm-readobj] Update readobj to re-use parsing code.
2017-05-03 Tim NorthoverARM: add extra test for addrmode folding.
2017-05-03 Kuba Mracek[tsan] Detect races on modifying accesses in Swift...
2017-05-03 Simon Pilgrim[X86][LWP] Add stack folding mappings and tests for...
2017-05-03 Simon PilgrimSilence a 'enum and non-enum used in conditional' warning.
2017-05-03 Amaury Sechet[DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry)...
2017-05-03 Alex LorenzRevert r302037
2017-05-03 Reid KlecknerRevert my bad winasan coverage test fix and apply one...
2017-05-03 Greg ClaytonCreate DWARFVerifier.cpp and .h and move all DWARF...
2017-05-03 Reid KlecknerSpeculative fix for WinASan after r301994
2017-05-03 Zachary TurnerResubmit r301986 and r301987 "Add codeview::StringTable"
2017-05-03 Simon Pilgrim[X86][LWP] Add llvm support for LWP instructions (reapp...
2017-05-03 Craig Topper[APInt] Give the value union a name so we can remove...
2017-05-03 Greg ClaytonVerify that no compile units share the same line table...
2017-05-03 Simon PilgrimRevert rL302028 due to accidental line ending changes.
2017-05-03 Alex LorenzDiagnosticsEngine should clear DelayedDiagID before...
2017-05-03 Krzysztof Parzyszek[Hexagon] Handle S2_storerf_io in HexagonInstrInfo
2017-05-03 Krzysztof Parzyszek[Hexagon] Misc fixes in HexagonInstrInfo, NFC
2017-05-03 Krzysztof Parzyszek[Hexagon] Adjust latency between allocframe and the...
2017-05-03 Krzysztof Parzyszek[Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonIn...
2017-05-03 Krzysztof Parzyszek[Hexagon] Implement undoing .cur instructions in packetizer
2017-05-03 Carlo Bertolli[OpenMP] Extended parse for 'always' map modifier
2017-05-03 Krzysztof Parzyszek[Hexagon] Add memory operands to a rewritten load
2017-05-03 Krzysztof Parzyszek[Hexagon] Reset spill alignment when variable-sized...
2017-05-03 Simon Pilgrim[X86][LWP] Add llvm support for LWP instructions.
2017-05-03 Francis RicciDon't attempt to use mpx registers on unsupported platforms
2017-05-03 Tom StellardCMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option
2017-05-03 Tom StellardCMake: Move sphinx detection into AddSphinxTarget.cmake
2017-05-03 Oren Ben SimhonReusing an existing attribute diagnostic
2017-05-03 Guy Blank[X86][AVX512] remove unnecessary case. NFC
2017-05-03 Jonas Paulsson[SystemZ] Properly check number of operands in getCmpO...
2017-05-03 Siddharth Bhat[CUDA Managed Memory] Fix regression introduced by...
2017-05-03 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-05-03 Elad CohenSupport arbitrary address space pointers in masked...
2017-05-03 Dylan McKay[AVR] Reserve the Y register in all functions
2017-05-03 Artem Dergachev[analyzer] Fix memory error bug category capitalization.
2017-05-03 Anna Thomas[Loop Deletion] Delete loops that are never executed
2017-05-03 Dylan McKayRevert "[AVR] Enable the frame pointer for all functions"
2017-05-03 Pavel LabathWindows fix for TestConflictingDefinition makefile
2017-05-03 Daniel JasperUndo turning ExtBehavior into a bitfield.
2017-05-03 Alex Lorenz[Triple] Add a "macos" OS type that acts as a synonym...
2017-05-03 Simon Pilgrim[X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch...
2017-05-03 Daniel JasperFix tests after speculatable intrinsics patch
2017-05-03 Pavel LabathCheck for lack of C++ context first when demangling
2017-05-03 Peter Smith[ELF] Fix problems with fabricateDefaultCommands()...
2017-05-03 George Rimar[ELF] - Added testcase gdb-index-ranges.s (https:/...
2017-05-03 Tobias Grosser[ScopInfo] Remove code not needed anymore after r302004
2017-05-03 Tobias Grosser[ScopInfo] Do not add array name into memory reference ids
2017-05-03 Daniel JasperSilences gcc's -Wnarrowing.
2017-05-03 Daniel JasperRevert r301986 (and subsequent r301987).
2017-05-03 Maxim Ostapenko[sanitizer] Intercept mcheck and mprobe on Linux
next