platform/upstream/llvm.git
2017-08-09 Diana PicusRevert "PR19668, PR23034: Fix handling of move construc...
2017-08-09 Jonas Paulsson[LSR / TTI / SystemZ] Eliminate TargetTransformInfo...
2017-08-09 Jonas Paulsson[LoopStrengthReduce] Don't neglect the Fixup.Offset...
2017-08-09 Michael Kruse[ISLTools/ZoneAlgo] Make distributeDomain and filterKno...
2017-08-09 Simon Dardis[mips] PR34083 - Wimplicit-fallthrough warning in MipsA...
2017-08-09 Gabor HorvathSuppress a warning. NFC.
2017-08-09 Krasimir Georgiev[clang-format] Put '/**' and '*/' on own lines in jsdoc...
2017-08-09 Oliver Stannard[AsmParser] Hash is not a comment on some targets
2017-08-09 Chandler Carruth[LCG] Completely remove the map-based association of...
2017-08-09 Michael Kruse[ZoneAlgo] Add motivation for exception. NFC.
2017-08-09 Michael Kruse[ZoneAlgo] Consolditate condition. NFC.
2017-08-09 Davide Italiano[GlobalOpt] Switch an explicit loop to llvm::all_of...
2017-08-09 Vadim MacagonExpose active and available platform lists via SBDebugg...
2017-08-09 Chandler Carruth[LCG] Special case when removing a ref edge from a...
2017-08-09 Chandler Carruth[LCG] Switch one of the update methods for the LazyCall...
2017-08-09 Gabor Horvath[Sema] Extend -Wenum-compare to handle mixed enum compa...
2017-08-09 Siddharth Bhat[PPCGCodeGeneration] Compute element size in bytes...
2017-08-09 Craig Topper[X86] Add the rest of the ADC and SBB instructions...
2017-08-09 Craig Topper[InstCombine] Use regular dyn_cast instead of a matcher...
2017-08-09 George Burgess IVAttempt #2 to appease buildbots
2017-08-09 George Burgess IVAttempt to appease msc buildbot
2017-08-09 Serguei Katkov[ImplicitNullCheck] Fix the bug when dependent instruct...
2017-08-09 Zachary TurnerFix broken pdb test.
2017-08-09 Vitaly Buka[clang-fuzzer] Resolve proto dependencies
2017-08-09 Zachary TurnerFix -Wreorder-fields warning.
2017-08-09 Zachary Turner[PDB] Fix an issue writing the publics stream.
2017-08-09 Zachary Turner[PDB] Merge Global and Publics Builders.
2017-08-09 George Burgess IV[AST] Cache intermediate visibility/linkage results
2017-08-09 George Burgess IV[AST] Move visibility computations into a class; NFC
2017-08-09 Richard TrieuAllow operator delete to be an invalid Decl.
2017-08-09 Craig Topper[InstCombine] Add a test case for a missed opportunity...
2017-08-09 Gheorghe-Teodor... [OpenMP] Fix bug regarding cubin integration into host...
2017-08-09 Vitaly Buka[asan] Refactor thread creation bookkeeping
2017-08-09 Vitaly Buka[asan] Complete the Fuchsia port
2017-08-09 Eugene Zelenko[AMDGPU] Revert r310429 changes in AMDKernelCodeT.h...
2017-08-08 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-08 Kamil RytarowskiTry to appease compiler and break multiline comment.
2017-08-08 Tim NorthoverSema: disable implicit conversion from _Complex to...
2017-08-08 Tim NorthoverRevert "Lexer: always allow imaginary constants in...
2017-08-08 Quentin ColombetRevert "[GlobalISel] Remove the GISelAccessor API."
2017-08-08 Nemanja IvanovicMy commit r310346 introduced some valid warnings. This...
2017-08-08 Tim NorthoverLexer: always allow imaginary constants in GNU mode.
2017-08-08 Jessica Paquette[MachineOutliner] Ensure AArch64 outliner doesn't mess...
2017-08-08 Wei Mi[GVN] Remove stale entries in phitranslate cache when...
2017-08-08 Nuno LopesBasicAA: assert on another case where aliasGEP shouldn...
2017-08-08 Reid Kleckner[winasan] Fix hotpatching ntdll!strcpy for Win10 creato...
2017-08-08 Simon Atanasyan[mips] Enable `long_call/short_call` attributes on...
2017-08-08 Tim HammerquistAdd existing unit tests to Xcode project
2017-08-08 Dehao ChenMake ICP uses PSI to check for hotness.
2017-08-08 Erik Pilkington[demangler] Rename some variables, NFC
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_malloc_linux.cc
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_symbolize.py
2017-08-08 Kamil RytarowskiEnable ubsan on NetBSD
2017-08-08 Kamil RytarowskiReuse sanitizer_linux for NetBSD
2017-08-08 Reid Kleckner[codeview] Emit nested enums and typedefs from classes
2017-08-08 Kostya Serebryany[sanitizer-coverage] -fsanitize-coverage=bb,inline...
2017-08-08 Matt MorehouseIntegrate Kostya's clang-proto-fuzzer with LLVM.
2017-08-08 Craig Topper[InstCombine] Support pulling left shifts through a...
2017-08-08 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-08 Nirav Dave[DAG] Introduce peekThroughBitcast function. NFCI.
2017-08-08 Nirav Dave[DAG] Update comments. NFC.
2017-08-08 Josh GaoThread Safety Analysis: warn on nonsensical attributes.
2017-08-08 Josh GaoReland "Thread Safety Analysis: fix assert_capability."
2017-08-08 Richard SmithPR19668, PR23034: Fix handling of move constructors...
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_interceptors.cc
2017-08-08 Connor Abbott[AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
2017-08-08 Chad Rosier[NewGVN] Use a cast instead of a dyn_cast.
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-08-08 Adrian Prantldsymutil: support dwarf version mismatches between...
2017-08-08 Kamil RytarowskiNetBSD compatibility nit in asan_test_utils.h
2017-08-08 Anna Thomas[LoopVectorize] Fix assertion failure in Fcmp vectorization
2017-08-08 Aaron BallmanRestore previous structure ABI behavior for bit-fields...
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-08 Craig Topper[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for...
2017-08-08 Michael Kruse[test] Add descriptions and pseudocode to tests. NFC.
2017-08-08 Tim NorthoverRevert "[ARM] Fix assembly and disassembly for VMRS...
2017-08-08 Sanjoy Das[DomTree] Use a non-recursive DFS instead of a recursiv...
2017-08-08 Erik Pilkington[Availability] Don't make an availability attribute...
2017-08-08 Michael Kruse[DeLICM/ZoneAlgo] Remove duplicate code. NFC.
2017-08-08 Roman GareevUse SCEV information for the second level aliasing
2017-08-08 Alexey BataevRevert "[OPENMP][DEBUG] Set proper address space info...
2017-08-08 Craig Topper[KnownBits][ValueTracking] Move the math for calculatin...
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-08 Nico WeberUse "foo-12345.o.tmp" instead of "foo.o-12345" as tempo...
2017-08-08 Alex Bradbury[RISCV] Fix warning about unused getSubtargetFeatureName()
2017-08-08 Roman GareevDo not use isl_set_project_out to get all loop prefixes
2017-08-08 Nuno LopesBasicAA: aliasGEP shouldn't get a PartialAlias response...
2017-08-08 Simon Pilgrim[DAGCombiner] simplifyShuffleMask - handle UNDEF inputs...
2017-08-08 Gabor Horvath[clang-tidy] Add new readability non-idiomatic static...
2017-08-08 Kamil RytarowskiEnable COMPILER_RT_HAS_SANITIZER_COMMON on NetBSD
2017-08-08 Tobias Grosser[RegisterPasses] Run polly-simplify also right after...
2017-08-08 Gheorghe-Teodor... Non-functional change. Fix test for D29654.
2017-08-08 Martin Probstclang-format: [JS] fix union type spacing in object...
2017-08-08 Alexander Kornienko[clang-tidy] 'implicit cast' -> 'implicit conversion'
2017-08-08 Martin Probstclang-format: [JS] handle single lines comments ending...
2017-08-08 Alexey BataevRevert "[OPENMP][DEBUG] Set proper address space info...
2017-08-08 Alex Bradbury[RISCV] Add basic RISCVAsmParser (missing files)
2017-08-08 Gheorghe-Teodor... [OpenMP] OpenMP device offloading code generation produ...
2017-08-08 Alex Bradbury[RISCV] Add basic RISCVAsmParser
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
next