platform/upstream/llvm.git
2016-09-21 Zachary TurnerFix an inefficient StringRef conversion.
2016-09-21 Zachary TurnerMake lldb::Regex use StringRef.
2016-09-21 George Rimar[ELF] - Linkerscript: support complex section pattern...
2016-09-21 Hans WennborgRevert r281895 "Add @llvm.dbg.value entries for the...
2016-09-21 Nico WeberRevert r281715, it caused PR30475
2016-09-21 Arnold SchwaighoferDeadArgElim: Don't mark swifterror arguments as unused
2016-09-21 Haojian WuFix compiler warnings.
2016-09-21 Eric Liu[change-namespace] fix name qualifiers in UsingShadowDe...
2016-09-21 Valentina GiustiRefactor NativeRegisterContextLinux_x86_64 code.
2016-09-21 Chad Rosier[LoopInterchange] Various cleanup. NFC.
2016-09-21 Haojian Wu[clang-move] A prototype tool for moving class definiti...
2016-09-21 Tim NorthoverGlobalISel: produce correct code for signext/zeroext...
2016-09-21 Tim NorthoverGlobalISel: pass Function to lowerFormalArguments direc...
2016-09-21 Eugene LeviantLinker script: Fix bug with several .bss
2016-09-21 Luke DrummondRemove an invalid doxygen `@return` docstring on a...
2016-09-21 Sam Kolton[AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
2016-09-21 Diana PicusRevert "[sanitizers] Update sanitizers test to better...
2016-09-21 Simon Dardis[mips] LLVM PR/30197 - Tail call incorrectly clobbers...
2016-09-21 Asiri Rathnayake[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS...
2016-09-21 Diana Picus[sanitizers] Update sanitizers test to better match...
2016-09-21 George Rimar[ELF] - Linkerscript: reimplement readSectionExcludes()
2016-09-21 Dmitry PolukhinPR30401: Fix substitutions for functions with abi_tag
2016-09-21 Diana PicusRevert "AArch64: Set shift bit of TLSLE HI12 add instru...
2016-09-21 Lei LiuAArch64: Set shift bit of TLSLE HI12 add instruction
2016-09-21 Martin Probstclang-format: [JS] do not wrapp @returns tags.
2016-09-21 Craig Topper[AVX-512] Split the 3 different usages of the X86ISD...
2016-09-21 Jonas Hahnfeld[CMake] Rename back SIMPLE_SOURCE to compile as C++
2016-09-21 NAKAMURA Takumillvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression...
2016-09-21 Craig Topper[AVX-512] Don't add an additional rounding mode operand...
2016-09-21 Craig Topper[AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM...
2016-09-21 Kostya Serebryany[libFuzzer] fix libc++ build
2016-09-21 Rui UeyamaAccept sh_entsize = 0.
2016-09-21 Adam Nemet[LV] When reporting about a specific instruction withou...
2016-09-21 Kostya Serebryany[libFuzzer] more refactoring; NFC
2016-09-21 Craig Topper[AVX-512] Don't lower avx512 vcvtps2ph/vcvtph2ps nodes...
2016-09-21 Jacques Pienaar[NVPTX] Check if callsite is defined when computing...
2016-09-21 Kostya Serebryany[libFuzzer] refactoring: split the large header into...
2016-09-21 Jim InghamAdds tests for breakpoint names, and a FindBreakpointsB...
2016-09-21 Kostya Serebryany[libFuzzer] refactoring: move the Corpus into a separat...
2016-09-21 Eugene ZelenkoFix Clang initialization and Clang-tidy modernize-use...
2016-09-21 Justin BognerRevert "TableGen: Switch from a std::map to a DenseMap...
2016-09-20 Michael Kuperstein[InferAttributes] Don't access parameters that don...
2016-09-20 Teresa Johnson[ThinLTO] Always emit a summary when compiling in ThinL...
2016-09-20 Jim InghamAdd some more tests for breakpoint serialization.
2016-09-20 Rafael EspindolaRevert "Revert "Only restrict order if both sections...
2016-09-20 Xinliang David Licode cleanup -- commoning IR travsersals
2016-09-20 Chris BienemanRevert "[CMake] Explicitly add --target option to compi...
2016-09-20 Kamil RytarowskiUnbreak the NetBSD build after recent changes
2016-09-20 Eric ChristopherRemove the default subtarget from the x86 port as it...
2016-09-20 Kostya Kortchinsky[scudo] Fix a bug in the new Secondary Allocator
2016-09-20 Zachary TurnerEnable clang attributes when using clang-cl.
2016-09-20 Eric ChristopherRevert "Remove extra argument used once on
2016-09-20 Chris Bieneman[CMake] Fix error preventing simulator sanitizers from...
2016-09-20 Chris Bieneman[CMake] Explicitly add --target option to compiler...
2016-09-20 Anna Thomas[RS4GC] Refactor code for Rematerializing in presence...
2016-09-20 George Burgess IV[CodeGen] stop short-circuiting the SSP code for sspstrong.
2016-09-20 Rafael EspindolaRevert "Only restrict order if both sections are in...
2016-09-20 Vedant Kumar[llvm-cov] Demangle names for hidden instantiation...
2016-09-20 Kostya Serebryany[asan] Add C++17 aligned new/delete entrypoints. Patch...
2016-09-20 Reid KlecknerXFAIL cfi/stats.cpp on Windows until we fix LLD
2016-09-20 Xinliang David Li[Profile] dump ic value profile value/site-count histogram
2016-09-20 Rafael EspindolaOnly restrict order if both sections are in the script.
2016-09-20 Rafael EspindolaMake test less dependent on the section order.
2016-09-20 Zachary Turner[PECOFF] Use the COFF subsystem field when determining...
2016-09-20 Filipe Cabecinhas[asan] Fix GlobalAddressDescription::Print()
2016-09-20 Anna Zaks[analyzer] Add a checker that detects blocks in critica...
2016-09-20 Petr HosekMark ELF sections whose name start with .note as note
2016-09-20 Xinliang David Li[Profile] Do not annotate select insts not covered...
2016-09-20 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-20 Eric ChristopherRemove some boilerplate comments that don't explain...
2016-09-20 Rui UeyamaSimplify SORT and --sort-section command line option...
2016-09-20 Sanjay Patel[x86] split up tests, regenerate checks
2016-09-20 Zachary TurnerFix a regex error breaking tests.
2016-09-20 Chris Bieneman[CMake] Support overriding CLANG_VERSION_*
2016-09-20 Xinliang David Li[Profile] code refactoring: make getStep a method in...
2016-09-20 Evandro MenezesRevert part of "AArch64: Do not test for CPUs, use...
2016-09-20 Evandro MenezesRevert "[AArch64] Use the reciprocal estimation machinery"
2016-09-20 Evandro MenezesRevert "[AArch64] Properly validate the reciprocal...
2016-09-20 Zachary TurnerAdd some entropy to the folder name in Driver/warning...
2016-09-20 Saleem AbdulrasoolCodeGen: further merge cstring literal construction
2016-09-20 Nick LewyckyFix typo in documentation.
2016-09-20 Alexander Shaposhnikov[cleanup] Remove excessive padding from TextTokenRetoke...
2016-09-20 Adrian PrantlASAN: Don't drop debug info attachements for global...
2016-09-20 Enrico GranataMake it so that one can register prefix matches as...
2016-09-20 Dmitry Vyukovtsan: revert r281970
2016-09-20 Adrian McCarthyFix syntactical nit from r281990.
2016-09-20 Adrian McCarthyEmit S_COMPILE3 CodeView record
2016-09-20 Rafael EspindolaDon't produce an error for undefined entry symbol.
2016-09-20 Vedant Kumar[docs] Extend the code coverage docs some more
2016-09-20 Tobias Grosser[ScopDetection] Remove redundant checks for endless...
2016-09-20 Saleem AbdulrasoolX86: loosen an overly aggressive MachO assertion
2016-09-20 Rafael EspindolaRedirect stderr to /dev/null. NFC.
2016-09-20 Davide Italiano[Writer] Fix a typo. NFC.
2016-09-20 Eric ChristopherRemove more guts of TargetMachine::getNameWithPrefix...
2016-09-20 Eric ChristopherRemove a use of subtarget initialization in the X86...
2016-09-20 Eric ChristopherRemove extra argument used once on TargetMachine::getNa...
2016-09-20 Keith WalkerImprove the -debug output for Debug Range Extension...
2016-09-20 Nick LewyckyReplace 'isProvablyNonNull' with existing utility llvm...
2016-09-20 Rafael EspindolaDisable --rosegment when we have linker scripts.
2016-09-20 Tim NorthoverGlobalISel: split aggregates for PCS lowering
next