platform/upstream/llvm.git
2017-03-31 Kristof BeylsMake naming in Host.h in line with coding standards.
2017-03-31 Hans Wennborgclang-format vs plugin support for Visual Studio 2017
2017-03-31 Rafael EspindolaUse the current working directory in the glob expansion
2017-03-31 James HendersonRemove unnecessary cast and branch. NFC.
2017-03-31 Yaron KerenUpdate comment for r299098 per feedback from James...
2017-03-31 Sam McCallRemove unused variable.
2017-03-31 Max Kazantsev[ScalarEvolution] Re-enable Predicate implication from...
2017-03-31 Daniel Jasperclang-format: [JavaScript] Ignore QT keywords.
2017-03-31 Kristof BeylsDo not pollute the namespace in a header file.
2017-03-31 Sam Kolton[AMDGPU] SDWA Peephole: improve search for immediates...
2017-03-31 Simon Pilgrim[DAGCombiner] Add vector demanded elements support...
2017-03-31 Nitesh Jain[LLDB][MIPS] Core Dump Support.
2017-03-31 Nitesh Jain[LLDB][MIPS] Fix Core file Architecture and OS information.
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Nitesh Jain[LLDB][MIPS] Check if memory_info.GetName() is empty...
2017-03-31 Simon PilgrimFix MSVC 'not all control paths return a value' warning
2017-03-31 Simon PilgrimFix signed/unsigned warning
2017-03-31 Simon PilgrimStrip trailing whitespace
2017-03-31 Egor Churaev[OpenCL] Do not generate "kernel_arg_type_qual" metadat...
2017-03-31 Benjamin Kramer[msan] Turn off lifetime markers even when use after...
2017-03-31 Haojian Wu[clang-tidy] Correct code-block in the doc.
2017-03-31 Zvi RackoverInstsimplify: Adding shufflevector test. NFC.
2017-03-31 Maxim Ostapenko[asan] Move AsanCheckDynamicRTPrereqs check under flag
2017-03-31 Craig Topper[APInt] Add unittests that demonstrate how very broken...
2017-03-31 Mikael Holmen[Scalarizer] Handle scalar arguments in vector GEP
2017-03-31 Andrew WilkinsGo binding: Add GetCurrentDebugLocation to obtain debug...
2017-03-31 Peter CollingbourneRe-apply r299168 and r299169 now that the libdeps are...
2017-03-31 Peter CollingbourneMove llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
2017-03-31 Peter CollingbourneMove llvm::canBeOmittedFromSymbolTable() to Analysis.
2017-03-31 Teresa JohnsonRevert test added in r299152
2017-03-31 Kostya Serebryany[libFuzzer] simplify the code a bit
2017-03-31 Kostya Serebryany[libFuzzer] tests: don't test 64-bit comparison on...
2017-03-31 Teresa JohnsonAdd target-cpu
2017-03-31 Kostya Serebryany[libFuzzer] ensure that strncmp is not inlined in a...
2017-03-31 Teresa JohnsonAdd more target triples to test
2017-03-31 Kuba Mracek[asan] Turn -fsanitize-address-use-after-scope on by...
2017-03-31 Kuba Mracek[asan] Turn -fsanitize-address-use-after-scope on by...
2017-03-31 Teresa JohnsonFix new compile command in test
2017-03-31 Dean Michael... [XRay][docs] Add XRayExample to docindex.
2017-03-31 Peter CollingbourneRevert r299168 and r299169 due to library dependency...
2017-03-31 Teresa JohnsonAdd triple to new test
2017-03-31 Peter CollingbourneFix 32-bit build.
2017-03-31 Peter CollingbourneLTO: Reduce memory consumption by creating an in-memory...
2017-03-31 Kostya Serebryany[libFuzzer] make sure we don't execute libFuzzer's...
2017-03-31 Eric ChristopherTemporarily revert "[PPC] In PPCBoolRetToInt change...
2017-03-31 Teresa Johnson[ThinLTO] Set up lto::Config properly for codegen in...
2017-03-31 Eric ChristopherUpdate x86-64 ABI link with the one from linuxbase...
2017-03-31 Dean Michael... [XRay][tools] Remove some assertions in llvm-xray graph
2017-03-31 Eric ChristopherFix typo, defind -> defined.
2017-03-31 Eric ChristopherFix typo, defind -> defined.
2017-03-31 Jim InghamDon't add a newline if the object description already...
2017-03-31 Chih-Hung Hsieh[clang-tidy] Revert D31406 (Reuse FileID in getLocation)
2017-03-31 Kostya Serebryany[libFuzzer] try to fix value-profile-strncmp on the...
2017-03-31 Reid KlecknerTry to fix the libcxx build with mingw64
2017-03-31 Shoaib Meenai[libc++abi] Remove missed use of config.h
2017-03-31 Peter CollingbourneModuleSummaryAnalysis: Use a more precise #include...
2017-03-30 Dan Gohman[WebAssembly] Initial linking metadata support
2017-03-30 Matt ArsenaultAMDGPU: Rename isKernel
2017-03-30 Dean Michael... [XRay][docs] Examples for how to use XRay
2017-03-30 Peter CollingbourneThinLTOBitcodeWriter: Use Module::global_values()....
2017-03-30 Matt ArsenaultLangRef: Don't refer to a 'generic' address space.
2017-03-30 Kuba MracekFixup for r299085: Keep the scribble.cc test on Darwin...
2017-03-30 Shoaib Meenai[libc++abi] Delete config.h
2017-03-30 Rui UeyamaUpdate comments.
2017-03-30 Dean Michael... fixup: use CHECK for non-atttribute sets
2017-03-30 Dean Michael... [XRay][clang] Fix the -fxray-instruction-threshold...
2017-03-30 Eric ChristopherAdd testcase for r299124.
2017-03-30 Eric ChristophergetPristineRegs is not accurately considering shrink...
2017-03-30 Craig Topper[InstCombine] Fix typo last->least. NFC
2017-03-30 Matt ArsenaultAMDGPU: Add all atomicrmw fields to atomic.inc/dec
2017-03-30 Craig Topper[InstSimplify] Use m_SignBit instead of calling getSign...
2017-03-30 Craig Topper[InstSimplify] Use APInt::isMaxSignedValue() instead...
2017-03-30 Chih-Hung Hsieh[clang-tidy] Reuse FileID in getLocation
2017-03-30 Hongbin Zheng[SimplifyIndvar] Replace the sdiv used by IV if we...
2017-03-30 Erich KeaneClang changes for alloc_align attribute
2017-03-30 Tim Hammerquistadd NetBSD files to Xcode project to resolve failure...
2017-03-30 Rui UeyamaInclude filenames in error messages to report broken...
2017-03-30 Craig Topper[AVX-512] Fix bad comment from r299112. NFC
2017-03-30 Rafael EspindolaUse os.path.realpath when tracking the cwd.
2017-03-30 Craig Topper[AVX-512] Fix another case where fastisel was generatin...
2017-03-30 Rafael Espindolalit: support redirect from globs
2017-03-30 Rui UeyamaDo not enclose an entire file with namespaces.
2017-03-30 Kamil RytarowskiBattery of NetBSD support improvements
2017-03-30 Stanislav Mekhanoshin[AMDGPU] Add GlobalOpt parameter to Always Inliner...
2017-03-30 Adrian PrantlTeach stripNonLineTableDebugInfo() to remap DILocations...
2017-03-30 Rui UeyamaAdd parsing of mllvm command line options.
2017-03-30 Eric FiselierFix LWG 2934 - optional<const T> doesn't compare with T
2017-03-30 Juergen Ributzka[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCOD...
2017-03-30 Davide Italiano[AArch64ISelLowering] Remove `else` after `return`...
2017-03-30 Davide Italiano[AArch64] Simplify isSingExtended()/isZeroExtended...
2017-03-30 Derek Schuff[WebAssembly] Improve support for WebAssembly binary...
2017-03-30 Eric FiselierImplement LWG 2842 - optional(U&&) needs to SFINAE...
2017-03-30 Kuba MracekFixup for r299085: Disable the scribble.cc test on...
2017-03-30 Yaron KerenFollowing r297661, disable dup workaround to disable...
2017-03-30 Rui UeyamaChange the error message format for undefined symbols.
2017-03-30 Adam Nemet[DAGCombiner] Initial support for the fast-math flag...
2017-03-30 Michal GornyRevert r298776 - Expression: add missing linkage to...
2017-03-30 Aaron BallmanCorrecting a typo; NFC.
2017-03-30 Ahmed Bougacha[CodeGen] Pass SDAG an ORE, and replace FastISel stats...
next