platform/upstream/llvm.git
2016-09-23 Zachary TurnerTry to fix failing TestDataFormatterSkipSummary test...
2016-09-23 Zachary TurnerUpdate the prompt related functions to use StringRefs.
2016-09-23 Rui UeyamaSimplify. NFC.
2016-09-23 Quentin Colombet[RegBankSelect] Use DEBUG_TYPE instead of repeating...
2016-09-23 Quentin Colombet[RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.
2016-09-23 Zachary TurnerUpdate OptionGroup::SetValue to take StringRef.
2016-09-23 Chad RosierFix the following tests when running under cross-compil...
2016-09-23 Etienne Bergeron[compiler-rt] Fix a broken asan 64-bit test using ld_pr...
2016-09-23 Jun Bum LimEnhance calcColdCallHeuristics for InvokeInst
2016-09-23 Kuba Brecka[asan] Stop appending -lm, -pthread and other linker...
2016-09-23 Sebastian Popset the underlying value of “#pragma STDC FP_CONTRACT...
2016-09-23 Todd Fialaadd hook for calling platform-dependent pre-kill action...
2016-09-23 Sjoerd MeijerRevert of r282255 because of "Fell off the end of a...
2016-09-23 Rafael EspindolaFix test when run in unusual test directories.
2016-09-23 Sjoerd MeijerFix for r280064 that added options for fp denormals...
2016-09-23 Etienne Bergeron[compiler-rt][lsan] Fix compiler error due to attribute...
2016-09-23 Eric Liu[clang-format] support header deletion in cleanupAround...
2016-09-23 Alexey Bader[OpenCL] Augment pipe built-ins with pipe packet size...
2016-09-23 Etienne Bergeron[asan] Fix incorrect SEH symbol mangling on win64.
2016-09-23 Peter Smith[ARM] ARM TLS shouldn't use relaxations
2016-09-23 James MolloyRevert "[ARM] Promote small global constants to constan...
2016-09-23 George Rimar[ELF] - Linkerscript: accept space between '=' and...
2016-09-23 Haojian Wu[clang-move] The new.cc file should include new_header...
2016-09-23 Nemanja Ivanovic[Power9] Exploit move and splat instructions for build_...
2016-09-23 George Rimar[ELF] - Linkerscript: implement DEFINED() command.
2016-09-23 Eugene LeviantLinker script: fix crash when discarding section
2016-09-23 George Rimar[ELF] - Linkerscript: Implemented >> and <<
2016-09-23 Daniel MarjamakiMinor tweak. Avoid hardcoding.
2016-09-23 James Molloy[ARM] Promote small global constants to constant pools
2016-09-23 Michal Gornycmake: Support overriding Sphinx HTML doc install directory
2016-09-23 George RimarRevert r282238 "Revert r282235 "[llvm-dwarfdump] -...
2016-09-23 George RimarRevert r282235 "[llvm-dwarfdump] - Teach dwarfdump...
2016-09-23 Alexey Bataev[InstCombine] Fix for PR29124: reduce insertelements...
2016-09-23 Pavel Labath[gdb-remote] Remove the const char * version of SendPac...
2016-09-23 George Rimar[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index...
2016-09-23 Valery Pykhtin[AMDGPU] Refactor VOP1 and VOP2 instruction TD definitions
2016-09-23 Daniel MarjamakiFix indentation
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...
next