platform/upstream/llvm.git
2016-09-23 Maxim Ostapenko[msan] Prevent initialization failure with newer (2...
2016-09-23 Craig Topper[AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT...
2016-09-23 Craig Topper[AVX-512] Add separate ISD opcodes for each form of...
2016-09-23 Craig Topper[AVX-512] Use different ISD opcodes for some of the...
2016-09-23 Craig Topper[AVX-512] Add initial support for checking rounding...
2016-09-23 Craig Topper[X86] Split up the single switch statement in Sema...
2016-09-23 Zachary TurnerFix windows build caused by mixing enum and enum class.
2016-09-23 Kostya Serebryany[libFuzzer] be more precise about what we reset in...
2016-09-23 Kostya Serebryany[libFuzzer] fix merging with trace-pc-guard
2016-09-23 Tom StellardAMDGPU/SI: Include implicit arguments in kernarg_segmen...
2016-09-23 Kostya Serebryany[libFuzzer] simplify the TracePC logic
2016-09-23 Quentin Colombet[RegisterBankInfo] Mark the dump methods with LLVM_DUMP...
2016-09-23 Quentin Colombet[AArch64][RegisterBankInfo] Sanity check TableGen'ed...
2016-09-23 Kostya Serebryany[libFuzzer] move value profiling logic into TracePC
2016-09-23 Tom StellardTriple: Add opencl environment type
2016-09-23 Petr Hosek[MC] Support skip and count for .incbin directive
2016-09-23 Kostya Serebryany[libFuzzer] change ValueBitMap to remember the number...
2016-09-23 Quentin Colombet[AArch64][RegisterBankInfo] Switch to TableGen'ed like...
2016-09-23 Quentin Colombet[RegisterBankInfo] Check that the mapping covers the...
2016-09-23 Quentin Colombet[RegisterBankInfo] Use array instead of SmallVector...
2016-09-22 Jim InghamAdd the ability to append breakpoints to the save file.
2016-09-22 Kostya Serebryany[libFuzzer] simplify the crash minimizer; split MaxLen...
2016-09-22 Sanjay Patel[InstCombine] fold X urem C -> X < C ? X : X - C when...
2016-09-22 Jim InghamAdd the ability to deserialize only breakpoints matchin...
2016-09-22 Davide Italiano[AsmParser] Remove unused partial template specialization.
2016-09-22 Jim InghamSerilize the thread options within the breakpoint options.
2016-09-22 Vedant Kumar[utils] Teach the code coverage prep script about ...
2016-09-22 Vedant Kumar[llvm-cov] Document some fields in a class (NFC)
2016-09-22 Vedant Kumar[llvm-cov] Add the ability to specify directories of...
2016-09-22 Matthias BraunMachineScheduler: Slightly simplify release node
2016-09-22 Matthias BraunMachineScheduler: Remove ineffective heuristic; NFC
2016-09-22 Hans WennborgRevert r282168 "GVN-hoist: fix store past load dependen...
2016-09-22 Xinliang David Li[Profile] Remove unused variable
2016-09-22 Davide Italiano[ELF/GC] Don't crash while processing Discarded sections.
2016-09-22 Chris Bieneman[CMake] Fixing a small hack in add_lldb_library
2016-09-22 Zachary TurnerTry to fix build errors on Android.
2016-09-22 Krzysztof Parzyszek[RDF] Add initial support for lane masks in the DFG
2016-09-22 Xinliang David Li[Profile] suppress verbose rt message by default
2016-09-22 Krzysztof Parzyszek[Hexagon] Remove USR_OVF from CtrRegs register class
2016-09-22 Krzysztof Parzyszek[RDF] Print the function name for calls in dumps
2016-09-22 Krzysztof Parzyszek[RDF] Use uint32_t for register numbers instead of...
2016-09-22 Peter Collingbournecfi: Fixes for check-cfi when configured as an external...
2016-09-22 Zachary TurnerConvert option tables to ArrayRefs.
2016-09-22 Vedant Kumar[lld] Add llvm-pdbdump as a test dependency
2016-09-22 Arnold Schwaighoferi386 does not support optimized swifterror handling
2016-09-22 Hans WennborgWin64: Don't emit unwind info for "leaf" functions...
2016-09-22 Renato Golin[OpenBSD] Add type sign information for OpenBSD
2016-09-22 Zachary TurnerFix build breakage due to typo in cast.
2016-09-22 Nemanja Ivanovic[PowerPC] Sign extend sub-word values for atomic compar...
2016-09-22 Rafael EspindolaRemove extra \
2016-09-22 Rafael EspindolaDon't move orphan sections past assignments.
2016-09-22 Enrico GranataActually, do it this way because I will want to know...
2016-09-22 Enrico GranataThe host version of lldb always builds for macosx
2016-09-22 Nirav Dave[DAG] Fix incorrect alignment of ext load.
2016-09-22 Rafael EspindolaSimplify. NFC.
2016-09-22 Sebastian PopGVN-hoist: do not dereference null pointers
2016-09-22 Krzysztof Parzyszek[PPC] Set SP after loading data from stack frame, if...
2016-09-22 Rafael EspindolaAvoid duplicated code.
2016-09-22 Todd Fialafix DarwinLog no-info/no-debug case
2016-09-22 Todd Fialaadded environment variable-related Args gtests
2016-09-22 Zachary TurnerSpeculative fix for build failures due to consumeInteger.
2016-09-22 Vedant Kumar[docs] Touch up the coverage docs some more
2016-09-22 Sebastian PopGVN-hoist: fix store past load dependence analysis...
2016-09-22 Pavel LabathFix TestBreakpointSerialization on windows
2016-09-22 Rafael EspindolaSimplify. NFC.
2016-09-22 Sebastian PopGVN-hoist: fix typo
2016-09-22 Zachary Turner[Support] Add StringRef::consumeInteger.
2016-09-22 Etienne Bergeron[compiler-rt] fix typo in option description [NFC]
2016-09-22 Sebastian PopGVN-hoist: move hoist testcase to GVNHoist dir
2016-09-22 Sebastian PopGVN-hoist: only hoist relevant scalar instructions
2016-09-22 Rafael EspindolaHandle empty sections with symbol assignments.
2016-09-22 Haojian Wu[clang-tidy] Add doc for `explain-config` option.
2016-09-22 Dmitry Vyukovtsan: fix bug introduced in 282152
2016-09-22 Daniel MarjamakiFix Wbitfield-constant-conversion false positives
2016-09-22 Keith WalkerReapplying r281895 (and follow-up r281964) after fixin...
2016-09-22 Teresa JohnsonThird attempt to fix Sphinx bot
2016-09-22 Tim NorthoverGlobalISel: handle stack-based parameters on AArch64.
2016-09-22 Dmitry Vyukovtsan: support pie binaries on newer kernels
2016-09-22 Teresa JohnsonSecond attempt to fix Sphinx bot
2016-09-22 Anna Thomas[RS4GC] Remat in presence of phi and use live value
2016-09-22 Rafael EspindolaFix VA computation for tbss.
2016-09-22 Aaron BallmanFixing sphinx build due to diagnostic:
2016-09-22 Rafael EspindolaHandle multiple .tbss sections.
2016-09-22 Eric Liu[change-namespace] fix qualifier of function references.
2016-09-22 Artem Tamazov[AMDGPU][mc] Add support for absolute expressions in...
2016-09-22 Nemanja Ivanovic[PowerPC] Remove LE patterns matching generic stores...
2016-09-22 Nemanja Ivanovic[Power9] Add exploitation of non-permuting memory ops
2016-09-22 Sagar Thakur[ESan][MIPS] Fix tests struct-simple.cpp on MIPS
2016-09-22 Sagar Thakur[EfficiencySanitizer] Using '$' instead of '#' for...
2016-09-22 Dorit NuzmanFix revision 281960
2016-09-22 Martin Probstclang-format: [JS] reserved words in method names.
2016-09-22 Craig Topper[X86] Fix some illegal rounding modes in some builtin...
2016-09-22 Stephen Hinesclang-format: Add an option to git-clang-format to...
2016-09-22 Ilia KFix parsing expressions to evaluate with spaces and...
2016-09-22 Marshall ClowFix failure on 03 bot
2016-09-22 Craig Topper[AVX-512] Add support for commuting VPTERNLOG instructions.
2016-09-22 Quentin Colombet[RegisterBankInfo] Move to statically allocated Registe...
2016-09-22 Quentin Colombet[RegisterBankInfo] Take advantage of the extra argument...
2016-09-22 Kostya Serebryany[libFuzzer] add 'features' to the corpus elements,...
2016-09-22 Todd Fialafix Args function broken in r281942
next