platform/upstream/llvm.git
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Sanjoy Das[IndVars] Use any_of and foreach instead of explicit...
2015-12-08 Reid KlecknerAdjust line numbers to account for new XFAIL comments
2015-12-08 Alexey Samsonov[UBSan] Remove "-fsanitize=" prefix from ubsan_checks...
2015-12-08 Alexey Samsonov[UBSan] Always calculate ErrorType (kind of UB) before...
2015-12-08 Sanjoy Das[OperandBundles] Have PruneEH work correct with operand...
2015-12-08 Pirama Arumuga... Define selection for v4f16, v8f16 scalar_to_vector
2015-12-08 Mehdi AminiFix/Improve Debug print in FunctionImport pass
2015-12-08 Reid Kleckner[CGP] Reimplement r255055 a different way
2015-12-08 Sanjoy Das[SCEV] Use for-each; NFC
2015-12-08 Xinliang David LiFix typo
2015-12-08 Bill Schmidt[PPC64, TSAN] Enable thread sanitizer for PPC64
2015-12-08 Douglas GregorObjective-C properties: fix bogus use of "isa<>" on...
2015-12-08 Douglas GregorModule file extensions: pass a Sema through to the...
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-08 Reid KlecknerRevert "[CGP] Check that we have an insert point before...
2015-12-08 Sanjoy Das[OperandBundles] Fix a transform in simplifycfg
2015-12-08 Simon Pilgrim[X86][AVX] Fold loads + splats into broadcast instructions
2015-12-08 Zachary TurnerRemove the -c option from dotest.py.
2015-12-08 Bill Schmidt[PPC64, TSAN] Provide setjmp interceptor support for...
2015-12-08 George Burgess IV[Sema] Add warning when comparing nonnull and null
2015-12-08 Bill Schmidt[PPC64, TSAN] LLVM basic enablement of thread sanitizer...
2015-12-08 Chris Bieneman[CMake] Ignore externalizing debuginfo for unit tests
2015-12-08 Reid Kleckner[CGP] Check that we have an insert point before moving...
2015-12-08 Philip Reames[EarlyCSE] Value forwarding for unordered atomics
2015-12-08 Simon Pilgrim[X86][SSE4A] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSSE3] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSE3] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][AVX2] Stripped backend codegen tests
2015-12-08 Ed MasteRemove default case in switch which covers all enumerat...
2015-12-08 Zachary TurnerRemove the -X option from dotest.py
2015-12-08 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
2015-12-08 Chris Bieneman[CMake] Adding simulator supported runtimes should...
2015-12-08 Mehdi AminiRevert "Add Available Externally linkage type to isWeak...
2015-12-08 Mehdi AminiCleanup test: remove useless alignment
2015-12-08 Mehdi AminiAdd Available Externally linkage type to isWeakForLinker()
2015-12-08 Eugene ZelenkoUse range loops and autos in utils/TableGen/ClangAttrEm...
2015-12-08 Zachary TurnerRemove the -g option from dotest.py
2015-12-08 Zachary TurnerRemove the -b option from dotest.py
2015-12-08 Rui UeyamaCOFF: Create an empty but valid PDF file.
2015-12-08 Greg ClaytonChange DeclContextFindDeclByName to return a vector...
2015-12-08 Zachary TurnerRemove +b option from dotest.py
2015-12-08 Tim NorthoverX86: produce more friendly errors during MachO relocati...
2015-12-08 Zachary TurnerRemove the -D option from dotest.py.
2015-12-08 Renato Golin[ARM] Allowing SP/PC for AND/BIC mod_imm_not
2015-12-08 Eugene ZelenkoUse range loops and autos in lib/Serialization/ASTWrite...
2015-12-08 Alexey Samsonov[TSan] Remove legacy Makefile.old!
2015-12-08 Alexey Samsonov[CMake] Remove debug output leftovers.
2015-12-08 Dmitry Vyukovtsan: fix test invisible barrier
2015-12-08 Hans WennborgUpdate clang-format-vs README
2015-12-08 Mike Aizatskyadding readability-identifier-naming to llvm clang...
2015-12-08 Ron Lieberman[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cm...
2015-12-08 Todd Fialaflip on executable bit on test runner tests
2015-12-08 Rafael EspindolaMove all private members together. NFC.
2015-12-08 Kuba Brecka[tsan] Add dispatch_group API interceptors and synchron...
2015-12-08 Kuba Brecka[tsan] Fix memcmp interceptor to correctly use COMMON_I...
2015-12-08 Daniel Sanders[mips][ias] Range check uimm8 operands
2015-12-08 Tamas BerghammerFix MSVC build after rL255016
2015-12-08 Tamas BerghammerModify "platform connect" to connect to processes as...
2015-12-08 Daniel Sanders[mips][ias] Range check uimm6 operands and fix a bug...
2015-12-08 Tamas BerghammerAdd a new option to Platform::LoadImage to install...
2015-12-08 Pavel LabathFixup dotest.py on mac for the configuration package
2015-12-08 Asaf Badouh[x86][avx512] more changes in intrinsics to be align...
2015-12-08 Asaf Badouh[x86][avx512] more changes in intrinsics to be align...
2015-12-08 Oliver Stannard[AArch64] Add ARMv8.2-A FP16 vector instructions
2015-12-08 Pavel LabathFixup dotest.py after the configuration package introdu...
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Michael Zuckermandding test for fnstsw
2015-12-08 Craig TopperReplace bitwise AND with logical AND in an expression...
2015-12-08 Bhushan D.... [LLDB][MIPS] Handle PIC calling convention for MIPS32
2015-12-08 Craig Topper[Sema] Remove tab characters. NFC
2015-12-08 Sanjoy Das[SCEV] Move some struct declarations inside functions...
2015-12-08 Sanjoy Das[SCEV] Fix indentation; NFC
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-08 Sanjoy Das[OperandBundles] Remove unncessary constructor
2015-12-08 Dan Gohman[WebAssembly] Fix a typo in a comment.
2015-12-08 Dan Gohman[WebAssembly] Remove an unneeded static_cast.
2015-12-08 Dan Gohman[WebAssembly] Fix an emacs syntax highlighting comment.
2015-12-08 Dan Gohman[WebAssembly] Convert a file-level comment to doxygen...
2015-12-08 Dan Gohman[WebAssembly] Assert MRI.isSSA() in passes that depend...
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-12-08 Dan Gohman[WebAssembly] Remove the override of haveFastSqrt.
2015-12-08 Richard SmithExplicitly permit undefined behavior in constant initia...
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-12-08 Rafael EspindolaAdd a test showing that we internalize lazily linked...
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-08 Rafael EspindolaSimplify test. NFC.
2015-12-08 Eric ChristopherReplace a bunch of duplicate conditions with the call...
2015-12-08 Eric ChristopherRemove name from FIXME.
2015-12-08 Eric ChristopherUpdate comment to reflect that we use other tools via...
2015-12-08 Zachary TurnerMove LLDBTestResult class to its own module.
2015-12-08 Zachary TurnerGet rid of global variables in dotest.py
2015-12-08 Reid Kleckner[diagnostics] Avoid crashes while printing macro backtraces
2015-12-08 Greg ClaytonTrying to submit 254476 one more time. This implement...
2015-12-08 Todd FialaRefactor ResultsFormatter creation into result_formatter.
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
next