platform/upstream/llvm.git
2016-11-24 George Rimar[ELF] - Removed unused method. NFC.
2016-11-24 Benjamin Kramer[ASTDumper] Add some more character escapes for conveni...
2016-11-24 Howard HellyerPatch for lldb bug 26322 “core load hangs”
2016-11-24 Malcolm Parsons[CommandLine] Remove redundant initializers for StringR...
2016-11-24 Jacob Baungard... TableGen: Allow signed immediates for instruction aliases
2016-11-24 Craig Topper[AVX-512] Fix some mask shuffle tests to actually test...
2016-11-24 Craig Topper[AVX-512] Move a 16 x float shuffle test to the v16...
2016-11-24 Kelvin LiRemove comments (NFC)
2016-11-24 Douglas YungMake these tests work more reliably with Release builds.
2016-11-24 Rui UeyamaUpdate comment.
2016-11-24 Rui UeyamaRemove HasError and use ErrorCount instead.
2016-11-24 Taras TsugriiFix a comparison of integers of different signs warning.
2016-11-24 Joerg SonnenbergerSpelling.
2016-11-24 Peter CollingbourneObject: Add IRObjectFile::getTargetTriple().
2016-11-24 Peter CollingbourneObject: Simplify the IRObjectFile symbol iterator imple...
2016-11-24 Matt ArsenaultAMDGPU: Preserve m0 value when spilling
2016-11-24 Matt ArsenaultTRI: Add hook to pass scavenger during frame elimination
2016-11-24 Matt ArsenaultAMDGPU: Remove m0 spilling code
2016-11-24 Matt ArsenaultAMDGPU: Make m0 unallocatable
2016-11-24 Davide Italiano[lib/LTO] Rename few instances of Lto to LTO.
2016-11-23 Greg ClaytonRely on a single DWARF version instead of having two...
2016-11-23 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize-use-default...
2016-11-23 Rui Ueyama[COFF] Add DebugInfoCodeView dependency
2016-11-23 Rui UeyamaSet default entry point to .text if no entry point...
2016-11-23 Simon Pilgrim[X86][SSE] Add awareness of (v)cvtpd2dq and vcvtpd2udq...
2016-11-23 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-default, moderni...
2016-11-23 Vedant Kumar[test] Use a helper macro to refer to MAP_ANON (NFC)
2016-11-23 Simon Atanasyan[ELF][MIPS] Fix handling of _gp/_gp_disp/__gnu_local_gp...
2016-11-23 Nicolai Haehnle[SelectionDAG] Early-out in TargetLowering::expandMUL...
2016-11-23 Rui UeyamaRemove trailing whitespace.
2016-11-23 Stephan T.... [libcxx] [test] D27027: Strip trailing whitespace.
2016-11-23 Stephan T.... [libcxx] [test] D27026: Fix copy-paste silliness; ULL...
2016-11-23 Stephan T.... [libcxx] [test] D27020: Fix MSVC warning C4245 "convers...
2016-11-23 Stephan T.... [libcxx] [test] D27019: Fix MSVC warning C4245 "convers...
2016-11-23 Stephan T.... [libcxx] [test] D27018: Fix MSVC warning C4018 "signed...
2016-11-23 Stephan T.... [libcxx] [test] D27016: Fix MSVC warning C4018 "signed...
2016-11-23 Stephan T.... [libcxx] [test] D27015: Fix MSVC warning C4018 "signed...
2016-11-23 Stephan T.... [libcxx] [test] D27014: Fix MSVC warning C4018 "signed...
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add v2f64 -> v2i32/v2f32 + zero codegen...
2016-11-23 Stephan T.... [libcxx] [test] D27013: Fix MSVC warning C4018 "signed...
2016-11-23 Hongbin ZhengFix typo.
2016-11-23 Matt ArsenaultAMDGPU: Cleanup immediate folding code
2016-11-23 Matt ArsenaultAMDGPU: Fix debug printing
2016-11-23 Rui UeyamaUse llvm::utohexstr instead of Twine::utohexstr.
2016-11-23 Simon Pilgrim[X86][SSE] Add v2i64 -> v2i32 + zero codegen test
2016-11-23 Matt ArsenaultAMDGPU: Fix not setting kill flag on temp reg when...
2016-11-23 Matt ArsenaultAMDGPU: Fix adding extra implicit def of register
2016-11-23 Matt ArsenaultAMDGPU: Fix MMO when splitting spill
2016-11-23 Vedant KumarRevert "[lit] When setting SDKROOT on Darwin, use ...
2016-11-23 Meador Ingellvm-nm: Print correct symbol types for init and fini...
2016-11-23 Meador Ingellvm-nm: Don't print value or size for undefined or...
2016-11-23 Alexey Bataev[SLP] Add more tests for SLP Vectorizer.
2016-11-23 Haicheng Wu[LoopUnroll] Move code to exit early. NFC.
2016-11-23 Rafael EspindolaFix this on 32 bit hosts.
2016-11-23 Daniel BerlinRevert "[Triple] Add Facebook vendor"
2016-11-23 Rui UeyamaFix uninitialized variable access.
2016-11-23 Ehsan Amiri[PPC] revert r287795
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Rui UeyamaMake log(), error() and fatal() thread-safe.
2016-11-23 Reid KlecknerAdd dllexport default ctor closure PCH regression test...
2016-11-23 Michael Kuperstein[X86] Allow folding of stack reloads when loading a...
2016-11-23 Reid Kleckner[asan/win] Skip incremental linker padding during unreg...
2016-11-23 Rui UeyamaLimit default maximum number of errors to 20.
2016-11-23 Rui UeyamaRe-commit r287727: Use SHA1::hash and MD5::hash functions.
2016-11-23 Rui UeyamaDefine toString() as a generic function to get a string...
2016-11-23 Hemant Kulkarnillvm-readobj: Use hash tables to print dynamic symbols.
2016-11-23 Reid Kleckner[asan/win] Check assumptions about the incremental...
2016-11-23 Chandler Carruth[PM] Change the static object whose address is used...
2016-11-23 Ed Mastelld: Default image base address to 0x200000 on x86-64
2016-11-23 Alina Sbirlea[LoadStoreVectorizer] Enable vectorization of stores...
2016-11-23 Reid Kleckner[asan/win] Fix incremental linking vs. global registration
2016-11-23 Ed MasteReplace test instruction byte strings with {{.*}}
2016-11-23 Alex Lorenz[Sema][Atomics] Treat expected pointer in compare excha...
2016-11-23 Ehsan Amiri[PPC] Reverting r287772
2016-11-23 Reid KlecknerRemove C++ default arg side table for MS ABI ctor closures
2016-11-23 Nirav Dave[DAG] Improve loads-from-store forwarding to handle...
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Alex Lorenz[CodeCompletion] Fix incorrect Objective-C block parame...
2016-11-23 Adrian McCarthyRefactor LLDB's Windows process plugin (NFC)
2016-11-23 Yichao YuFix doc of `llvm.bitreverse.iN`
2016-11-23 Shoaib Meenai[libc++] Remove unneeded visibility pragmas
2016-11-23 Marcin KoscielnickiRevert "[ASan] Enable on SystemZ."
2016-11-23 John Brawn[DAGCombiner] Fix infinite loop in vector mul/shl combining
2016-11-23 Nemanja Ivanovic[PowerPC] Remove InstAlias definitions that cause incor...
2016-11-23 Marcin Koscielnicki[ASan] Enable on SystemZ.
2016-11-23 Gabor Horvath[ASTImporter] Added ability to import AtomicType nodes
2016-11-23 Simon Pilgrim[X86][AVX512] Add support for v4i64 fptosi/fptoui/sitof...
2016-11-23 Elena DemikhovskyType legalization for compressstore and expandload...
2016-11-23 Simon Pilgrim[CostModel][X86] Add missing AVX512DQ v8i64 fptosi...
2016-11-23 Benjamin Kramer[clang-rename] Add test case for r287758.
2016-11-23 Benjamin Kramer[clang-rename] Fix non-functional offset check.
2016-11-23 Benjamin Kramer[MD5] Use write32le instead of spelling it out with...
2016-11-23 Simon Pilgrim[CostModel][X86] Add v2f32 -> v2i64 fptosi/fptoui cost...
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64...
2016-11-23 Benjamin Kramer[CodeGen] Simplify code. No functionality change intended.
2016-11-23 Eugene Leviant[ELF] Refactor several error messages
2016-11-23 Haojian Wu[clang-move] Add some options allowing to add old/new...
2016-11-23 Eugene Leviant[ELF] Fixup buffer pointer when writing synthetic sections
2016-11-23 Eugene Leviant[ELF] Print error location in .eh_frame parser
2016-11-23 Eric FiselierFix __hash_table::max_size() on 32 bit systems
next