platform/upstream/llvm.git
2016-05-01 Craig Topper[AVX512] Prefer AVX512 VPACK instructions over AVX...
2016-05-01 Craig Topper[AVX512] Add HasVLX to the 128/256-bit versions of...
2016-05-01 Peter CollingbourneShould fix all remaining MSVC problems.
2016-05-01 Craig Topper[AVX512] Make sure 128/256-bit DQI versions of VAND...
2016-05-01 Peter CollingbourneFurther MSVC appeasement.
2016-05-01 Craig Topper[X86] Add an AddedComplexity to another pattern to...
2016-05-01 Craig Topper[X86] Remove a seemlingly unused pattern. The same...
2016-05-01 Peter CollingbourneTry to fix MSVC build.
2016-05-01 Craig Topper[X86] Add AddedComplexity to keep some similar patterns...
2016-05-01 Craig Topper[X86] Remove some redundant selection patterns.
2016-05-01 Craig Topper[AVX512] Replace vector_extract with extractelt in...
2016-05-01 Peter CollingbourneELF: New symbol table design.
2016-05-01 Sanjoy Das[SCEV] When printing via -analysis, dump loop disposition
2016-05-01 Amaury SechetProperly name LLVMSetIsInBounds's argument. NFC
2016-05-01 Amaury SechetCapitalize align argument in the C API as per conventio...
2016-05-01 Craig Topper[AVX512] Add hasSideEffects/mayLoad/mayStore flags...
2016-05-01 Lang Hames[ORC] Save AArch64 NEON state in the JIT reentry block.
2016-04-30 Rui UeyamaELF: --reproduce: quote pathnames for -L and other...
2016-04-30 Rui UeyamaELF: --reproduce: Copy files referenced by linker scripts.
2016-04-30 Rui UeyamaAttempt to fix Windows buildbots.
2016-04-30 Rui UeyamaELF: Make --reproduce to produce a response file.
2016-04-30 Rui Ueyama[lit] Add %:[STpst] to represent paths without colons...
2016-04-30 Saleem Abdulrasoolpython: add bindings for children of diagnostics
2016-04-30 Simon Pilgrim[InstCombine][AVX2] Added VPERMD/VPERMPS shuffle combin...
2016-04-30 Saleem AbdulrasoolCodeGen: convert to range based loops
2016-04-30 Craig Topper[X86] Reduce memory usage of MemOp2RegOp and RegOp2MemO...
2016-04-30 Rafael EspindolaAdd missing override.
2016-04-30 Marcin Koscielnicki[ASan] Add shadow offset for SystemZ.
2016-04-30 Marcin Koscielnicki[ASan] Add shadow offset for SystemZ.
2016-04-30 Filipe CabecinhasFinally fix invalid-pointer-pairs.cc. This time the...
2016-04-30 Simon Pilgrim[InstCombine][AVX] Split off VPERMILVAR tests and added...
2016-04-30 Simon Pilgrim[InstCombine][AVX] VPERMILVAR to shuffle combine to...
2016-04-30 Kuba Brecka[tsan] Return 0 from malloc_size for non-malloc'd pointers
2016-04-30 Chris BienemanStab in the dark to fix the PS4 bot
2016-04-30 Sriraman TallamDifferential Revision: reviews.llvm.org/D19753
2016-04-30 Tom StellardAMDGPU/SI: Remove wait state handling for SMRD in SIIns...
2016-04-30 Eric FiselierReplace one more occurrence of non-standard std:launch...
2016-04-30 Hal Finkel[PowerPC/QPX] Fix the load/splat peephole with overlapp...
2016-04-30 Amjad AboudReverting 268055 as it caused PR27579.
2016-04-30 Amjad AboudReverting 268054 & 268063 as they caused PR27579.
2016-04-30 Rafael EspindolaDon't create dynamic relocations to ro segments.
2016-04-30 Sanjoy Das[LowerGuardIntrinsics] Keep track of !make.implicit...
2016-04-30 Lawrence Hu Reroll loops with multiple IV and negative step...
2016-04-30 Lang Hames[Orc] Fix the AArch64 resolver size.
2016-04-30 Rafael EspindolaDon't depend on lld creating relocations in ro segments.
2016-04-30 Vedant KumarFix a typo (NFC)
2016-04-30 Tom StellardAMDGPU/SI: Enable the post-ra scheduler
2016-04-30 Sanjoy Das[LowerGuardIntrinsics] Preserve calling conv when lowering
2016-04-30 Sanjay Pateladd minimal test to show dropped metadata
2016-04-30 Eugene Zelenko[Release Notes] Mention Clang-tidy cert-err34-c check.
2016-04-30 Sanjay Patelremove the metadata added with r267827
2016-04-29 Filipe CabecinhasFix test's memory leaks.
2016-04-29 Sriraman TallamDelete store to Target option PositionIndependentExecut...
2016-04-29 Rafael EspindolaDocument how to recreate a binary.
2016-04-29 Chaoren LinFix TestEnumTypes.py for 32 bit platforms.
2016-04-29 Rafael EspindolaDocument how to recreate a binary.
2016-04-29 Rafael EspindolaUse simpler types. NFC.
2016-04-29 Justin Lebar[CUDA] Copy host builtin types to NVPTXTargetInfo.
2016-04-29 Xinliang David LiReapply r268107 after fixing a bug breaks debug build.
2016-04-29 Denis Zobnin[NFC] Initialize a variable to make buildbot green.
2016-04-29 Chris BienemanFix test case for incompatible sysroot warning
2016-04-29 Chris BienemanAdd a new warning to notify users of mismatched SDK...
2016-04-29 Sanjoy DasMark guards on true as "trivially dead"
2016-04-29 Chris Bieneman[CMake] [Xcode] Improving Xcode toolchain generation...
2016-04-29 Chris Bieneman[CMake] Create a separate install target for libcxx...
2016-04-29 Sanjay Patelclean up documentation comments; NFC
2016-04-29 Haicheng Wu[MBP] Use Function::optForSize() instead of checking...
2016-04-29 Sanjoy Das[EarlyCSE] Simplify guard intrinsics
2016-04-29 Matt ArsenaultAMDGPU: Fix crash with unreachable terminators.
2016-04-29 Davide Italiano[ELF] Ignore -d option (and aliases).
2016-04-29 Xinliang David LiRevert r268107 -- debug build failure
2016-04-29 Simon Pilgrim[InstCombine][SSE] PSHUFB to shuffle combine to use...
2016-04-29 Filipe CabecinhasTry to fix clang-cmake-aarch64-42vma by removing a...
2016-04-29 George Burgess IV[Sema] Specify the underlying type for an enum. NFC.
2016-04-29 Lang Hames[Orc] Add ORC lazy-compilation support for AArch64.
2016-04-29 Lang Hames[Orc] Make sure we don't drop the internal error in...
2016-04-29 Greg ClaytonWatch out for compilers that generate bad bitfield...
2016-04-29 Chris Bieneman[Docs] Refer to the CMakePrimer from CMake doc
2016-04-29 David Majnemer[ValueTracking] Make the code in lookThroughCast
2016-04-29 Xinliang David Li[inliner]: Refactor inline deferring logic into its...
2016-04-29 Sriraman TallamDifferential Revision: reviews.llvm.org/D19733
2016-04-29 Matt ArsenaultAMDGPU: Add kernarg.segment.ptr intrinsic
2016-04-29 Chad Rosier[InstCombine] Determine the result of a select based...
2016-04-29 Aaron BallmanAdd the ability to determine whether a format string...
2016-04-29 Matt ArsenaultFix comment
2016-04-29 Greg ClaytonFix TestGetVariables.py so it works correctly. We had...
2016-04-29 Aaron BallmanAdd a clang-tidy check that flags string-to-number...
2016-04-29 Sanjay Patel[InstCombine] clean up; NFC
2016-04-29 Greg ClaytonMake sure LLDB can deal with forward declarations to...
2016-04-29 Filipe Cabecinhas[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of...
2016-04-29 Chris Bieneman[Docs] Add CMake Primer document
2016-04-29 Matt ArsenaultAMDGPU/SI: Move post regalloc run of SIShrinkInstructions
2016-04-29 Matt ArsenaultDAGCombiner: Reduce truncated shl width
2016-04-29 Eugene ZelenkoFix some Include What You Use warnings; other minor...
2016-04-29 Kostya Serebryany[libFuzzer] fix docs
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
2016-04-29 Easwaran RamanUse the new path for coverage related headers and updat...
2016-04-29 Easwaran RamanMove coverage related code into a separate library.
2016-04-29 Kostya Serebryany[libFuzzer] enable detect_leaks=1, add proper docs
2016-04-29 George Burgess IV[MemorySSA] Fix bugs in walker; refactor unittests...
next