platform/upstream/llvm.git
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...
2017-08-08 Nikolai Bozhenov[libclang] Fix PR34055 (incompatible update of clang...
2017-08-08 Nemanja Ivanovic[PowerPC] Don't crash on larger splats achieved through...
2017-08-08 Daniel Sanders[globalisel][tablegen] Remove unnecessary ; to satisfy...
2017-08-08 Nemanja IvanovicAppease compilers that have the -Wcovered-switch-defaul...
2017-08-08 Siddharth Bhat[NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc...
2017-08-08 Siddharth Bhat[ScopInfo] [NFC] Typo fix.
2017-08-08 Amjad Aboud[X86] Improved X86::CMOV to Branch heuristic.
2017-08-08 Kamil RytarowskiReuse interception_linux for NetBSD
2017-08-08 Siddharth Bhat[Polly] [PPCGCodeGeneration] Handle failing of invarian...
2017-08-08 Kamil RytarowskiDefine OFF_T as 64-bit integer on NetBSD
2017-08-08 Michael Kruse[DeLICM] Properly handle PHI writes becoming empty...
2017-08-08 Alex LorenzDarwin's toolchain should be initialized before openmp...
2017-08-08 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-08-08 Alex LorenzRevert r310291, r310300 and r310332 because of test...
2017-08-08 Simon Pilgrim[DAGCombiner] Simplify shuffle mask index if the refere...
2017-08-08 Daniel Sanders[globalisel][tablegen] Add support for importing 'imm...
2017-08-08 Chandler Carruth[PM] Fix a likely more critical infloop bug in the...
2017-08-08 Abhishek AggarwalChecking in files accidentally missed in later diffs...
2017-08-08 Siddharth Bhat[NFC] [GPUJIT] Print line number & size information...
2017-08-08 Craig Topper[InstCombine] Cast to BinaryOperator earlier in foldSel...
2017-08-08 Tobias Grosser[ScheduleOptimizer] Make matmul pattern detection work...
2017-08-08 Tom StellardAMDGPU: Fix warnings introduced by r310336
2017-08-08 Tom StellardAMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into...
2017-08-08 Konstantin... AMDGPU: Also remove SI from docs
2017-08-08 Chandler Carruth[PM] Relax the spelling of a pass name slightly in...
2017-08-08 Chandler Carruth[PM] Fix new LoopUnroll function pass by invalidating...
2017-08-08 Reid KlecknerFix openmp-offload.c test on Windows
2017-08-08 Reid Kleckner[codeview] Fix class name formatting
2017-08-08 Vitaly Buka[asan] Restore dead-code-elimination optimization for...
2017-08-08 Shoaib Meenai[libc++abi] Use proper calling convention for TLS destr...
2017-08-08 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-08 Petr Hosek[CMake] Allow overriding lib dir suffix independently...
2017-08-08 Kostya Serebryany[libFuzzer] simplify code, NFC
2017-08-08 Kostya Serebryany[libFuzzer] remove stale code
2017-08-08 Kostya Serebryany[libFuzzer] simplify the implementation of -print_cover...
2017-08-07 Kamil RytarowskiFix asan_test.cc build on NetBSD
2017-08-07 Kamil RytarowskiAdd NetBSD support in asan_stack.h
2017-08-07 Craig Topper[KnownBits] Fix copy pasto in comment. NFC
2017-08-07 Tobias GrosserChange Polly's position to "before-vectorizer"
2017-08-07 Sean CallananThis adds the argument --dump-ir to clang-import-test...
next