summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Regenerated popcnt combine testsSimon Pilgrim2016-06-291-14/+24
* [ELF] - Added support for --unresolved-symbols option.George Rimar2016-06-296-12/+100
* [OpenCL] Add attribute 'pure' to read_image built-in functions to enable opti...Alexey Bader2016-06-291-215/+215
* [LLDB][MIPS] Check if libatomic needs to be specified explicitlySagar Thakur2016-06-291-0/+5
* [OpenCL] Fix typo in as_type test.Alexey Bader2016-06-291-1/+1
* Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.Andrey Turetskiy2016-06-292-27/+22
* Convert DOS-style newlines.Rui Ueyama2016-06-291-10/+10
* [tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka2016-06-292-1/+46
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-293-1/+3
* Reverted patch 273864Elena Demikhovsky2016-06-295-59/+90
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-294-1/+28
* [ELF] - Check the input bitcode files for compatibility.George Rimar2016-06-292-3/+12
* Move isValidCIdentifier to Strings.cpp.Rui Ueyama2016-06-294-12/+16
* [ELF] - Updated comments. NFC.George Rimar2016-06-291-2/+2
* [AVX512] Zero extend cmp intrinsic return value.Igor Breger2016-06-292-2/+3
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-2910-60/+85
* [SystemZ] Add floating-point test data class instructions.Marcin Koscielnicki2016-06-298-0/+164
* [LTO] Infer ELFKind/EMachine from Bitcode filesDavide Italiano2016-06-292-2/+41
* Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)"Vedant Kumar2016-06-292-60/+21
* Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar2016-06-293-10/+10
* Revert "[Coverage] Adopt llvm::coverage::encodeFilenamesAndRawMappings (NFC)"Vedant Kumar2016-06-291-10/+18
* Rename matchStr -> globMatch.Rui Ueyama2016-06-293-6/+6
* Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign ...Craig Topper2016-06-293-128/+1
* [Diag] Add getter shouldAlwaysPrint. NFCAdam Nemet2016-06-291-3/+3
* [Diag] Add getter shouldAlwaysPrint. NFCAdam Nemet2016-06-294-7/+10
* Make SymbolTable::findAll to return only defined symbols.Rui Ueyama2016-06-291-16/+24
* [ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for ...Craig Topper2016-06-293-1/+128
* [DAGCombine] Teach DAG combine to handle ORs of shuffles involving zero vecto...Craig Topper2016-06-292-57/+55
* [DAGCombine] Add test cases to show that DAG combining an OR of two shuffles ...Craig Topper2016-06-291-0/+44
* [CodeGen] Make ShuffleVectorSDNode::commuteMask take a MutableArrayRef instea...Craig Topper2016-06-292-2/+2
* Revert "[InstCombine] Avoid combining the bitcast of a var that is used as bo...Eric Christopher2016-06-294-227/+0
* [bugpoint] Delete a stale comment.Philip Reames2016-06-291-3/+0
* [bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames2016-06-292-18/+11
* [ELF] Support for wildcard in version scripts.Davide Italiano2016-06-295-14/+97
* [Triple] Add isLittleEndian().Davide Italiano2016-06-292-0/+9
* Refactor ELF type inference functions.Rui Ueyama2016-06-295-41/+43
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-298-47/+123
* [bugpoint] Extract helper functions for readability [NFCI]Philip Reames2016-06-291-51/+64
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-296-31/+84
* [Object] Fix a -Wpessimizing-move error; clang-format; NFCVedant Kumar2016-06-291-5/+8
* Revert "[PS4] Tighten up a test (noticed in passing)"Sean Silva2016-06-291-2/+2
* [bugpoint] Simplify code by moving exception to only callerPhilip Reames2016-06-294-12/+10
* [bugpoint] Treat token type the same as ehpad w.r.t deletionPhilip Reames2016-06-291-4/+4
* [bugpoint] Disabling one transform shouldn't prevent reporting the progress o...Philip Reames2016-06-291-2/+2
* Function declarations are, in fact, permitted in the init-statement of a forRichard Smith2016-06-282-1/+5
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-2810-18/+90
* [Diag] Fix file commentAdam Nemet2016-06-281-1/+1
* [Sema] Disallow ambigious base classes in template argument deductionErik Pilkington2016-06-282-22/+44
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-284-7/+35
* Codegen: [MBP] Add messages to asserts. NFCKyle Butt2016-06-281-3/+4
OpenPOWER on IntegriCloud