platform/upstream/llvm.git
2016-08-23 Justin Lebar[CodeGen] Convert a loop to a for-each loop. NFC
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-23 Sanjay Patel[InstSimplify] add tests to show missing vector icmp...
2016-08-23 Jim InghamChange the PathMappingList::FindFile to use FileSpec...
2016-08-23 Mehdi Amini[ThinLTO] Make sure the Context used for the ThinLTO...
2016-08-23 Nico Weberclang-cl: Accept MSVC 2015's `/source-charset:utf-8...
2016-08-23 Sanjay Patel[InstSimplify] move icmp with constant tests to another...
2016-08-23 Artem Dergachev[analyzer] Fix CloneDetector crash on calling methods...
2016-08-23 Pete CooperFix some more asserts after r279466.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Krzysztof Parzyszek[Hexagon] Packetize return value setup with the return...
2016-08-23 Xinliang David LiFix windows build failure
2016-08-23 Duncan P. N... Rename unittests/ADT/ilistTest.cpp to ilistTestTemp...
2016-08-23 Xinliang David Li[Profile] refactor meta data copying/swapping code
2016-08-23 Adrian PrantlWork around PR29097 to get the module bots going again.
2016-08-23 Simon Pilgrim[X86][AVX] Updated fptosi_2f64_to_4i32 test to show...
2016-08-23 Simon Pilgrim[X86][AVX] Add v2i32 fp to int conversion tests
2016-08-23 Alexander Kornienko[clang-tidy] Merge ExtraArgs(Before) instead of overrid...
2016-08-23 Simon Pilgrim[X86][AVX] Add AVX2/AVX512 fp to int conversion tests
2016-08-23 Jacques Pienaar[lanai] Use const instead of constexpr
2016-08-23 Alexander Kornienko[clang-tidy] Fix the order of ExtraArgsBefore
2016-08-23 Elliot ColpFix SystemZ hang caused by r279105
2016-08-23 Davide Italiano[LTOCodeGenerator] Reduce code duplication. NFCI.
2016-08-23 Pavel LabathFix a crash in GDBRemoteCommunicationClient::GetSupport...
2016-08-23 Pavel LabathFix API usage in TestMultithreaded.test_sb_api_listener...
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 NAKAMURA TakumiLLVMLanaDesc: Update libdesp.
2016-08-23 NAKAMURA TakumiChange the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Daniel Marjamaki[clang-tidy] readability-non-const-parameter: add new...
2016-08-23 Oliver Stannard[ARM] Generate consistent frame records for Thumb2
2016-08-23 Sagar Thakur[TSan][MIPS] Changes mips memory layout to support...
2016-08-23 Daniel BerlinGVNHoist: Use the pass version of MemorySSA and preserv...
2016-08-23 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 Vitaly Buka[asan] Fix OOB_char on arm 32bit
2016-08-23 Chandler CarruthRevert r279486 "Fix regression introduced by r279164"
2016-08-23 Matt ArsenaultBranchRelaxation: Fix handling of blocks with multiple...
2016-08-23 Jacques Pienaar[lanai] Make Lanai backend non-experimental
2016-08-23 Jacques Pienaar[lanai] Exit early in Mem Alu combiner if sentinel...
2016-08-23 Francis Ricci[builtins] Don't always use -ffreestanding when compili...
2016-08-23 Kostya Serebryany[sanitizer] allocator: split the local cache class...
2016-08-23 Eugene ZelenkoFix style in some Clang-tidy checks documentation.
2016-08-22 George Burgess IV[MemorySSA] Remove unused field. NFC.
2016-08-22 Sanjay Patel[InstSimplify] add helper function for SimplifyICmpInst...
2016-08-22 Adrian PrantlTypo.
2016-08-22 Adrian PrantlAdd comments. NFC
2016-08-22 Adrian PrantlAdd the second half of the testcase I should have added...
2016-08-22 Tim ShenMigrate from NodeType * to NodeRef.
2016-08-22 Pete CooperFix crash from assert in r279466.
2016-08-22 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-22 Adrian PrantlModule debug info: Don't assert when encountering an...
2016-08-22 Duncan P. N... ADT: Separate some list manipulation API into ilist_bas...
2016-08-22 Duncan P. N... Fix header comment for unittests/ADT/ilistTest.cpp
2016-08-22 Tim Shen[ADT] Actually mutate the iterator VisitStack.back...
2016-08-22 Bruno Cardoso... [SemaObjC] Do not RebuildObjCMessageExpr without valid...
2016-08-22 Rafael EspindolaAdd support for '|' in expressions.
2016-08-22 Davide Italiano[AST] Remove unused function, to silence a GCC7 warning.
2016-08-22 Sanjay Patel[InstCombine] change param type from Instruction to...
2016-08-22 Tim Shen[GraphTraits] Replace all NodeType usage with NodeRef
2016-08-22 Duncan P. N... ADT: Remove ilist_*sentinel_traits, NFC
2016-08-22 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shr exact...
2016-08-22 Pete CooperAdd ADT headers to the cmake headers directory for...
2016-08-22 Francis Ricci[compiler-rt] Use flags found when configuring builtins...
2016-08-22 Francis Ricci[compiler-rt] Don't build ubsan cxxabi sources when...
2016-08-22 Pete CooperAdd comments and an assert to follow-up on r279113...
2016-08-22 Daniel BerlinIDFCalculator: Remove unused field.
2016-08-22 Matt ArsenaultAMDGPU: Split SILowerControlFlow into two pieces
2016-08-22 Matt ArsenaultAMDGPU: Handle structs directly in AMDGPUABIInfo
2016-08-22 Daniel BerlinMSSA: Factor out phi node placement
2016-08-22 Daniel BerlinMSSA: Only rename accesses whose defining access is...
2016-08-22 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-22 Petr Hosek[ELF] Only print symbol name when it is available
2016-08-22 Duncan P. N... ADT: Remove uses of ilist_*sentinel_traits, NFC
2016-08-22 Duncan P. N... ADT: Remove uses of ilist_*sentinel_traits, NFC
2016-08-22 Petr Hosek[ELF] ICF should respect section alignment
2016-08-22 Artem Belevich[CUDA] Collapsed offload actions should not be top...
2016-08-22 James Molloy[SROA] Remove incorrect assertion
2016-08-22 Marshall ClowAdd missing include that caused a test failure on Windo...
2016-08-22 Petr Hosek[ELF] Define __ehdr_start symbol
2016-08-22 Francis Ricci[compiler-rt] Make cxxabi availability configurable...
2016-08-22 Filipe Cabecinhas[cmake] Fix append_rtti_flag macro and bad var name
2016-08-22 Tim Shen[SSP] Do not set __guard_local to hidden for OpenBSD SSP
2016-08-22 Jun Bum Lim[InstCombine] Allow sinking from unique predecessor...
2016-08-22 James MolloyRevert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
2016-08-22 Enrico GranataAdd a non-code-running data formatter for __NSCFBoolean
2016-08-22 David BlaikiePR29086: DebugInfo: Improve support for fixed array...
2016-08-22 David BlaikieRemove redundant test
2016-08-22 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-22 Alexander Kornienko[clang-tidy docs] Further cleanup of options
2016-08-22 Simon Pilgrim[X86][AVX] Don't use SubVectorBroadcast if there are...
2016-08-22 Mehdi AminiFix Gold Plugin after API change in the LTO API (consti...
2016-08-22 Simon Atanasyan[mips][ias] Support .dtprel[d]word and .tprel[d]word...
2016-08-22 Mehdi Amini[LTO] Constify the Module Hook function (NFC)
2016-08-22 Krzysztof ParzyszekReset isUndef when removing subreg from a def operand
2016-08-22 Martin Probstclang-format: [JS] supports casts to types starting...
2016-08-22 Simon Pilgrim[X86] Only accept SM_SentinelUndef (-1) as an undefined...
2016-08-22 Artur PilipenkoRemove missing file from r279433 reversal
2016-08-22 Artur PilipenkoRevert -r278267 [ValueTracking] An improvement to IR...
2016-08-22 Artur PilipenkoRevert -r278269 [IndVarSimplify] Eliminate zext of...
next